<?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/"><channel><title>Path to Programmable 3</title><link>https://community.element14.com/challenges-projects/design-challenges/pathprogrammable3/</link><description>Path to Programmable III, a free FPGA SoC training program that offers participants a development board of their choice to build a graduation project, along with the chance to win up to $4,000 in prizes.</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title /><link>https://community.element14.com/challenges-projects/design-challenges/pathprogrammable3/b/blog/posts/path-to-programmable-iii-training-blog-05-inter-communication-between-ps-and-pl-of-zynq-soc?CommentId=d7e0ad0a-b725-4562-af1d-00d2a3e6952c</link><pubDate>Mon, 15 Sep 2025 10:44:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:d7e0ad0a-b725-4562-af1d-00d2a3e6952c</guid><dc:creator>bit2silicon</dc:creator><description>drive.google.com/.../view PL LED not glowing when running from Vitis My PL LED glows when I program the bitstream directly through Vivado Hardware Manager. But when I run an application from Vitis, the PS programs fine but the PL seems to get cleared and the LED no longer glows, even though the hardware platform was generated with the bitstream (XSA). Any idea why PL isn’t staying programmed when running from Vitis? Verilog PL code `timescale 1ns / 1ps module adder( input [31:0] in1, input [31:0] in2, output [31:0] sum, output ledout ); assign sum = in1 + in2; assign ledout = sum[0]; endmodule Constraint file set_property PACKAGE_PIN W21 [get_ports ledout] set_property IOSTANDARD LVCMOS18 [get_ports ledout] Vitis C code #include &amp;quot;xparameters.h&amp;quot; #include &amp;quot;xgpio.h&amp;quot; #include &amp;quot;xil_io.h&amp;quot; #include int main() { Xil_Out32(XPAR_AXI_GPIO_0_BASEADDR, 2); // Write to register A Xil_Out32(XPAR_AXI_GPIO_1_BASEADDR, 2); // Write to register B int result = Xil_In32(XPAR_AXI_GPIO_2_BASEADDR); // Read SUM xil_printf(&amp;quot;Result = %d\r\n&amp;quot;, result); return 0; } I had attached my PL code with constraints, PS code, and also attaching my block diagram Thank you</description></item><item><title /><link>https://community.element14.com/challenges-projects/design-challenges/pathprogrammable3/b/blog/posts/path-to-programmable-iii-training-blog-05-inter-communication-between-ps-and-pl-of-zynq-soc?CommentId=526d2331-50dc-41a0-a9fb-3630d2df1429</link><pubDate>Mon, 15 Sep 2025 10:33:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:526d2331-50dc-41a0-a9fb-3630d2df1429</guid><dc:creator>bit2silicon</dc:creator><description>can you send the snapshot of the error message?</description></item><item><title /><link>https://community.element14.com/challenges-projects/design-challenges/pathprogrammable3/b/blog/posts/path-to-programmable-iii-training-blog-05-inter-communication-between-ps-and-pl-of-zynq-soc?CommentId=443e1f59-bde6-4be4-991a-bb2332fb608e</link><pubDate>Fri, 07 Feb 2025 13:56:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:443e1f59-bde6-4be4-991a-bb2332fb608e</guid><dc:creator>SAKSHI21</dc:creator><description>heyy! i am having issues with generating bit stream file would u pls help!</description></item><item><title /><link>https://community.element14.com/challenges-projects/design-challenges/pathprogrammable3/b/blog/posts/final-project-blog-300939621?CommentId=027c1ca2-c786-425b-b541-604fb2829c40</link><pubDate>Fri, 10 Jan 2025 20:50:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:027c1ca2-c786-425b-b541-604fb2829c40</guid><dc:creator>ciorga</dc:creator><description>Thank you Mohali. I think any sensor that has the required temperature range and similar communication interface should work.</description></item><item><title /><link>https://community.element14.com/challenges-projects/design-challenges/pathprogrammable3/b/blog/posts/final-project-blog-300939621?CommentId=4f9670e1-4beb-4a6e-8e4d-070112da2d21</link><pubDate>Thu, 09 Jan 2025 17:56:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:4f9670e1-4beb-4a6e-8e4d-070112da2d21</guid><dc:creator>Mohali334</dc:creator><description>This is a great job and explanation. Can I use a DHT11 sensor instead?</description></item><item><title /><link>https://community.element14.com/challenges-projects/design-challenges/pathprogrammable3/b/blog/posts/path-to-programmable-iii-training-blog-04-my-first-custom-ip-in-vivado?CommentId=772cc0b9-ca7f-4667-bfe7-b8c36579f1b3</link><pubDate>Wed, 02 Oct 2024 05:23:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:772cc0b9-ca7f-4667-bfe7-b8c36579f1b3</guid><dc:creator>ftm_mrbs</dc:creator><description>Taifur7860 Hi, great job. How did you assign 8 bits of leds to slv_reg with 32 bits?</description></item><item><title>Forum Post: RE: ZUBoard 1CG is compatible with Petalinux 2023.2?</title><link>https://community.element14.com/challenges-projects/design-challenges/pathprogrammable3/f/forum/55106/zuboard-1cg-is-compatible-with-petalinux-2023-2/224239</link><pubDate>Tue, 24 Sep 2024 12:29:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:5d2a679a-428e-40d4-904e-43db8771d4c3</guid><dc:creator>Tycho</dc:creator><description>I am also having trouble with building a project in 2023.2. My errors are about missing libraries, even after installing those.</description></item><item><title>Forum Post: ZUBoard 1CG is compatible with Petalinux 2023.2?</title><link>https://community.element14.com/challenges-projects/design-challenges/pathprogrammable3/f/forum/55106/zuboard-1cg-is-compatible-with-petalinux-2023-2</link><pubDate>Wed, 18 Sep 2024 11:18:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:e405bd83-9b74-4771-88c5-215587007b5b</guid><dc:creator>FerLara</dc:creator><description>Dear all, I have a question regarding Petalinux 2023.2 and ZUBoard 1CG, both are compatible?? I was building a linux image using that petalinux version with the appropiated BSP (version 2023) and .xsa file designed for me with Vivado tool. Although, an error appeared during petalinux-build command execution, that is, label or path not found: axi_iic_0. It is true that label is not found on my block design in Vivado, that error is provoked due to not define that device? Thank you in advance. Best Regards</description><category domain="https://community.element14.com/challenges-projects/design-challenges/pathprogrammable3/tags/ZUBoard%2b1CG">ZUBoard 1CG</category><category domain="https://community.element14.com/challenges-projects/design-challenges/pathprogrammable3/tags/Petalinux%2b2023-2">Petalinux 2023.2</category></item><item><title /><link>https://community.element14.com/challenges-projects/design-challenges/pathprogrammable3/b/blog/posts/amd-zynq-soc-midi-vintage-sound-synthesizer?CommentId=530fee09-d306-455f-9f7b-fde7c9963a9e</link><pubDate>Mon, 05 Aug 2024 18:55:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:530fee09-d306-455f-9f7b-fde7c9963a9e</guid><dc:creator>Boneoh</dc:creator><description>Outstanding! This is an awesome project, congrats! I&amp;#39;ve bookmarked this and will be coming back to learn how you&amp;#39;ve created this.</description></item><item><title>Forum Post: RE: I am getting this error. Can anyone please help me in solving it ?</title><link>https://community.element14.com/challenges-projects/design-challenges/pathprogrammable3/f/forum/53315/i-am-getting-this-error-can-anyone-please-help-me-in-solving-it/221892</link><pubDate>Mon, 10 Jun 2024 17:36:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:166ddd48-3367-4896-a6dc-c0f1c05ad716</guid><dc:creator>kpham</dc:creator><description>What&amp;#39;s the custom platform? I can&amp;#39;t find it</description></item><item><title>Forum Post: RE: I am getting this error. Can anyone please help me in solving it ?</title><link>https://community.element14.com/challenges-projects/design-challenges/pathprogrammable3/f/forum/53315/i-am-getting-this-error-can-anyone-please-help-me-in-solving-it/221891</link><pubDate>Mon, 10 Jun 2024 17:35:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:4587bdc8-25f3-46ad-9b48-af8b9445bbd6</guid><dc:creator>kpham</dc:creator><description>I&amp;#39;m having the same problem. But my board is the Microzed. Like manojroy123 , I have made sure all the connections are there, but the problem still persists. Could you point me in the right direction?</description></item><item><title /><link>https://community.element14.com/challenges-projects/design-challenges/pathprogrammable3/b/blog/posts/blog-1-path-to-programmable-iii-introduction-of-ultra-96-v2-kit?CommentId=f68ed67e-1cd9-4d6a-9b9a-77293acdb026</link><pubDate>Fri, 07 Jun 2024 05:31:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:f68ed67e-1cd9-4d6a-9b9a-77293acdb026</guid><dc:creator>FPGARenegade</dc:creator><description>I was able to purchase an active mini DisplayPort to HDMI adapter a number of years ago from Amazon for less than $25 that worked fine with the Ultra96-V2. I was also able to use a mini DisplayPort to DisplayPort cable and plug directly into a monitor. Then hook up a USB keyboard and mouse. Depending on what you use this board for, you may almost never be plugging a monitor directly into it. The real power to be unlocked in this platform is in the Programmable Logic once you get comfortable with Vivado. For those who will never need the PL there are certainly better options.</description></item><item><title /><link>https://community.element14.com/challenges-projects/design-challenges/pathprogrammable3/b/blog/posts/path-to-programmable-iii-training-blog-05-inter-communication-between-ps-and-pl-of-zynq-soc?CommentId=a2fdd765-dd95-44a5-8764-b1d7ff1a58e8</link><pubDate>Thu, 16 May 2024 10:48:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:a2fdd765-dd95-44a5-8764-b1d7ff1a58e8</guid><dc:creator>javagoza</dc:creator><description>You can with PYNQ PYNQ | Python Productivity to AMD Adaptive Coompute platforms (+) Minized getting started 2020.1 + PYNQ setup - element14 Community</description></item><item><title /><link>https://community.element14.com/challenges-projects/design-challenges/pathprogrammable3/b/blog/posts/path-to-programmable-iii-training-blog-05-inter-communication-between-ps-and-pl-of-zynq-soc?CommentId=ad8c837b-ef79-4c8f-ae49-e6c6a0f93cfa</link><pubDate>Thu, 16 May 2024 09:19:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:ad8c837b-ef79-4c8f-ae49-e6c6a0f93cfa</guid><dc:creator>rohini</dc:creator><description>Can we program the PS in Python instead of C?</description></item><item><title /><link>https://community.element14.com/challenges-projects/design-challenges/pathprogrammable3/b/blog/posts/path-to-programmable-3---winner-s-announcement?CommentId=2a041bcb-721a-47ab-a246-0dd5438e8d2c</link><pubDate>Sun, 07 Jan 2024 17:29:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:2a041bcb-721a-47ab-a246-0dd5438e8d2c</guid><dc:creator>rscasny</dc:creator><description>This program conclude right at the beginning of our holiday break. I am returning back tomorrow so we should be getting the prizes out to everyone soon. Randall</description></item><item><title /><link>https://community.element14.com/challenges-projects/design-challenges/pathprogrammable3/b/blog/posts/path-to-programmable-3---winner-s-announcement?CommentId=12ec3b19-752a-413c-b34e-ef33748c4fdb</link><pubDate>Sun, 07 Jan 2024 13:47:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:12ec3b19-752a-413c-b34e-ef33748c4fdb</guid><dc:creator>taifur</dc:creator><description>Who is going to receive the finisher prize? Many days have passed but it has not been announced yet. I may expect to get a finisher prize. Isn&amp;#39;t it? rscasny</description></item><item><title /><link>https://community.element14.com/challenges-projects/design-challenges/pathprogrammable3/b/blog/posts/path-to-programmable-3---winner-s-announcement?CommentId=80b3feb6-7a65-43b4-94dc-e31f5c6bc7b5</link><pubDate>Tue, 03 Oct 2023 17:33:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:80b3feb6-7a65-43b4-94dc-e31f5c6bc7b5</guid><dc:creator>prashanthgn.engineer</dc:creator><description>Congratulations All. It was a great Program conducted by Element14</description></item><item><title /><link>https://community.element14.com/challenges-projects/design-challenges/pathprogrammable3/b/blog/posts/path-to-programmable-3---winner-s-announcement?CommentId=1441dd14-38d2-4c64-855e-401d7cee9f2e</link><pubDate>Sun, 01 Oct 2023 15:09:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:1441dd14-38d2-4c64-855e-401d7cee9f2e</guid><dc:creator>alisterw</dc:creator><description>Excellent ideas!</description></item><item><title /><link>https://community.element14.com/challenges-projects/design-challenges/pathprogrammable3/b/blog/posts/path-to-programmable-3---winner-s-announcement?CommentId=38911cb5-5fd0-4d70-8349-77611a43fa5f</link><pubDate>Sat, 30 Sep 2023 21:28:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:38911cb5-5fd0-4d70-8349-77611a43fa5f</guid><dc:creator>rsjawale24</dc:creator><description>Congratulations!</description></item><item><title /><link>https://community.element14.com/challenges-projects/design-challenges/pathprogrammable3/b/blog/posts/path-to-programmable-3---winner-s-announcement?CommentId=4010e4cb-788c-441e-9abb-9bb572340ea0</link><pubDate>Sat, 30 Sep 2023 04:22:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:4010e4cb-788c-441e-9abb-9bb572340ea0</guid><dc:creator>navadeepganeshu</dc:creator><description>yeah, that was a very interesting one.</description></item></channel></rss>