<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.element14.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Software Application Development - Recent Threads</title><link>https://community.element14.com/products/devtools/avnetboardscommunity/avnetboard-forums/f/software-application-development</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><lastBuildDate>Mon, 02 Jun 2025 09:22:29 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://community.element14.com/products/devtools/avnetboardscommunity/avnetboard-forums/f/software-application-development" /><item><title>RE: microZed : compiling u-boot image (and creating BOOT.BIN)</title><link>https://community.element14.com/thread/228979?ContentTypeID=1</link><pubDate>Mon, 02 Jun 2025 09:22:29 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:864eb213-dbf0-4f69-9900-26b6b184de21</guid><dc:creator>adielement</dc:creator><slash:comments>0</slash:comments><comments>https://community.element14.com/thread/228979?ContentTypeID=1</comments><wfw:commentRss>https://community.element14.com/products/devtools/avnetboardscommunity/avnetboard-forums/f/software-application-development/34234/microzed-compiling-u-boot-image-and-creating-boot-bin/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;&lt;a href="https://community.element14.com/members/_5f00_defaultuser"&gt;Former Member&lt;/a&gt;&amp;nbsp;are you available?&lt;/p&gt;
[quote userid="2121" url="~/products/devtools/avnetboardscommunity/avnetboard-forums/f/software-application-development/34234/microzed-compiling-u-boot-image-and-creating-boot-bin/125853"]&lt;br /&gt;&lt;a class="jive-link-external-small" href="http://microzed.org/content/u-boot-wont-boot" rel="noopener noreferrer nofollow" target="_blank" data-e14adj="t"&gt;http://microzed.org/content/u-boot-wont-boot&lt;/a&gt;[/quote]
&lt;p&gt;the link you provided does not respond now. I need to resolve same issue. can you elaborate please?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>microZed : compiling u-boot image (and creating BOOT.BIN)</title><link>https://community.element14.com/thread/34234?ContentTypeID=0</link><pubDate>Sun, 30 Aug 2015 19:28:08 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:29ef5fcd-87b6-459f-94bf-34fd5a0079f4</guid><dc:creator>Former Member</dc:creator><slash:comments>3</slash:comments><comments>https://community.element14.com/thread/34234?ContentTypeID=0</comments><wfw:commentRss>https://community.element14.com/products/devtools/avnetboardscommunity/avnetboard-forums/f/software-application-development/34234/microzed-compiling-u-boot-image-and-creating-boot-bin/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p style="margin:0;"&gt;I cloned the u-boot.git from xilinx and compiled it&lt;br /&gt;&lt;br /&gt;[om@hexcore (v2015.2)/export/space/xilinx/src/u-boot-xlnx.git]&lt;br /&gt;[791]$ ls u-boot*&lt;br /&gt;2.3M u-boot*&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4.0K u-boot.lds&amp;nbsp; 1.2M u-boot.srec*&lt;br /&gt;408K u-boot.bin*&amp;nbsp; 372K u-boot.map&lt;br /&gt;&lt;br /&gt;I created a .BIF file.&lt;br /&gt;$ cat u-boot0.bif &lt;br /&gt;the_ROM_image:&lt;br /&gt;{&lt;br /&gt;t[bootloader]/export/space/XXXX/workspace/microzed-fsbl/Debug/microzed-fsbl.elf&lt;br /&gt;t/export/space/XXXX/microzed-sd-images/system.bit&lt;br /&gt;t/export/space/xilinx/src/u-boot-xlnx.git/uImage.bin&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;Created BOOT.BIN&lt;br /&gt;$ bootgen -image ./u-boot0.bif -o BOOT.BIN -w -log&lt;br /&gt;&lt;br /&gt;When I boot this image, from FSBL I get the following message&lt;br /&gt;&lt;br /&gt;.....&lt;br /&gt;DMA Done ! &lt;br /&gt;&lt;br /&gt;FPGA Done ! &lt;br /&gt;In FsblHookAfterBitstreamDload function &lt;br /&gt;Partition Number: 2&lt;br /&gt;Header Dump&lt;br /&gt;Image Word Len: 0x000195B6&lt;br /&gt;Data Word Len: 0x000195B6&lt;br /&gt;Partition Word Len:0x000195B6&lt;br /&gt;Load Addr: 0x00000000&lt;br /&gt;Exec Addr: 0x00000000&lt;br /&gt;Partition Start: 0x000858C0&lt;br /&gt;Partition Attr: 0x00000010&lt;br /&gt;Partition Checksum Offset: 0x00000000&lt;br /&gt;Section Count: 0x00000001&lt;br /&gt;Checksum: 0xFFF2E3AC&lt;br /&gt;Application&lt;br /&gt;Handoff Address: 0x00000000&lt;br /&gt;In FsblHookBeforeHandoff function &lt;br /&gt;No Execution Address JTAG handoff &lt;br /&gt;&lt;br /&gt;Obviously, the image does not have a load/exec address associated with.&lt;br /&gt;&lt;br /&gt;uImage.bin is in fact the renamed binary u-boot.img.&lt;br /&gt;&lt;br /&gt;[792]$ file uImage.bin &lt;br /&gt;uImage.bin: u-boot legacy uImage, U-Boot 2015.04 for zynq board, Firmware/ARM, Firmware Image (Not compressed), 415384 bytes, Sun Aug 30 11:35:51 2015, Load Address: 0x04000000, Entry Point: 0x04000000, Header CRC: 0x9B6F14AF, Data CRC: 0xAA06E3B8&lt;br /&gt;&lt;br /&gt;in uImage.bin, the entry point as well as load address is defined. But bootgen seems to ignore these two parameters.&lt;br /&gt;&lt;br /&gt;How are you people compiling u-boot and creating the BOOT.BIN image? How to specify the load and entry points in the bootgen parameter list / bif file?&lt;br /&gt;&lt;br /&gt;Thanks&lt;br /&gt;BlueDev&lt;/p&gt;</description></item><item><title>Zynq FSBL is unable to Load BOOT.bin from user selected EMMC offset sector (partition)</title><link>https://community.element14.com/thread/55820?ContentTypeID=0</link><pubDate>Mon, 19 May 2025 09:29:43 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:b890cb39-bd51-4f6a-b7bd-d00bd9c5e02b</guid><dc:creator>adielement</dc:creator><slash:comments>3</slash:comments><comments>https://community.element14.com/thread/55820?ContentTypeID=0</comments><wfw:commentRss>https://community.element14.com/products/devtools/avnetboardscommunity/avnetboard-forums/f/software-application-development/55820/zynq-fsbl-is-unable-to-load-boot-bin-from-user-selected-emmc-offset-sector-partition/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;I am working on Zynq-7030 custom board, (software:&amp;nbsp;Vivado&amp;nbsp;2019.1 &amp;rarr;&amp;nbsp;SDK 2019.1).&lt;br /&gt;&lt;br /&gt; I have successfully accessed emmc (mmc1 in my case). Created partitions and made understanding of all emmc related commands. My board has two boot modes. One is for SD card and other is QSPI boot.&lt;br /&gt;&lt;br /&gt;To load images from EMMC, I&amp;nbsp;need to store bootloader at QSPI (since boot mode is QSPI), so that&amp;nbsp;bootloader&amp;nbsp;boots first and then proceeds to other images loading, that are placed at emmc. &lt;br /&gt;&lt;br /&gt;I want to&amp;nbsp;separately&amp;nbsp;load boot.bin, kernel image, dtb and rootfs for each partition of emmc, based on whatever user selects at bootup. In simple words, there should be a user code that asks from user to select the partition to boot from. Say partition 3 is selected, the boot.bin , kernel image, dtb and rootfs corresponding that partition 3 will be booted up and others will not be booted. &lt;br /&gt;&lt;br /&gt;I did research on this and found that BootROM allows&amp;nbsp;FSBL to boot from QSPI to OCM. Now I am stuck in customizing&amp;nbsp;FSBL to take user input and then load corresponding images. I made a simple design in&amp;nbsp;Vivado and enabled only&amp;nbsp;EMMC (mmc1/ sd1) and disabled SD (mmc0/sd0) then generated fsbl.elf from SDK. The fsbl.elf is generated by default method, so it does not take user input and then can load corresponding images according to that user input.&lt;br /&gt;&lt;br /&gt; I need way out for this. I have beginner level expertise in embedded C so I need help in how to read the offset sector of&amp;nbsp;EMMC to laod BOOT.bin (that was stored using dd command in the EMMC). &lt;br /&gt;&lt;br /&gt;Is my understanding of this approach is correct or I need to adapt alternate for this? If it is correct then I will appreciate&amp;nbsp;help in&amp;nbsp;FSBL code customization.&amp;nbsp;&lt;/p&gt;</description></item><item><title>RE: Zynq FSBL is unable to Load BOOT.bin from user selected EMMC offset sector (partition)</title><link>https://community.element14.com/thread/228885?ContentTypeID=1</link><pubDate>Tue, 27 May 2025 19:01:21 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:3d4d81db-b894-40ac-b027-71a7e83fbd79</guid><dc:creator>tony56887</dc:creator><slash:comments>0</slash:comments><comments>https://community.element14.com/thread/228885?ContentTypeID=1</comments><wfw:commentRss>https://community.element14.com/products/devtools/avnetboardscommunity/avnetboard-forums/f/software-application-development/55820/zynq-fsbl-is-unable-to-load-boot-bin-from-user-selected-emmc-offset-sector-partition/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Primary boot from QSPI with only fsbl, which then hands off to boot from eMMC as secondary boot with full image. Sounds like you have this understood and I also believe this part is achievable.&lt;br /&gt;&lt;br /&gt;But what you need is user prompt and the ability to select which image/partition to load out of multiple partitions on the eMMC? This seems more advanced, and is not provided easily as default functionality by xilinx that i&amp;#39;m aware of. If it&amp;#39;s possible you would need to customize your fsbl. I would recommend asking about this on the Xilinx forums.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zynq FSBL is unable to Load BOOT.bin from user selected EMMC offset sector (partition)</title><link>https://community.element14.com/thread/228877?ContentTypeID=1</link><pubDate>Tue, 27 May 2025 05:59:01 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:51c5f79d-5873-4030-81da-8ab9324faa49</guid><dc:creator>adielement</dc:creator><slash:comments>1</slash:comments><comments>https://community.element14.com/thread/228877?ContentTypeID=1</comments><wfw:commentRss>https://community.element14.com/products/devtools/avnetboardscommunity/avnetboard-forums/f/software-application-development/55820/zynq-fsbl-is-unable-to-load-boot-bin-from-user-selected-emmc-offset-sector-partition/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;&lt;a href="https://community.element14.com/members/tony56887"&gt;tony56887&lt;/a&gt;&amp;nbsp; do you have any idea on this?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zynq FSBL is unable to Load BOOT.bin from user selected EMMC offset sector (partition)</title><link>https://community.element14.com/thread/228773?ContentTypeID=1</link><pubDate>Tue, 20 May 2025 07:12:42 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:b03c0848-e6c2-4c59-a4d9-87c39039bbfb</guid><dc:creator>adielement</dc:creator><slash:comments>1</slash:comments><comments>https://community.element14.com/thread/228773?ContentTypeID=1</comments><wfw:commentRss>https://community.element14.com/products/devtools/avnetboardscommunity/avnetboard-forums/f/software-application-development/55820/zynq-fsbl-is-unable-to-load-boot-bin-from-user-selected-emmc-offset-sector-partition/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Can anyone please help me with this. I am stuck in it for many days.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zynq FSBL cannot read BOOT.bin from SD card</title><link>https://community.element14.com/thread/228722?ContentTypeID=1</link><pubDate>Fri, 16 May 2025 04:10:45 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:be31bfbe-df3c-4ef8-ace0-9267fce0e6fa</guid><dc:creator>iksevas</dc:creator><slash:comments>0</slash:comments><comments>https://community.element14.com/thread/228722?ContentTypeID=1</comments><wfw:commentRss>https://community.element14.com/products/devtools/avnetboardscommunity/avnetboard-forums/f/software-application-development/33592/zynq-fsbl-cannot-read-boot-bin-from-sd-card/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Have you tried something simple like Hello World and create BOOTIMAGE for that. It should be super simple to do.&lt;/p&gt;
&lt;p&gt;another option is to look at MicroZed Chronicles articles as they will walk you through creating a successful bootable design.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Also, have you followed the getting started guide to prove to yourself that this works? This would be with a known good design.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Zynq FSBL cannot read BOOT.bin from SD card</title><link>https://community.element14.com/thread/33592?ContentTypeID=0</link><pubDate>Wed, 24 Sep 2014 09:05:52 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:011db0e0-1661-441e-83d5-25b33eecc6cb</guid><dc:creator>Former Member</dc:creator><slash:comments>8</slash:comments><comments>https://community.element14.com/thread/33592?ContentTypeID=0</comments><wfw:commentRss>https://community.element14.com/products/devtools/avnetboardscommunity/avnetboard-forums/f/software-application-development/33592/zynq-fsbl-cannot-read-boot-bin-from-sd-card/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p style="margin:0;"&gt;Hello,&lt;br /&gt;&lt;br /&gt;&lt;span&gt;I also posted my problem in the Xilinx forums (&lt;/span&gt;&lt;a class="jive-link-external-small" href="http://forums.xilinx.com/t5/Embedded-Linux/Zynq-FSBL-cannot-read-BOOT-bin-from-SD-card/m-p/522631/highlight/false" rel="nofollow noopener" target="_blank"&gt;http://forums.xilinx.com/t5/Embedded-Linux/Zynq-FSBL-cannot-read-BOOT-bin-from-SD-card/m-p/522631/highlight/false&lt;/a&gt;&lt;span&gt;), but as they couldn&amp;#39;t help me yet and it also might be a MicroZed related problem, I&amp;#39;m posting it here now as well.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span&gt;I have a MicroZed board with a Zynq 7020. I created a Project in Vivado and applied the board definition files provided here: &lt;/span&gt;&lt;a class="jive-link-external-small" href="http://zedboard.org/support/documentation/1519" rel="nofollow noopener" target="_blank"&gt;http://zedboard.org/support/documentation/1519&lt;/a&gt;&lt;span&gt;. Then I created a FSBL project in the SDK based on that hardware project. As a minimal example I generated a bootimage using the FSBL I generated and the u-boot.elf from the SD card image provided by Avnet, from the same link as above. I enabled the debug output of the FSBL and it tells me this:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Xilinx First Stage Boot Loader &lt;br /&gt;Release 2014.2 Sep 22 2014-14:34:28 &lt;br /&gt;Devcfg driver initialized &lt;br /&gt;Silicon Version 3.1 &lt;br /&gt;Boot mode is SD &lt;br /&gt;SD: rc= 0 &lt;br /&gt;SD: Unable to open file BOOT.BIN: 3 &lt;br /&gt;SD_INIT_FAIL &lt;br /&gt;FSBL Status = 0xA009 &lt;br /&gt;&lt;br /&gt;This Boot Mode Doesn&amp;#39;t Support Fallback &lt;br /&gt;In FsblHookFallback function&lt;br /&gt; &lt;br /&gt;I am able to boot from the original BOOT.bin provided by Avnet, so neither my SD card, nor my MicroZed should be broken. As suggested in related threads, I also verified that the CD and WP pins are configured right and that the SD card clock is set to 50MHz. I tried routing the WP pin to an EMIO without any success. I also tried it with and without a .bit file. Is there anything else I could try?&lt;br /&gt;&lt;br /&gt;Thanks,&lt;br /&gt;Alain&lt;/p&gt;</description></item><item><title>RE: Zynq FSBL cannot read BOOT.bin from SD card</title><link>https://community.element14.com/thread/228721?ContentTypeID=1</link><pubDate>Fri, 16 May 2025 03:39:25 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:6e0e423c-9433-4f83-a323-0d518f68d36d</guid><dc:creator>adielement</dc:creator><slash:comments>1</slash:comments><comments>https://community.element14.com/thread/228721?ContentTypeID=1</comments><wfw:commentRss>https://community.element14.com/products/devtools/avnetboardscommunity/avnetboard-forums/f/software-application-development/33592/zynq-fsbl-cannot-read-boot-bin-from-sd-card/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;panasonic. it&amp;#39;s sdhc&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zynq FSBL cannot read BOOT.bin from SD card</title><link>https://community.element14.com/thread/228712?ContentTypeID=1</link><pubDate>Thu, 15 May 2025 16:25:04 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:ded4b2bf-a078-43a9-aad7-261cf6e39e5e</guid><dc:creator>iksevas</dc:creator><slash:comments>1</slash:comments><comments>https://community.element14.com/thread/228712?ContentTypeID=1</comments><wfw:commentRss>https://community.element14.com/products/devtools/avnetboardscommunity/avnetboard-forums/f/software-application-development/33592/zynq-fsbl-cannot-read-boot-bin-from-sd-card/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;What type of SD card are you using? Must be SDHC type. I like using SDHC from Sandisk Class 10.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zynq FSBL cannot read BOOT.bin from SD card</title><link>https://community.element14.com/thread/228707?ContentTypeID=1</link><pubDate>Thu, 15 May 2025 11:18:27 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:ebc7d811-da70-476d-a966-57eb690f03a5</guid><dc:creator>adielement</dc:creator><slash:comments>1</slash:comments><comments>https://community.element14.com/thread/228707?ContentTypeID=1</comments><wfw:commentRss>https://community.element14.com/products/devtools/avnetboardscommunity/avnetboard-forums/f/software-application-development/33592/zynq-fsbl-cannot-read-boot-bin-from-sd-card/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;I have same issue. Zynq&amp;nbsp;FSBL cannot load&amp;nbsp;SD Card BOOT.bin. I am getting following error&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Xilinx First Stage Boot Loader&lt;br /&gt;Release 2019.1 May 15 2025-15:52:49&lt;br /&gt;Devcfg driver initialized&lt;br /&gt;Silicon Version 3.1&lt;br /&gt;Booting Device is MMC&lt;br /&gt;SD: rc= 0&lt;br /&gt;MMC Init Done&lt;br /&gt;Flash Base Address: 0xE0100000&lt;br /&gt;Reboot status register: 0x60400000&lt;br /&gt;Multiboot Register: 0x0000C000&lt;br /&gt;Image Start Address: 0x00000000&lt;br /&gt;Partition Header Offset:0x00000C80&lt;br /&gt;Partition Count: 3&lt;br /&gt;Partition Number: 0&lt;br /&gt;Header Dump&lt;br /&gt;Image Word Len: 0x00007002&lt;br /&gt;Data Word Len: 0x00007002&lt;br /&gt;Partition Word Len:0x00007002&lt;br /&gt;Load Addr: 0x00000000&lt;br /&gt;Exec Addr: 0x00000000&lt;br /&gt;Partition Start: 0x000005C0&lt;br /&gt;Partition Attr: 0x00000010&lt;br /&gt;Partition Checksum Offset: 0x00000000&lt;br /&gt;Section Count: 0x00000001&lt;br /&gt;Checksum: 0xFFFEA7E8&lt;br /&gt;Application&lt;br /&gt;Handoff Address: 0x00000000&lt;br /&gt;In FsblHookBeforeHandoff function&lt;br /&gt;No Execution Address JTAG handoff&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;How can I fix this issue. I need to further move towards booting&amp;nbsp;EMMC BOOT.bin in place of&amp;nbsp;SD&amp;nbsp;card BOOT.bin, after resolving this issue. &lt;br /&gt;Any help in this regard is highly appreciated.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Mysterious syntax error with "set" command in TCL script</title><link>https://community.element14.com/thread/221309?ContentTypeID=1</link><pubDate>Thu, 09 May 2024 12:15:59 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:72ef5d70-ff0d-4a67-a87a-0e846e8b011e</guid><dc:creator>padudle</dc:creator><slash:comments>0</slash:comments><comments>https://community.element14.com/thread/221309?ContentTypeID=1</comments><wfw:commentRss>https://community.element14.com/products/devtools/avnetboardscommunity/avnetboard-forums/f/software-application-development/54592/mysterious-syntax-error-with-set-command-in-tcl-script/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;I think you should make that a relative pathname like ./temp/workspace/system_build.xsa for better portability.&lt;/p&gt;
&lt;p&gt;Sometimes putting the path in {} brackets helps. I think it tells Xilinx TCL to convert to the native path format of the local machine.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Mysterious syntax error with "set" command in TCL script</title><link>https://community.element14.com/thread/54592?ContentTypeID=0</link><pubDate>Mon, 06 May 2024 13:49:29 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:508e338d-fc27-4b98-8bc5-981d5768803f</guid><dc:creator>quadzilla</dc:creator><slash:comments>9</slash:comments><comments>https://community.element14.com/thread/54592?ContentTypeID=0</comments><wfw:commentRss>https://community.element14.com/products/devtools/avnetboardscommunity/avnetboard-forums/f/software-application-development/54592/mysterious-syntax-error-with-set-command-in-tcl-script/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Another Linux vs Windows issue. We have a TCL script that works under Linux when we use &amp;quot;vitis -s &amp;lt;scriptname&amp;gt;&amp;quot;, but it gives us problems at the following line under Windows.&amp;nbsp; Any idea what&amp;#39;s going wrong here?&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;&lt;img style="max-height:360px;max-width:640px;" src="https://community.element14.com/resized-image/__size/1280x720/__key/communityserver-discussions-components-files/315/pastedimage1715003237332v1.png" alt=" " /&gt;&lt;/p&gt;</description></item><item><title>RE: Mysterious syntax error with "set" command in TCL script</title><link>https://community.element14.com/thread/221247?ContentTypeID=1</link><pubDate>Mon, 06 May 2024 15:23:05 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:7429c559-4cf3-416e-ab6e-9fc5b842b867</guid><dc:creator>quadzilla</dc:creator><slash:comments>0</slash:comments><comments>https://community.element14.com/thread/221247?ContentTypeID=1</comments><wfw:commentRss>https://community.element14.com/products/devtools/avnetboardscommunity/avnetboard-forums/f/software-application-development/54592/mysterious-syntax-error-with-set-command-in-tcl-script/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Found the problem.&amp;nbsp; A co-worker let me astray when he said we should use &amp;quot;vitis -s&amp;quot;.&amp;nbsp; I had to dig deeper to learn that this is only for Python scripts.&amp;nbsp; In othe words, it was a documentation error on his part. Sorry for the confusion, and thanks everyone.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Mysterious syntax error with "set" command in TCL script</title><link>https://community.element14.com/thread/221246?ContentTypeID=1</link><pubDate>Mon, 06 May 2024 15:12:59 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:8552cec0-cba2-49f6-bf2d-813938772d3f</guid><dc:creator>Jan Cumps</dc:creator><slash:comments>0</slash:comments><comments>https://community.element14.com/thread/221246?ContentTypeID=1</comments><wfw:commentRss>https://community.element14.com/products/devtools/avnetboardscommunity/avnetboard-forums/f/software-application-development/54592/mysterious-syntax-error-with-set-command-in-tcl-script/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;yes but that&amp;#39;s not&amp;nbsp;&lt;span&gt;/temp/workspace&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Mysterious syntax error with "set" command in TCL script</title><link>https://community.element14.com/thread/221245?ContentTypeID=1</link><pubDate>Mon, 06 May 2024 14:45:38 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:a5a7f782-0af1-48f7-8ae6-fcce91484bb0</guid><dc:creator>quadzilla</dc:creator><slash:comments>0</slash:comments><comments>https://community.element14.com/thread/221245?ContentTypeID=1</comments><wfw:commentRss>https://community.element14.com/products/devtools/avnetboardscommunity/avnetboard-forums/f/software-application-development/54592/mysterious-syntax-error-with-set-command-in-tcl-script/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Nope. Those are the very first lines.&lt;/p&gt;
&lt;p&gt;Could Vitis not be invoking the TCL interpreter?&amp;nbsp; I suppose so, but I wouldn&amp;#39;t know how this could happen or why.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Mysterious syntax error with "set" command in TCL script</title><link>https://community.element14.com/thread/221244?ContentTypeID=1</link><pubDate>Mon, 06 May 2024 14:12:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:6cef86ff-55ec-4fc6-aaa1-b27010a53403</guid><dc:creator>shabaz</dc:creator><slash:comments>1</slash:comments><comments>https://community.element14.com/thread/221244?ContentTypeID=1</comments><wfw:commentRss>https://community.element14.com/products/devtools/avnetboardscommunity/avnetboard-forums/f/software-application-development/54592/mysterious-syntax-error-with-set-command-in-tcl-script/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Are there any TCL commands above the snippet you supplied? Maybe the TCL interpreter isn&amp;#39;t invoked and Windows is executing it as a different script, throwing the error. You could test with other TCL commands. It&amp;#39;s been a decade since I last used TCL so I cannot remember a single TCL command any more : (&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Mysterious syntax error with "set" command in TCL script</title><link>https://community.element14.com/thread/221243?ContentTypeID=1</link><pubDate>Mon, 06 May 2024 14:00:13 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:3ee5a86e-d57f-4b08-8c6b-1700318332cb</guid><dc:creator>quadzilla</dc:creator><slash:comments>1</slash:comments><comments>https://community.element14.com/thread/221243?ContentTypeID=1</comments><wfw:commentRss>https://community.element14.com/products/devtools/avnetboardscommunity/avnetboard-forums/f/software-application-development/54592/mysterious-syntax-error-with-set-command-in-tcl-script/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Since you asked, this is what Notepad++ shows me.&amp;nbsp; I don&amp;#39;t see anything unusual there.&lt;br /&gt;&lt;br /&gt;&lt;img alt="image" style="max-height:360px;max-width:640px;" src="https://community.element14.com/resized-image/__size/1280x720/__key/communityserver-discussions-components-files/315/pastedimage1715004009032v1.png"  /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Mysterious syntax error with "set" command in TCL script</title><link>https://community.element14.com/thread/221242?ContentTypeID=1</link><pubDate>Mon, 06 May 2024 13:56:46 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:e37f9f21-25a0-489f-a5d4-d89b7c2dbb0d</guid><dc:creator>quadzilla</dc:creator><slash:comments>1</slash:comments><comments>https://community.element14.com/thread/221242?ContentTypeID=1</comments><wfw:commentRss>https://community.element14.com/products/devtools/avnetboardscommunity/avnetboard-forums/f/software-application-development/54592/mysterious-syntax-error-with-set-command-in-tcl-script/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;No, c:/temp/workspace definitely exists.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Mysterious syntax error with "set" command in TCL script</title><link>https://community.element14.com/thread/221241?ContentTypeID=1</link><pubDate>Mon, 06 May 2024 13:55:54 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:c6dd9cff-3b37-430f-b20c-0cc832b3f4b8</guid><dc:creator>Jan Cumps</dc:creator><slash:comments>1</slash:comments><comments>https://community.element14.com/thread/221241?ContentTypeID=1</comments><wfw:commentRss>https://community.element14.com/products/devtools/avnetboardscommunity/avnetboard-forums/f/software-application-development/54592/mysterious-syntax-error-with-set-command-in-tcl-script/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;/temp/workspace&lt;/span&gt; is most likely not a windows root directory.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Mysterious syntax error with "set" command in TCL script</title><link>https://community.element14.com/thread/221240?ContentTypeID=1</link><pubDate>Mon, 06 May 2024 13:53:55 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:1946fe97-107c-4d88-bb9d-5c53de09fc98</guid><dc:creator>dyessgg</dc:creator><slash:comments>1</slash:comments><comments>https://community.element14.com/thread/221240?ContentTypeID=1</comments><wfw:commentRss>https://community.element14.com/products/devtools/avnetboardscommunity/avnetboard-forums/f/software-application-development/54592/mysterious-syntax-error-with-set-command-in-tcl-script/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;I&amp;#39;m assuming you&amp;#39;re moving the file between the platforms in a way that converts the line endings.&lt;/p&gt;
&lt;p&gt;It would be helpful to see a few lines above and below the offending line.&lt;/p&gt;
&lt;p&gt;Maybe try turning on your editor&amp;#39;s option to visualize &amp;quot;white space&amp;quot; characters.&amp;nbsp; There might be something lurking there Windows doesn&amp;#39;t like.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Build errors, petalinux 2022.2, u96v2_sbc_base_2022_2.bsp</title><link>https://community.element14.com/thread/221222?ContentTypeID=1</link><pubDate>Sun, 05 May 2024 22:59:14 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:42ca8b8c-ace6-4536-9de5-bdc41fd3390d</guid><dc:creator>minita</dc:creator><slash:comments>0</slash:comments><comments>https://community.element14.com/thread/221222?ContentTypeID=1</comments><wfw:commentRss>https://community.element14.com/products/devtools/avnetboardscommunity/avnetboard-forums/f/software-application-development/52541/build-errors-petalinux-2022-2-u96v2_sbc_base_2022_2-bsp/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hello, at the end I did fix my issues, I had to copy the avnet files &lt;span&gt;/u96v2-sbc.conf&lt;/span&gt; to the Yocto machine list of Petalinux.&lt;/p&gt;
&lt;p&gt;I had another issue which was fixed with a library missing in my Ubuntu machine.&lt;/p&gt;
&lt;p&gt;But you are right, that seems to be the better way to do the Petalinux pipeline process. Now, that I understand it more.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Build errors, petalinux 2022.2, u96v2_sbc_base_2022_2.bsp</title><link>https://community.element14.com/thread/52541?ContentTypeID=0</link><pubDate>Thu, 02 Mar 2023 15:05:55 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:13091bc8-b4ec-4fcd-b832-73df38fa2960</guid><dc:creator>rgallic</dc:creator><slash:comments>3</slash:comments><comments>https://community.element14.com/thread/52541?ContentTypeID=0</comments><wfw:commentRss>https://community.element14.com/products/devtools/avnetboardscommunity/avnetboard-forums/f/software-application-development/52541/build-errors-petalinux-2022-2-u96v2_sbc_base_2022_2-bsp/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;I am seeing many errors when trying to build a petalinux project using&amp;nbsp;u96v2_sbc_base_2022_2.bsp.&lt;/p&gt;
&lt;p&gt;First error is:&lt;/p&gt;
&lt;p&gt;rsync: link_stat &amp;quot;/opt/pkg/petalinux/2022.2/components/misc/yocto_machines/u96v2-sbc.conf&amp;quot; failed: No such file or directory (2)&lt;br /&gt;rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1207) [sender=3.1.3]&lt;/p&gt;
&lt;p&gt;I can find&amp;nbsp;&lt;span&gt;u96v2-sbc.conf in directory&amp;nbsp;./project-spec/meta-avnet/conf/machine/u96v2-sbc.conf.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Do I need to copy this to&amp;nbsp;/opt/pkg/petalinux/2022.2/components/misc/yocto_machines/ ?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Next is a warning:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;WARNING: /home/developer/u96v2_sbc_base_2022_2/project-spec/meta-avnet/recipes-apps/factest-launcher/factest-launcher.bb: Unable to get checksum for factest-launcher SRC_URI entry factest-launcher.sh: file could not be found&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Followed by:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;WARNING: cmake-3.21.1-r0 do_package_write_rpm_setscene: Failed to fetch URL file://1c/2a/sstate:cmake:cortexa72-cortexa53-xilinx-linux:3.21.1:r0:cortexa72-cortexa53:7:1c2afefcb6e91e36c93f739dbcefbfbad6c908b3ff78153003ab3651ef81f3d3_package_write_rpm.tgz.siginfo;downloadfilename=1c/2a/sstate:cmake:cortexa72-cortexa53-xilinx-linux:3.21.1:r0:cortexa72-cortexa53:7:1c2afefcb6e91e36c93f739dbcefbfbad6c908b3ff78153003ab3651ef81f3d3_package_write_rpm.tgz.siginfo, attempting MIRRORS if available&lt;br /&gt;ERROR: cmake-3.21.1-r0 do_package_write_rpm_setscene: Fetcher failure: Unable to find file file://1c/2a/sstate:cmake:cortexa72-cortexa53-xilinx-linux:3.21.1:r0:cortexa72-cortexa53:7:1c2afefcb6e91e36c93f739dbcefbfbad6c908b3ff78153003ab3651ef81f3d3_package_write_rpm.tgz.siginfo;downloadfilename=1c/2a/sstate:cmake:cortexa72-cortexa53-xilinx-linux:3.21.1:r0:cortexa72-cortexa53:7:1c2afefcb6e91e36c93f739dbcefbfbad6c908b3ff78153003ab3651ef81f3d3_package_write_rpm.tgz.siginfo anywhere. The paths that were searched were:&lt;br /&gt; /home/developer/u96v2_sbc_base_2022_2/build/sstate-cache&lt;br /&gt; /home/developer/u96v2_sbc_base_2022_2/build/sstate-cache&lt;br /&gt;WARNING: whetstone-1.2-r0 do_populate_lic_setscene: Failed to fetch URL file://9c/a2/sstate:whetstone::1.2:r0::7:9ca2225568727487f5a1ef1ebc4175a179bc0bcc64335ad596ff49d3179a630f_populate_lic.tgz.siginfo;downloadfilename=9c/a2/sstate:whetstone::1.2:r0::7:9ca2225568727487f5a1ef1ebc4175a179bc0bcc64335ad596ff49d3179a630f_populate_lic.tgz.siginfo, attempting MIRRORS if available&lt;br /&gt;ERROR: whetstone-1.2-r0 do_populate_lic_setscene: Fetcher failure: Unable to find file file://9c/a2/sstate:whetstone::1.2:r0::7:9ca2225568727487f5a1ef1ebc4175a179bc0bcc64335ad596ff49d3179a630f_populate_lic.tgz.siginfo;downloadfilename=9c/a2/sstate:whetstone::1.2:r0::7:9ca2225568727487f5a1ef1ebc4175a179bc0bcc64335ad596ff49d3179a630f_populate_lic.tgz.siginfo anywhere. The paths that were searched were:&lt;br /&gt; /home/developer/u96v2_sbc_base_2022_2/build/sstate-cache&lt;br /&gt; /home/developer/u96v2_sbc_base_2022_2/build/sstate-cache&lt;br /&gt;WARNING: cpufrequtils-008-r5 do_package_qa_setscene: Failed to fetch URL file://25/24/sstate:cpufrequtils:cortexa72-cortexa53-xilinx-linux:008:r5:cortexa72-cortexa53:7:252444a1ac5305b43a92253533a8c421b932e84f69611bfe5f1314f836aea409_package_qa.tgz.siginfo;downloadfilename=25/24/sstate:cpufrequtils:cortexa72-cortexa53-xilinx-linux:008:r5:cortexa72-cortexa53:7:252444a1ac5305b43a92253533a8c421b932e84f69611bfe5f1314f836aea409_package_qa.tgz.siginfo, attempting MIRRORS if available&lt;br /&gt;ERROR: cpufrequtils-008-r5 do_package_qa_setscene: Fetcher failure: Unable to find file file://25/24/sstate:cpufrequtils:cortexa72-cortexa53-xilinx-linux:008:r5:cortexa72-cortexa53:7:252444a1ac5305b43a92253533a8c421b932e84f69611bfe5f1314f836aea409_package_qa.tgz.siginfo;downloadfilename=25/24/sstate:cpufrequtils:cortexa72-cortexa53-xilinx-linux:008:r5:cortexa72-cortexa53:7:252444a1ac5305b43a92253533a8c421b932e84f69611bfe5f1314f836aea409_package_qa.tgz.siginfo anywhere. The paths that were searched were:&lt;br /&gt; /home/developer/u96v2_sbc_base_2022_2/build/sstate-cache&lt;br /&gt; /home/developer/u96v2_sbc_base_2022_2/build/sstate-cache&lt;br /&gt;WARNING: cpufrequtils-008-r5 do_package_write_rpm_setscene: Failed to fetch URL file://ff/6c/sstate:cpufrequtils:cortexa72-cortexa53-xilinx-linux:008:r5:cortexa72-cortexa53:7:ff6c93769a8b05714727b28455aa9401c1850fc1d470d863744bf518d7f356ef_package_write_rpm.tgz.siginfo;downloadfilename=ff/6c/sstate:cpufrequtils:cortexa72-cortexa53-xilinx-linux:008:r5:cortexa72-cortexa53:7:ff6c93769a8b05714727b28455aa9401c1850fc1d470d863744bf518d7f356ef_package_write_rpm.tgz.siginfo, attempting MIRRORS if available&lt;br /&gt;ERROR: cpufrequtils-008-r5 do_package_write_rpm_setscene: Fetcher failure: Unable to find file file://ff/6c/sstate:cpufrequtils:cortexa72-cortexa53-xilinx-linux:008:r5:cortexa72-cortexa53:7:ff6c93769a8b05714727b28455aa9401c1850fc1d470d863744bf518d7f356ef_package_write_rpm.tgz.siginfo;downloadfilename=ff/6c/sstate:cpufrequtils:cortexa72-cortexa53-xilinx-linux:008:r5:cortexa72-cortexa53:7:ff6c93769a8b05714727b28455aa9401c1850fc1d470d863744bf518d7f356ef_package_write_rpm.tgz.siginfo anywhere. The paths that were searched were:&lt;br /&gt; /home/developer/u96v2_sbc_base_2022_2/build/sstate-cache&lt;br /&gt; /home/developer/u96v2_sbc_base_2022_2/build/sstate-cache&lt;br /&gt;WARNING: cpufrequtils-008-r5 do_populate_lic_setscene: Failed to fetch URL file://bc/07/sstate:cpufrequtils::008:r5::7:bc0720160359303365bdcff2452660f93d388ecaf517791f630e2b8280a4cfb0_populate_lic.tgz.siginfo;downloadfilename=bc/07/sstate:cpufrequtils::008:r5::7:bc0720160359303365bdcff2452660f93d388ecaf517791f630e2b8280a4cfb0_populate_lic.tgz.siginfo, attempting MIRRORS if available&lt;br /&gt;ERROR: cpufrequtils-008-r5 do_populate_lic_setscene: Fetcher failure: Unable to find file file://bc/07/sstate:cpufrequtils::008:r5::7:bc0720160359303365bdcff2452660f93d388ecaf517791f630e2b8280a4cfb0_populate_lic.tgz.siginfo;downloadfilename=bc/07/sstate:cpufrequtils::008:r5::7:bc0720160359303365bdcff2452660f93d388ecaf517791f630e2b8280a4cfb0_populate_lic.tgz.siginfo anywhere. The paths that were searched were:&lt;br /&gt; /home/developer/u96v2_sbc_base_2022_2/build/sstate-cache&lt;br /&gt; /home/developer/u96v2_sbc_base_2022_2/build/sstate-cache&lt;br /&gt;WARNING: lighttpd-1.4.59-r0 do_packagedata_setscene: Failed to fetch URL file://72/b7/sstate:lighttpd:cortexa72-cortexa53-xilinx-linux:1.4.59:r0:cortexa72-cortexa53:7:72b767ebb5b45d493d2a710804abeae65aac0e41b2cd5f14b610aa4e6817a62d_packagedata.tgz.siginfo;downloadfilename=72/b7/sstate:lighttpd:cortexa72-cortexa53-xilinx-linux:1.4.59:r0:cortexa72-cortexa53:7:72b767ebb5b45d493d2a710804abeae65aac0e41b2cd5f14b610aa4e6817a62d_packagedata.tgz.siginfo, attempting MIRRORS if available&lt;br /&gt;ERROR: lighttpd-1.4.59-r0 do_packagedata_setscene: Fetcher failure: Unable to find file file://72/b7/sstate:lighttpd:cortexa72-cortexa53-xilinx-linux:1.4.59:r0:cortexa72-cortexa53:7:72b767ebb5b45d493d2a710804abeae65aac0e41b2cd5f14b610aa4e6817a62d_packagedata.tgz.siginfo;downloadfilename=72/b7/sstate:lighttpd:cortexa72-cortexa53-xilinx-linux:1.4.59:r0:cortexa72-cortexa53:7:72b767ebb5b45d493d2a710804abeae65aac0e41b2cd5f14b610aa4e6817a62d_packagedata.tgz.siginfo anywhere. The paths that were searched were:&lt;br /&gt; /home/developer/u96v2_sbc_base_2022_2/build/sstate-cache&lt;br /&gt; /home/developer/u96v2_sbc_base_2022_2/build/sstate-cache&lt;br /&gt;WARNING: whetstone-1.2-r0 do_package_write_rpm_setscene: No sstate archive obtainable, will run full task instead.&lt;br /&gt;ERROR: Logfile of failure stored in: /home/developer/u96v2_sbc_base_2022_2/build/tmp/work/cortexa72-cortexa53-xilinx-linux/whetstone/1.2-r0/temp/log.do_package_write_rpm_setscene.27713&lt;br /&gt;WARNING: Setscene task (/home/developer/u96v2_sbc_base_2022_2/components/yocto/layers/meta-openembedded/meta-oe/recipes-benchmark/whetstone/whetstone_1.2.bb:do_package_write_rpm_setscene) failed with exit code &amp;#39;1&amp;#39; - real task will be run instead&lt;br /&gt;WARNING: lmsensors-3.6.0-r0 do_package_qa_setscene: No sstate archive obtainable, will run full task instead.&lt;br /&gt;WARNING: lmsensors-3.6.0-r0 do_package_write_rpm_setscene: No sstate archive obtainable, will run full task instead.&lt;br /&gt;ERROR: Logfile of failure stored in: /home/developer/u96v2_sbc_base_2022_2/build/tmp/work/cortexa72-cortexa53-xilinx-linux/lmsensors/3.6.0-r0/temp/log.do_package_write_rpm_setscene.27812&lt;br /&gt;WARNING: lmsensors-3.6.0-r0 do_populate_lic_setscene: No sstate archive obtainable, will run full task instead.&lt;br /&gt;ERROR: Logfile of failure stored in: /home/developer/u96v2_sbc_base_2022_2/build/tmp/work/cortexa72-cortexa53-xilinx-linux/lmsensors/3.6.0-r0/temp/log.do_populate_lic_setscene.27820&lt;br /&gt;WARNING: libnet-1.2-rc3-r0 do_package_qa_setscene: No sstate archive obtainable, will run full task instead.&lt;br /&gt;ERROR: Logfile of failure stored in: /home/developer/u96v2_sbc_base_2022_2/build/tmp/work/cortexa72-cortexa53-xilinx-linux/libnet/1.2-rc3-r0/temp/log.do_package_qa_setscene.27828&lt;br /&gt;WARNING: libnet-1.2-rc3-r0 do_populate_lic_setscene: No sstate archive obtainable, will run full task instead.&lt;br /&gt;ERROR: Logfile of failure stored in: /home/developer/u96v2_sbc_base_2022_2/build/tmp/work/cortexa72-cortexa53-xilinx-linux/libnet/1.2-rc3-r0/temp/log.do_populate_lic_setscene.27847&lt;br /&gt;ERROR: Logfile of failure stored in: /home/developer/u96v2_sbc_base_2022_2/build/tmp/work/cortexa72-cortexa53-xilinx-linux/lmsensors/3.6.0-r0/temp/log.do_package_qa_setscene.27800&lt;br /&gt;WARNING: Setscene task (/home/developer/u96v2_sbc_base_2022_2/components/yocto/layers/meta-openembedded/meta-oe/recipes-connectivity/libnet/libnet_1.2-rc3.bb:do_package_qa_setscene) failed with exit code &amp;#39;1&amp;#39; - real task will be run instead&lt;br /&gt;WARNING: Setscene task (/home/developer/u96v2_sbc_base_2022_2/components/yocto/layers/meta-openembedded/meta-oe/recipes-bsp/lm_sensors/lmsensors_3.6.0.bb:do_populate_lic_setscene) failed with exit code &amp;#39;1&amp;#39; - real task will be run instead&lt;br /&gt;WARNING: Setscene task (/home/developer/u96v2_sbc_base_2022_2/components/yocto/layers/meta-openembedded/meta-oe/recipes-connectivity/libnet/libnet_1.2-rc3.bb:do_populate_lic_setscene) failed with exit code &amp;#39;1&amp;#39; - real task will be run instead&lt;br /&gt;WARNING: Setscene task (/home/developer/u96v2_sbc_base_2022_2/components/yocto/layers/meta-openembedded/meta-oe/recipes-bsp/lm_sensors/lmsensors_3.6.0.bb:do_package_qa_setscene) failed with exit code &amp;#39;1&amp;#39; - real task will be run instead&lt;br /&gt;WARNING: Setscene task (/home/developer/u96v2_sbc_base_2022_2/components/yocto/layers/meta-openembedded/meta-oe/recipes-bsp/lm_sensors/lmsensors_3.6.0.bb:do_package_write_rpm_setscene) failed with exit code &amp;#39;1&amp;#39; - real task will be run instead&lt;br /&gt;WARNING: libnet-1.2-rc3-r0 do_package_write_rpm_setscene: No sstate archive obtainable, will run full task instead.&lt;br /&gt;ERROR: Logfile of failure stored in: /home/developer/u96v2_sbc_base_2022_2/build/tmp/work/cortexa72-cortexa53-xilinx-linux/libnet/1.2-rc3-r0/temp/log.do_package_write_rpm_setscene.27834&lt;br /&gt;WARNING: Setscene task (/home/developer/u96v2_sbc_base_2022_2/components/yocto/layers/meta-openembedded/meta-oe/recipes-connectivity/libnet/libnet_1.2-rc3.bb:do_package_write_rpm_setscene) failed with exit code &amp;#39;1&amp;#39; - real task will be run instead&lt;br /&gt;WARNING: ocl-icd-2.3.0-r0 do_populate_lic_setscene: No sstate archive obtainable, will run full task instead.&lt;br /&gt;WARNING: opencl-clhpp-2.0.15+gitAUTOINC+f7237f3799-r0 do_package_qa_setscene: No sstate archive obtainable, will run full task instead.&lt;br /&gt;ERROR: Logfile of failure stored in: /home/developer/u96v2_sbc_base_2022_2/build/tmp/work/cortexa72-cortexa53-xilinx-linux/ocl-icd/2.3.0-r0/temp/log.do_populate_lic_setscene.27905&lt;br /&gt;ERROR: Logfile of failure stored in: /home/developer/u96v2_sbc_base_2022_2/build/tmp/work/cortexa72-cortexa53-xilinx-linux/opencl-clhpp/2.0.15+gitAUTOINC+f7237f3799-r0/temp/log.do_package_qa_setscene.27906&lt;br /&gt;WARNING: Setscene task (/home/developer/u96v2_sbc_base_2022_2/components/yocto/layers/meta-openembedded/meta-oe/recipes-core/opencl/ocl-icd_2.3.0.bb:do_populate_lic_setscene) failed with exit code &amp;#39;1&amp;#39; - real task will be run instead&lt;br /&gt;WARNING: Setscene task (/home/developer/u96v2_sbc_base_2022_2/components/yocto/layers/meta-openembedded/meta-oe/recipes-core/opencl/opencl-clhpp_git.bb:do_package_qa_setscene) failed with exit code &amp;#39;1&amp;#39; - real task will be run instead&lt;br /&gt;WARNING: ocl-icd-2.3.0-r0 do_package_write_rpm_setscene: No sstate archive obtainable, will run full task instead.&lt;br /&gt;ERROR: Logfile of failure stored in: /home/developer/u96v2_sbc_base_2022_2/build/tmp/work/cortexa72-cortexa53-xilinx-linux/ocl-icd/2.3.0-r0/temp/log.do_package_write_rpm_setscene.27904&lt;br /&gt;WARNING: opencl-clhpp-2.0.15+gitAUTOINC+f7237f3799-r0 do_populate_lic_setscene: No sstate archive obtainable, will run full task instead.&lt;br /&gt;ERROR: Logfile of failure stored in: /home/developer/u96v2_sbc_base_2022_2/build/tmp/work/cortexa72-cortexa53-xilinx-linux/opencl-clhpp/2.0.15+gitAUTOINC+f7237f3799-r0/temp/log.do_populate_lic_setscene.27914&lt;br /&gt;WARNING: ocl-icd-2.3.0-r0 do_package_qa_setscene: No sstate archive obtainable, will run full task instead.&lt;br /&gt;ERROR: Logfile of failure stored in: /home/developer/u96v2_sbc_base_2022_2/build/tmp/work/cortexa72-cortexa53-xilinx-linux/ocl-icd/2.3.0-r0/temp/log.do_package_qa_setscene.27897&lt;br /&gt;WARNING: opencl-clhpp-2.0.15+gitAUTOINC+f7237f3799-r0 do_package_write_rpm_setscene: No sstate archive obtainable, will run full task instead.&lt;br /&gt;ERROR: Logfile of failure stored in: /home/developer/u96v2_sbc_base_2022_2/build/tmp/work/cortexa72-cortexa53-xilinx-linux/opencl-clhpp/2.0.15+gitAUTOINC+f7237f3799-r0/temp/log.do_package_write_rpm_setscene.27907&lt;br /&gt;WARNING: Setscene task (/home/developer/u96v2_sbc_base_2022_2/components/yocto/layers/meta-openembedded/meta-oe/recipes-core/opencl/ocl-icd_2.3.0.bb:do_package_qa_setscene) failed with exit code &amp;#39;1&amp;#39; - real task will be run instead&lt;br /&gt;WARNING: Setscene task (/home/developer/u96v2_sbc_base_2022_2/components/yocto/layers/meta-openembedded/meta-oe/recipes-core/opencl/ocl-icd_2.3.0.bb:do_package_write_rpm_setscene) failed with exit code &amp;#39;1&amp;#39; - real task will be run instead&lt;br /&gt;WARNING: Setscene task (/home/developer/u96v2_sbc_base_2022_2/components/yocto/layers/meta-openembedded/meta-oe/recipes-core/opencl/opencl-clhpp_git.bb:do_package_write_rpm_setscene) failed with exit code &amp;#39;1&amp;#39; - real task will be run instead&lt;br /&gt;WARNING: Setscene task (/home/developer/u96v2_sbc_base_2022_2/components/yocto/layers/meta-openembedded/meta-oe/recipes-core/opencl/opencl-clhpp_git.bb:do_populate_lic_setscene) failed with exit code &amp;#39;1&amp;#39; - real task will be run instead&lt;br /&gt;WARNING: linux-firmware-1_20211216-r0 do_packagedata_setscene: Failed to fetch URL file://b6/d9/sstate:linux-firmware:all-xilinx-linux:20211216:r0:allarch:7:b6d9ba067b54e4c67964bc57b4d205cc2befc598b5e5b61747025d753b38d229_packagedata.tgz.siginfo;downloadfilename=b6/d9/sstate:linux-firmware:all-xilinx-linux:20211216:r0:allarch:7:b6d9ba067b54e4c67964bc57b4d205cc2befc598b5e5b61747025d753b38d229_packagedata.tgz.siginfo, attempting MIRRORS if available&lt;br /&gt;ERROR: linux-firmware-1_20211216-r0 do_packagedata_setscene: Fetcher failure: Unable to find file file://b6/d9/sstate:linux-firmware:all-xilinx-linux:20211216:r0:allarch:7:b6d9ba067b54e4c67964bc57b4d205cc2befc598b5e5b61747025d753b38d229_packagedata.tgz.siginfo;downloadfilename=b6/d9/sstate:linux-firmware:all-xilinx-linux:20211216:r0:allarch:7:b6d9ba067b54e4c67964bc57b4d205cc2befc598b5e5b61747025d753b38d229_packagedata.tgz.siginfo anywhere. The paths that were searched were:&lt;br /&gt; /home/developer/u96v2_sbc_base_2022_2/build/sstate-cache&lt;br /&gt; /home/developer/u96v2_sbc_base_2022_2/build/sstate-cache&lt;br /&gt;WARNING: linux-firmware-1_20211216-r0 do_packagedata_setscene: No sstate archive obtainable, will run full task instead.&lt;br /&gt;ERROR: Logfile of failure stored in: /home/developer/u96v2_sbc_base_2022_2/build/tmp/work/all-xilinx-linux/linux-firmware/1_20211216-r0/temp/log.do_packagedata_setscene.27927&lt;br /&gt;WARNING: iptraf-ng-1.1.4-r0 do_package_write_rpm_setscene: Failed to fetch URL file://13/0c/sstate:iptraf-ng:cortexa72-cortexa53-xilinx-linux:1.1.4:r0:cortexa72-cortexa53:7:130c01f7801c30fde366c2cf30c8e2a3998ffe19458626890269288780062d4e_package_write_rpm.tgz;downloadfilename=13/0c/sstate:iptraf-ng:cortexa72-cortexa53-xilinx-linux:1.1.4:r0:cortexa72-cortexa53:7:130c01f7801c30fde366c2cf30c8e2a3998ffe19458626890269288780062d4e_package_write_rpm.tgz, attempting MIRRORS if available&lt;br /&gt;ERROR: iptraf-ng-1.1.4-r0 do_package_write_rpm_setscene: Fetcher failure: Unable to find file file://13/0c/sstate:iptraf-ng:cortexa72-cortexa53-xilinx-linux:1.1.4:r0:cortexa72-cortexa53:7:130c01f7801c30fde366c2cf30c8e2a3998ffe19458626890269288780062d4e_package_write_rpm.tgz;downloadfilename=13/0c/sstate:iptraf-ng:cortexa72-cortexa53-xilinx-linux:1.1.4:r0:cortexa72-cortexa53:7:130c01f7801c30fde366c2cf30c8e2a3998ffe19458626890269288780062d4e_package_write_rpm.tgz anywhere. The paths that were searched were:&lt;br /&gt; /home/developer/u96v2_sbc_base_2022_2/build/sstate-cache&lt;br /&gt; /home/developer/u96v2_sbc_base_2022_2/build/sstate-cache&lt;br /&gt;WARNING: nodejs-14.17.1-r0 do_package_write_rpm_setscene: Failed to fetch URL file://34/fa/sstate:nodejs:cortexa72-cortexa53-xilinx-linux:14.17.1:r0:cortexa72-cortexa53:7:34fa991c1f59b42174c7b7197c09029f794580d9f00ddbe6abe9e6beb9b1487b_package_write_rpm.tgz;downloadfilename=34/fa/sstate:nodejs:cortexa72-cortexa53-xilinx-linux:14.17.1:r0:cortexa72-cortexa53:7:34fa991c1f59b42174c7b7197c09029f794580d9f00ddbe6abe9e6beb9b1487b_package_write_rpm.tgz, attempting MIRRORS if available&lt;br /&gt;ERROR: nodejs-14.17.1-r0 do_package_write_rpm_setscene: Fetcher failure: Unable to find file file://34/fa/sstate:nodejs:cortexa72-cortexa53-xilinx-linux:14.17.1:r0:cortexa72-cortexa53:7:34fa991c1f59b42174c7b7197c09029f794580d9f00ddbe6abe9e6beb9b1487b_package_write_rpm.tgz;downloadfilename=34/fa/sstate:nodejs:cortexa72-cortexa53-xilinx-linux:14.17.1:r0:cortexa72-cortexa53:7:34fa991c1f59b42174c7b7197c09029f794580d9f00ddbe6abe9e6beb9b1487b_package_write_rpm.tgz anywhere. The paths that were searched were:&lt;br /&gt; /home/developer/u96v2_sbc_base_2022_2/build/sstate-cache&lt;br /&gt; /home/developer/u96v2_sbc_base_2022_2/build/sstate-cache&lt;br /&gt;WARNING: Setscene task (/home/developer/u96v2_sbc_base_2022_2/components/yocto/layers/core/meta/recipes-kernel/linux-firmware/linux-firmware_20211216.bb:do_packagedata_setscene) failed with exit code &amp;#39;1&amp;#39; - real task will be run instead&lt;br /&gt;WARNING: opencl-headers-git-r0 do_populate_lic_setscene: No sstate archive obtainable, will run full task instead.&lt;br /&gt;ERROR: Logfile of failure stored in: /home/developer/u96v2_sbc_base_2022_2/build/tmp/work/cortexa72-cortexa53-xilinx-linux/opencl-headers/git-r0/temp/log.do_populate_lic_setscene.27937&lt;br /&gt;WARNING: Setscene task (/home/developer/u96v2_sbc_base_2022_2/components/yocto/layers/meta-openembedded/meta-oe/recipes-core/opencl/opencl-headers_git.bb:do_populate_lic_setscene) failed with exit code &amp;#39;1&amp;#39; - real task will be run instead&lt;br /&gt;WARNING: nodejs-14.17.1-r0 do_package_write_rpm_setscene: No sstate archive obtainable, will run full task instead.&lt;br /&gt;ERROR: Logfile of failure stored in: /home/developer/u96v2_sbc_base_2022_2/build/tmp/work/cortexa72-cortexa53-xilinx-linux/nodejs/14.17.1-r0/temp/log.do_package_write_rpm_setscene.27951&lt;br /&gt;WARNING: Setscene task (/home/developer/u96v2_sbc_base_2022_2/components/yocto/layers/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs_14.17.1.bb:do_package_write_rpm_setscene) failed with exit code &amp;#39;1&amp;#39; - real task will be run instead&lt;br /&gt;WARNING: iptraf-ng-1.1.4-r0 do_populate_lic_setscene: No sstate archive obtainable, will run full task instead.&lt;br /&gt;ERROR: Logfile of failure stored in: /home/developer/u96v2_sbc_base_2022_2/build/tmp/work/cortexa72-cortexa53-xilinx-linux/iptraf-ng/1.1.4-r0/temp/log.do_populate_lic_setscene.27940&lt;br /&gt;WARNING: Setscene task (/home/developer/u96v2_sbc_base_2022_2/components/yocto/layers/meta-openembedded/meta-oe/recipes-devtools/iptraf/iptraf-ng_1.1.4.bb:do_populate_lic_setscene) failed with exit code &amp;#39;1&amp;#39; - real task will be run instead&lt;br /&gt;WARNING: nodejs-14.17.1-r0 do_package_qa_setscene: No sstate archive obtainable, will run full task instead.&lt;br /&gt;ERROR: Logfile of failure stored in: /home/developer/u96v2_sbc_base_2022_2/build/tmp/work/cortexa72-cortexa53-xilinx-linux/nodejs/14.17.1-r0/temp/log.do_package_qa_setscene.27941&lt;br /&gt;WARNING: Setscene task (/home/developer/u96v2_sbc_base_2022_2/components/yocto/layers/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs_14.17.1.bb:do_package_qa_setscene) failed with exit code &amp;#39;1&amp;#39; - real task will be run instead&lt;br /&gt;WARNING: iptraf-ng-1.1.4-r0 do_package_qa_setscene: No sstate archive obtainable, will run full task instead.&lt;br /&gt;ERROR: Logfile of failure stored in: /home/developer/u96v2_sbc_base_2022_2/build/tmp/work/cortexa72-cortexa53-xilinx-linux/iptraf-ng/1.1.4-r0/temp/log.do_package_qa_setscene.27938&lt;br /&gt;WARNING: Setscene task (/home/developer/u96v2_sbc_base_2022_2/components/yocto/layers/meta-openembedded/meta-oe/recipes-devtools/iptraf/iptraf-ng_1.1.4.bb:do_package_qa_setscene) failed with exit code &amp;#39;1&amp;#39; - real task will be run instead&lt;br /&gt;WARNING: opencl-headers-git-r0 do_package_qa_setscene: No sstate archive obtainable, will run full task instead.&lt;br /&gt;ERROR: Logfile of failure stored in: /home/developer/u96v2_sbc_base_2022_2/build/tmp/work/cortexa72-cortexa53-xilinx-linux/opencl-headers/git-r0/temp/log.do_package_qa_setscene.27933&lt;br /&gt;WARNING: Setscene task (/home/developer/u96v2_sbc_base_2022_2/components/yocto/layers/meta-openembedded/meta-oe/recipes-core/opencl/opencl-headers_git.bb:do_package_qa_setscene) failed with exit code &amp;#39;1&amp;#39; - real task will be run instead&lt;br /&gt;WARNING: iptraf-ng-1.1.4-r0 do_package_write_rpm_setscene: No sstate archive obtainable, will run full task instead.&lt;br /&gt;ERROR: Logfile of failure stored in: /home/developer/u96v2_sbc_base_2022_2/build/tmp/work/cortexa72-cortexa53-xilinx-linux/iptraf-ng/1.1.4-r0/temp/log.do_package_write_rpm_setscene.27939&lt;br /&gt;WARNING: Setscene task (/home/developer/u96v2_sbc_base_2022_2/components/yocto/layers/meta-openembedded/meta-oe/recipes-devtools/iptraf/iptraf-ng_1.1.4.bb:do_package_write_rpm_setscene) failed with exit code &amp;#39;1&amp;#39; - real task will be run instead&lt;br /&gt;WARNING: opencl-headers-git-r0 do_package_write_rpm_setscene: No sstate archive obtainable, will run full task instead.&lt;br /&gt;ERROR: Logfile of failure stored in: /home/developer/u96v2_sbc_base_2022_2/build/tmp/work/cortexa72-cortexa53-xilinx-linux/opencl-headers/git-r0/temp/log.do_package_write_rpm_setscene.27936&lt;br /&gt;WARNING: Setscene task (/home/developer/u96v2_sbc_base_2022_2/components/yocto/layers/meta-openembedded/meta-oe/recipes-core/opencl/opencl-headers_git.bb:do_package_write_rpm_setscene) failed with exit code &amp;#39;1&amp;#39; - real task will be run instead&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I stopped the build here.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Has anyone been able to get a clean build on Petalinux 2022.2 using this BSP?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Why use Linux instead of Windows?</title><link>https://community.element14.com/thread/54589?ContentTypeID=0</link><pubDate>Fri, 03 May 2024 20:05:25 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:a57a7ec8-0291-4509-b4ab-a153e77621a0</guid><dc:creator>quadzilla</dc:creator><slash:comments>25</slash:comments><comments>https://community.element14.com/thread/54589?ContentTypeID=0</comments><wfw:commentRss>https://community.element14.com/products/devtools/avnetboardscommunity/avnetboard-forums/f/software-application-development/54589/why-use-linux-instead-of-windows/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;I have seen people recommend doing development under Linux rather than Windows. Can anyone give me a list of reasons for or against using Linux for the development environment?&amp;nbsp; I&amp;#39;d like to present a case to my bosses.&lt;/p&gt;</description></item><item><title>RE: Why use Linux instead of Windows?</title><link>https://community.element14.com/thread/221220?ContentTypeID=1</link><pubDate>Sun, 05 May 2024 19:23:17 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:6df87b48-b69e-4e84-9ff5-d5b7bcf53a22</guid><dc:creator>DAB</dc:creator><slash:comments>0</slash:comments><comments>https://community.element14.com/thread/221220?ContentTypeID=1</comments><wfw:commentRss>https://community.element14.com/products/devtools/avnetboardscommunity/avnetboard-forums/f/software-application-development/54589/why-use-linux-instead-of-windows/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;I use Windows for most of my work, though since I have been using the Rpi boards, I have conceded that Linux is not as bad as the old Unix OS I avoided like the plague.&lt;/p&gt;
&lt;p&gt;Over the last few years I have seen a convergence in IDE formats that make it more easy to move back and forth between the environments.&lt;/p&gt;
&lt;p&gt;As others have said, for software development, you probably want to stick with the same environment that the final product will reside.&lt;/p&gt;
&lt;p&gt;Cross platform issues will always exist.&lt;/p&gt;
&lt;p&gt;As for the old Unix, I can tell you many horror stories.&lt;/p&gt;
&lt;p&gt;I sent a team to Australia, after we had told them the specific system configuration they needed for our software.&lt;/p&gt;
&lt;p&gt;The team arrived, four that the Australians were using something else.&lt;/p&gt;
&lt;p&gt;They did their best to get it installed, but finally handed them the software, told them that if they ever get the right environment to install it and give them a call.&lt;/p&gt;
&lt;p&gt;I also listened to one of the head Astronomy professors at the University of Arizona who swore he would never develop another software tool on Unix because every 6 months, everyone of his users got a new Unix update and his team had to do hundreds of modifications to get things working again.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;But then I can also point to issues similar issues with Windows base software.&lt;/p&gt;
&lt;p&gt;Though we could run our software on multiple Windows releases without problems.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>