{"id":7196,"date":"2022-02-21T23:49:49","date_gmt":"2022-02-21T18:19:49","guid":{"rendered":"https:\/\/nuclearrambo.com\/wordpress\/?p=7196"},"modified":"2024-10-03T15:07:30","modified_gmt":"2024-10-03T09:37:30","slug":"running-ubuntu-20-04-on-zynq-soc","status":"publish","type":"post","link":"https:\/\/nuclearrambo.com\/wordpress\/running-ubuntu-20-04-on-zynq-soc\/","title":{"rendered":"Running Ubuntu 20.04 on Zynq SoC"},"content":{"rendered":"\n<p>One of the earlier posts demonstrated the process of building Petalinux for the Zynq SoC on the Zybo board. The process itself is quite simple when all you have to do is run Linux. It gets tricky when you need to modify the core settings and tweak the operating system to make it do what you want it to do. I found the whole thing quite difficult to grasp at the beginning. With time and consistency, I can now build Petalinux and at least understand what some of the settings mean. Coming to this point required me to climb a steep learning slope. I would say that there&#8217;s still a long way to the top. Embedded Linux is HARD!!! Running a few commands here and there on a pre-assembled linux system is far from what we are doing here. Embedded linux for Zynq SoC which is an FPGA and an applications processor is an entirely different game.<\/p>\n\n\n\n<p>Coming back to our main topic here; Running Ubuntu 20.04 on Zynq. Now, this requires you to have a pre-built Petalinux setup at hand. If you are entirely new to this, <a href=\"https:\/\/nuclearrambo.com\/wordpress\/running-petalinux-on-zynq-soc-from-scratch-zybo-board\/\">go back to this tutorial<\/a> and have a basic setup ready.<\/p>\n\n\n\n<center><p><script type=\"text\/javascript\">\n\tatOptions = {\n\t\t'key' : 'a488f095e80c8a74746e5fdca977eaea',\n\t\t'format' : 'iframe',\n\t\t'height' : 90,\n\t\t'width' : 728,\n\t\t'params' : {}\n\t};\n\tdocument.write('<scr' + 'ipt type=\"text\/javascript\" src=\"http' + (location.protocol === 'https:' ? 's' : '') + ':\/\/www.profitabledisplaynetwork.com\/a488f095e80c8a74746e5fdca977eaea\/invoke.js\"><\/scr' + 'ipt>');\n<\/script><\/p><\/center>\n\n\n\n<p><span style=\"color: revert; font-family: 'Open Sans'; font-size: revert; font-weight: bold;\">Basic Petalinux setup<\/span><\/p>\n\n\n\n<p>The basic setup consists of you having a running Petalinux system. Your SD card should have two partitions, FAT32 and an ext4 partition. The first partition should always be FAT32 known as the boot partition. It should contain the usual files necessary to program the FPGA and boot the processor. On the other hand, the second partition consists of the root file system. Now, this root file system becomes our interest for today.<\/p>\n\n\n\n<p>While configuring the Petalinux, the default setting bundles the root file system into one of the BOOT files that reside in the FAT32 partition. The root file system decompresses and goes on to reside on the RAM. In case you make any changes to the system, they would get wiped off at the next reboot or power cycle. For example, a new user would only be valid until the next reboot or power cycle. If you wish to make this new user stay forever, the solution lies in petalinux configuration.<\/p>\n\n\n\n<p><code data-enlighter-language=\"shell\" class=\"EnlighterJSRAW\">petalinux-config<\/code><\/p>\n\n\n\n<p>Select the following option<\/p>\n\n\n\n<figure class=\"wp-block-image alignnone\"><a href=\"https:\/\/nuclearrambo.com\/wordpress\/wp-content\/uploads\/2022\/02\/zynq_img_pkg.png\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"689\" src=\"https:\/\/nuclearrambo.com\/wordpress\/wp-content\/uploads\/2022\/02\/zynq_img_pkg-1024x689.png\" alt=\"zynq petalinux image package configuration\" class=\"wp-image-7199\" srcset=\"https:\/\/nuclearrambo.com\/wordpress\/wp-content\/uploads\/2022\/02\/zynq_img_pkg-1024x689.png 1024w, https:\/\/nuclearrambo.com\/wordpress\/wp-content\/uploads\/2022\/02\/zynq_img_pkg-300x202.png 300w, https:\/\/nuclearrambo.com\/wordpress\/wp-content\/uploads\/2022\/02\/zynq_img_pkg-768x517.png 768w, https:\/\/nuclearrambo.com\/wordpress\/wp-content\/uploads\/2022\/02\/zynq_img_pkg.png 1125w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><figcaption class=\"wp-element-caption\">Image package configuration<\/figcaption><\/figure>\n\n\n\n<figure class=\"wp-block-image alignnone\"><a href=\"https:\/\/nuclearrambo.com\/wordpress\/wp-content\/uploads\/2022\/02\/zynq_img_pkg_rootfs.png\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"689\" src=\"https:\/\/nuclearrambo.com\/wordpress\/wp-content\/uploads\/2022\/02\/zynq_img_pkg_rootfs-1024x689.png\" alt=\"\" class=\"wp-image-7198\" srcset=\"https:\/\/nuclearrambo.com\/wordpress\/wp-content\/uploads\/2022\/02\/zynq_img_pkg_rootfs-1024x689.png 1024w, https:\/\/nuclearrambo.com\/wordpress\/wp-content\/uploads\/2022\/02\/zynq_img_pkg_rootfs-300x202.png 300w, https:\/\/nuclearrambo.com\/wordpress\/wp-content\/uploads\/2022\/02\/zynq_img_pkg_rootfs-768x517.png 768w, https:\/\/nuclearrambo.com\/wordpress\/wp-content\/uploads\/2022\/02\/zynq_img_pkg_rootfs.png 1125w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><figcaption class=\"wp-element-caption\">Select the root file system type<\/figcaption><\/figure>\n\n\n\n<figure class=\"wp-block-image alignnone\"><a href=\"https:\/\/nuclearrambo.com\/wordpress\/wp-content\/uploads\/2022\/02\/zynq_img_pkg_sd.png\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"689\" src=\"https:\/\/nuclearrambo.com\/wordpress\/wp-content\/uploads\/2022\/02\/zynq_img_pkg_sd-1024x689.png\" alt=\"\" class=\"wp-image-7197\" srcset=\"https:\/\/nuclearrambo.com\/wordpress\/wp-content\/uploads\/2022\/02\/zynq_img_pkg_sd-1024x689.png 1024w, https:\/\/nuclearrambo.com\/wordpress\/wp-content\/uploads\/2022\/02\/zynq_img_pkg_sd-300x202.png 300w, https:\/\/nuclearrambo.com\/wordpress\/wp-content\/uploads\/2022\/02\/zynq_img_pkg_sd-768x517.png 768w, https:\/\/nuclearrambo.com\/wordpress\/wp-content\/uploads\/2022\/02\/zynq_img_pkg_sd.png 1125w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><figcaption class=\"wp-element-caption\">Select SD Card EXT4<\/figcaption><\/figure>\n\n\n\n<p>The options show that we can have our root file system on any media. For example, SD card, eMMC, SATA and even USB flash drive. For now, I prefer to use my existing SD card&#8217;s ext4 partition.<\/p>\n\n\n\n<center><p><script type=\"text\/javascript\">\n\tatOptions = {\n\t\t'key' : 'a488f095e80c8a74746e5fdca977eaea',\n\t\t'format' : 'iframe',\n\t\t'height' : 90,\n\t\t'width' : 728,\n\t\t'params' : {}\n\t};\n\tdocument.write('<scr' + 'ipt type=\"text\/javascript\" src=\"http' + (location.protocol === 'https:' ? 's' : '') + ':\/\/www.profitabledisplaynetwork.com\/a488f095e80c8a74746e5fdca977eaea\/invoke.js\"><\/scr' + 'ipt>');\n<\/script><\/p><\/center>\n\n\n\n<h2 class=\"wp-block-heading\">Get the Ubuntu 20.04 Rootfs for Zynq<\/h2>\n\n\n\n<p>Ubuntu Root file system is freely available from multiple sources. For today, I am getting my Ubuntu rootfs from the repository linked below:<\/p>\n\n\n\n<p><a href=\"https:\/\/rcn-ee.com\/rootfs\/eewiki\/minfs\/ubuntu-20.04.3-minimal-armhf-2021-12-20.tar.xz\">Ubuntu 20.04 Rootfs<\/a><\/p>\n\n\n\n<p>Download the whole package and extract it to some temporary folder.<\/p>\n\n\n\n<p><code data-enlighter-language=\"shell\" class=\"EnlighterJSRAW\">tar -xf ubuntu-20.04.3-minimal-armhf-2021-12-20.tar.xz<\/code><\/p>\n\n\n\n<p><code>sudo tar xfvp .\/*-*-*-armhf-*\/armhf-rootfs-*.tar -C \/path\/to\/sd-card\/rootfs<\/code><\/p>\n\n\n\n<p><code data-enlighter-language=\"shell\" class=\"EnlighterJSRAW\">sync<\/code><\/p>\n\n\n\n<p>These commands extract and copy the contents of the package to your SD card&#8217;s ext4 partition.<\/p>\n\n\n\n<p>You can find the boot log attached below.<\/p>\n\n\n\n<p><a href=\"https:\/\/nuclearrambo.com\/wordpress\/wp-content\/uploads\/2022\/02\/bootlog_ubuntu.txt\">bootlog_ubuntu<\/a><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Getting the network to work<\/h2>\n\n\n\n<p>Right out of the box, the ethernet wasn&#8217;t connecting to the network on its own. Rather, it required some configuration to get it to work. In case you find yourself in a situation where you remain disconnected carry out the following steps.<\/p>\n\n\n\n<p><code data-enlighter-language=\"shell\" class=\"EnlighterJSRAW\">sudo vi \/etc\/netplan\/networkmanager.yaml<\/code><\/p>\n\n\n\n<p>Enter the following lines into the file without modifying the indentation.<\/p>\n\n\n\n<p><code data-enlighter-language=\"shell\" class=\"EnlighterJSRAW\"><\/code><br><code data-enlighter-language=\"typescript\" class=\"EnlighterJSRAW\">network:<\/code><br><code data-enlighter-language=\"typescript\" class=\"EnlighterJSRAW\">&nbsp;&nbsp;&nbsp; version: 2<\/code><br><code data-enlighter-language=\"typescript\" class=\"EnlighterJSRAW\">&nbsp;&nbsp;&nbsp; renderer: NetworkManager<\/code><\/p>\n\n\n\n<p>Save the file by typing &#8220;!wq&#8221;<\/p>\n\n\n\n<p>Run the following commands after saving the file.<\/p>\n\n\n\n<p><code data-enlighter-language=\"shell\" class=\"EnlighterJSRAW\">sudo netplan generate<\/code><br><code data-enlighter-language=\"shell\" class=\"EnlighterJSRAW\">sudo netplan apply<\/code><br><code data-enlighter-language=\"shell\" class=\"EnlighterJSRAW\">sudo reboot<\/code><\/p>\n\n\n\n<p>Now, this configures the ubuntu network settings automatically. Finally, you should be able to connect to the network\/internet.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Conclusion<\/h2>\n\n\n\n<p>Ubuntu brings with itself some very essential packages. For example, the &#8220;apt-get&#8221; package allows us to download and install packages quickly. This very package can make your whole Linux experience smooth and time saving. On the other hand, there are many other essential utilities that come with Ubuntu. The process of installing Ubuntu 20.04 on Zynq board was quite simple when you know your way around basic Petalinux setup.<\/p>\n\n\n\n<p><span style=\"font-family: courier new, courier;\">You can also refer to this <a href=\"https:\/\/xilinx-wiki.atlassian.net\/wiki\/spaces\/A\/pages\/18841732\/Ubuntu+on+Zynq#UbuntuonZynq-BootImages\">official deprecated page<\/a> from Xilinx.<\/span><\/p>\n\n\n\n<p>In my experience, Ubuntu ran very fine on Zybo consuming less than 50MB RAM out of 1GB available to it. The processor usage stayed below 2% in idle time. In short, the whole thing worked quite efficiently while using a small amount of resources.<\/p>\n\n\n\n<figure class=\"wp-block-image alignnone\"><a href=\"https:\/\/nuclearrambo.com\/wordpress\/wp-content\/uploads\/2022\/02\/zynq_ubuntu.png\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"25\" src=\"https:\/\/nuclearrambo.com\/wordpress\/wp-content\/uploads\/2022\/02\/zynq_ubuntu-1024x25.png\" alt=\"Ubuntu resource utilization on Zynq\" class=\"wp-image-7201\" srcset=\"https:\/\/nuclearrambo.com\/wordpress\/wp-content\/uploads\/2022\/02\/zynq_ubuntu-1024x25.png 1024w, https:\/\/nuclearrambo.com\/wordpress\/wp-content\/uploads\/2022\/02\/zynq_ubuntu-300x7.png 300w, https:\/\/nuclearrambo.com\/wordpress\/wp-content\/uploads\/2022\/02\/zynq_ubuntu-768x19.png 768w, https:\/\/nuclearrambo.com\/wordpress\/wp-content\/uploads\/2022\/02\/zynq_ubuntu-1536x37.png 1536w, https:\/\/nuclearrambo.com\/wordpress\/wp-content\/uploads\/2022\/02\/zynq_ubuntu.png 1603w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><figcaption class=\"wp-element-caption\">Ubuntu 20.04 resource utilization on Zynq<\/figcaption><\/figure>\n\n\n\n<p>Read my other Zynq posts:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><a href=\"https:\/\/nuclearrambo.com\/wordpress\/programming-the-zynq-7000-with-vivado-2019-2-and-vitis\/\">Zynq with Vitis<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/nuclearrambo.com\/wordpress\/a-basic-on-screen-display-with-vivado-hls-and-zynq-soc-part-1\/\">Trying out HLS Part 1<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/nuclearrambo.com\/wordpress\/a-basic-on-screen-display-with-vivado-hls-and-zynq-soc-part-2\/\">Trying out HLS Part 2<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/nuclearrambo.com\/wordpress\/capturing-video-with-petalinux-part-1-the-hardware-design\/\">Petalinux image capture Part 1<\/a><\/li>\n<\/ol>\n","protected":false},"excerpt":{"rendered":"<p>One of the earlier posts demonstrated the process of building Petalinux for the Zynq SoC on the Zybo board. The process itself is quite simple when all you have to do is run Linux.&#46;&#46;&#46;<\/p>\n","protected":false},"author":1,"featured_media":7197,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1562],"tags":[1746,1769,1778,1745],"class_list":["post-7196","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-tutorials","tag-fpga","tag-petalinux","tag-ubuntu","tag-zynq"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v20.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Running Ubuntu 20.04 on Zynq SoC<\/title>\n<meta name=\"description\" content=\"The process of installing Ubuntu 20.04 on Zynq board was quite simple when you know your way around basic Petalinux setup.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/nuclearrambo.com\/wordpress\/running-ubuntu-20-04-on-zynq-soc\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Running Ubuntu 20.04 on Zynq SoC\" \/>\n<meta property=\"og:description\" content=\"The process of installing Ubuntu 20.04 on Zynq board was quite simple when you know your way around basic Petalinux setup.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/nuclearrambo.com\/wordpress\/running-ubuntu-20-04-on-zynq-soc\/\" \/>\n<meta property=\"og:site_name\" content=\"Nuclearrambo\" \/>\n<meta property=\"article:published_time\" content=\"2022-02-21T18:19:49+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-10-03T09:37:30+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/nuclearrambo.com\/wordpress\/wp-content\/uploads\/2022\/02\/zynq_img_pkg_sd.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1125\" \/>\n\t<meta property=\"og:image:height\" content=\"757\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"nuclearrambo\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@darkusul\" \/>\n<meta name=\"twitter:site\" content=\"@darkusul\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"nuclearrambo\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/nuclearrambo.com\/wordpress\/running-ubuntu-20-04-on-zynq-soc\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/nuclearrambo.com\/wordpress\/running-ubuntu-20-04-on-zynq-soc\/\"},\"author\":{\"name\":\"nuclearrambo\",\"@id\":\"https:\/\/nuclearrambo.com\/wordpress\/#\/schema\/person\/6093ae9d048d4789bd3d18c136577a0c\"},\"headline\":\"Running Ubuntu 20.04 on Zynq SoC\",\"datePublished\":\"2022-02-21T18:19:49+00:00\",\"dateModified\":\"2024-10-03T09:37:30+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/nuclearrambo.com\/wordpress\/running-ubuntu-20-04-on-zynq-soc\/\"},\"wordCount\":730,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/nuclearrambo.com\/wordpress\/#organization\"},\"keywords\":[\"fpga\",\"petalinux\",\"ubuntu\",\"zynq\"],\"articleSection\":[\"Tutorials\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/nuclearrambo.com\/wordpress\/running-ubuntu-20-04-on-zynq-soc\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/nuclearrambo.com\/wordpress\/running-ubuntu-20-04-on-zynq-soc\/\",\"url\":\"https:\/\/nuclearrambo.com\/wordpress\/running-ubuntu-20-04-on-zynq-soc\/\",\"name\":\"Running Ubuntu 20.04 on Zynq SoC\",\"isPartOf\":{\"@id\":\"https:\/\/nuclearrambo.com\/wordpress\/#website\"},\"datePublished\":\"2022-02-21T18:19:49+00:00\",\"dateModified\":\"2024-10-03T09:37:30+00:00\",\"description\":\"The process of installing Ubuntu 20.04 on Zynq board was quite simple when you know your way around basic Petalinux setup.\",\"breadcrumb\":{\"@id\":\"https:\/\/nuclearrambo.com\/wordpress\/running-ubuntu-20-04-on-zynq-soc\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/nuclearrambo.com\/wordpress\/running-ubuntu-20-04-on-zynq-soc\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/nuclearrambo.com\/wordpress\/running-ubuntu-20-04-on-zynq-soc\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/nuclearrambo.com\/wordpress\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Running Ubuntu 20.04 on Zynq SoC\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/nuclearrambo.com\/wordpress\/#website\",\"url\":\"https:\/\/nuclearrambo.com\/wordpress\/\",\"name\":\"Nuclearrambo\",\"description\":\"Information is FREE! Progress is MUST! Awakening is inevitable!\",\"publisher\":{\"@id\":\"https:\/\/nuclearrambo.com\/wordpress\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/nuclearrambo.com\/wordpress\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/nuclearrambo.com\/wordpress\/#organization\",\"name\":\"Nuclearrambo\",\"url\":\"https:\/\/nuclearrambo.com\/wordpress\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/nuclearrambo.com\/wordpress\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/nuclearrambo.com\/wordpress\/wp-content\/uploads\/2021\/01\/logo-nuclearrambo.png\",\"contentUrl\":\"https:\/\/nuclearrambo.com\/wordpress\/wp-content\/uploads\/2021\/01\/logo-nuclearrambo.png\",\"width\":1489,\"height\":1152,\"caption\":\"Nuclearrambo\"},\"image\":{\"@id\":\"https:\/\/nuclearrambo.com\/wordpress\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/twitter.com\/darkusul\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/nuclearrambo.com\/wordpress\/#\/schema\/person\/6093ae9d048d4789bd3d18c136577a0c\",\"name\":\"nuclearrambo\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/nuclearrambo.com\/wordpress\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/9cc8a9d2d82dd7e65e77405f7b4ccaa34450e8a268f369ac893882cc5f13a797?s=96&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/9cc8a9d2d82dd7e65e77405f7b4ccaa34450e8a268f369ac893882cc5f13a797?s=96&r=g\",\"caption\":\"nuclearrambo\"},\"description\":\"Salil is an electronics enthusiast working on various electronics systems. In his free time he writes on the blog, talks over ham radio or builds circuits. He has Yaesu FT2900R VHF transceiver, FT450D HF transceiver, TYT UV8000E and Quansheng UVK6 Handheld transceivers.\",\"sameAs\":[\"http:\/\/nuclearrambo.com\/wordpress\"],\"url\":\"https:\/\/nuclearrambo.com\/wordpress\/author\/admin\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Running Ubuntu 20.04 on Zynq SoC","description":"The process of installing Ubuntu 20.04 on Zynq board was quite simple when you know your way around basic Petalinux setup.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/nuclearrambo.com\/wordpress\/running-ubuntu-20-04-on-zynq-soc\/","og_locale":"en_US","og_type":"article","og_title":"Running Ubuntu 20.04 on Zynq SoC","og_description":"The process of installing Ubuntu 20.04 on Zynq board was quite simple when you know your way around basic Petalinux setup.","og_url":"https:\/\/nuclearrambo.com\/wordpress\/running-ubuntu-20-04-on-zynq-soc\/","og_site_name":"Nuclearrambo","article_published_time":"2022-02-21T18:19:49+00:00","article_modified_time":"2024-10-03T09:37:30+00:00","og_image":[{"width":1125,"height":757,"url":"https:\/\/nuclearrambo.com\/wordpress\/wp-content\/uploads\/2022\/02\/zynq_img_pkg_sd.png","type":"image\/png"}],"author":"nuclearrambo","twitter_card":"summary_large_image","twitter_creator":"@darkusul","twitter_site":"@darkusul","twitter_misc":{"Written by":"nuclearrambo","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/nuclearrambo.com\/wordpress\/running-ubuntu-20-04-on-zynq-soc\/#article","isPartOf":{"@id":"https:\/\/nuclearrambo.com\/wordpress\/running-ubuntu-20-04-on-zynq-soc\/"},"author":{"name":"nuclearrambo","@id":"https:\/\/nuclearrambo.com\/wordpress\/#\/schema\/person\/6093ae9d048d4789bd3d18c136577a0c"},"headline":"Running Ubuntu 20.04 on Zynq SoC","datePublished":"2022-02-21T18:19:49+00:00","dateModified":"2024-10-03T09:37:30+00:00","mainEntityOfPage":{"@id":"https:\/\/nuclearrambo.com\/wordpress\/running-ubuntu-20-04-on-zynq-soc\/"},"wordCount":730,"commentCount":0,"publisher":{"@id":"https:\/\/nuclearrambo.com\/wordpress\/#organization"},"keywords":["fpga","petalinux","ubuntu","zynq"],"articleSection":["Tutorials"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/nuclearrambo.com\/wordpress\/running-ubuntu-20-04-on-zynq-soc\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/nuclearrambo.com\/wordpress\/running-ubuntu-20-04-on-zynq-soc\/","url":"https:\/\/nuclearrambo.com\/wordpress\/running-ubuntu-20-04-on-zynq-soc\/","name":"Running Ubuntu 20.04 on Zynq SoC","isPartOf":{"@id":"https:\/\/nuclearrambo.com\/wordpress\/#website"},"datePublished":"2022-02-21T18:19:49+00:00","dateModified":"2024-10-03T09:37:30+00:00","description":"The process of installing Ubuntu 20.04 on Zynq board was quite simple when you know your way around basic Petalinux setup.","breadcrumb":{"@id":"https:\/\/nuclearrambo.com\/wordpress\/running-ubuntu-20-04-on-zynq-soc\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/nuclearrambo.com\/wordpress\/running-ubuntu-20-04-on-zynq-soc\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/nuclearrambo.com\/wordpress\/running-ubuntu-20-04-on-zynq-soc\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/nuclearrambo.com\/wordpress\/"},{"@type":"ListItem","position":2,"name":"Running Ubuntu 20.04 on Zynq SoC"}]},{"@type":"WebSite","@id":"https:\/\/nuclearrambo.com\/wordpress\/#website","url":"https:\/\/nuclearrambo.com\/wordpress\/","name":"Nuclearrambo","description":"Information is FREE! Progress is MUST! Awakening is inevitable!","publisher":{"@id":"https:\/\/nuclearrambo.com\/wordpress\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/nuclearrambo.com\/wordpress\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/nuclearrambo.com\/wordpress\/#organization","name":"Nuclearrambo","url":"https:\/\/nuclearrambo.com\/wordpress\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/nuclearrambo.com\/wordpress\/#\/schema\/logo\/image\/","url":"https:\/\/nuclearrambo.com\/wordpress\/wp-content\/uploads\/2021\/01\/logo-nuclearrambo.png","contentUrl":"https:\/\/nuclearrambo.com\/wordpress\/wp-content\/uploads\/2021\/01\/logo-nuclearrambo.png","width":1489,"height":1152,"caption":"Nuclearrambo"},"image":{"@id":"https:\/\/nuclearrambo.com\/wordpress\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/twitter.com\/darkusul"]},{"@type":"Person","@id":"https:\/\/nuclearrambo.com\/wordpress\/#\/schema\/person\/6093ae9d048d4789bd3d18c136577a0c","name":"nuclearrambo","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/nuclearrambo.com\/wordpress\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/9cc8a9d2d82dd7e65e77405f7b4ccaa34450e8a268f369ac893882cc5f13a797?s=96&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/9cc8a9d2d82dd7e65e77405f7b4ccaa34450e8a268f369ac893882cc5f13a797?s=96&r=g","caption":"nuclearrambo"},"description":"Salil is an electronics enthusiast working on various electronics systems. In his free time he writes on the blog, talks over ham radio or builds circuits. He has Yaesu FT2900R VHF transceiver, FT450D HF transceiver, TYT UV8000E and Quansheng UVK6 Handheld transceivers.","sameAs":["http:\/\/nuclearrambo.com\/wordpress"],"url":"https:\/\/nuclearrambo.com\/wordpress\/author\/admin\/"}]}},"_links":{"self":[{"href":"https:\/\/nuclearrambo.com\/wordpress\/wp-json\/wp\/v2\/posts\/7196","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/nuclearrambo.com\/wordpress\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/nuclearrambo.com\/wordpress\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/nuclearrambo.com\/wordpress\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/nuclearrambo.com\/wordpress\/wp-json\/wp\/v2\/comments?post=7196"}],"version-history":[{"count":9,"href":"https:\/\/nuclearrambo.com\/wordpress\/wp-json\/wp\/v2\/posts\/7196\/revisions"}],"predecessor-version":[{"id":8410,"href":"https:\/\/nuclearrambo.com\/wordpress\/wp-json\/wp\/v2\/posts\/7196\/revisions\/8410"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/nuclearrambo.com\/wordpress\/wp-json\/wp\/v2\/media\/7197"}],"wp:attachment":[{"href":"https:\/\/nuclearrambo.com\/wordpress\/wp-json\/wp\/v2\/media?parent=7196"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/nuclearrambo.com\/wordpress\/wp-json\/wp\/v2\/categories?post=7196"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/nuclearrambo.com\/wordpress\/wp-json\/wp\/v2\/tags?post=7196"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}