<?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>1958 Turntable from the Black Forest - 13: Breakthrough - Run my own C++ Program on the SAMA5D4</title><link>/challenges-projects/design-challenges/enchanted-objects/b/blog/posts/1958-turntable-from-the-black-forest---13-breakthrough---run-my-own-c-program-on-the-sama5d4</link><description>I&amp;#39;ve done many attempts to build and execute my own C program on the atmel sama5d4 xplained ultra board.And today is the big day. Thanks to the tutorial on mikrocontroller-software.de , I was able to cross-compile and run my first binary. H...</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: 1958 Turntable from the Black Forest - 13: Breakthrough - Run my own C++ Program on the SAMA5D4</title><link>https://community.element14.com/challenges-projects/design-challenges/enchanted-objects/b/blog/posts/1958-turntable-from-the-black-forest---13-breakthrough---run-my-own-c-program-on-the-sama5d4</link><pubDate>Wed, 06 May 2015 19:55:16 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:c9c0102f-68e8-42ad-98ac-03270a648197</guid><dc:creator>Jan Cumps</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;While we&amp;#39;re at it, talking from xplained ultra to yun:&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span&gt;[View:/resized-image/__size/677x424/__key/commentfiles/f7d226abd59f475c9d224a79e3f0ec07-c9c0102f-68e8-42ad-98ac-03270a648197/contentimage_5F00_179254.png:677:424]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The other way around doesn&amp;#39;t work yet. I got a:&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;[embed:dc8ab71f-3b98-42d9-b0f6-e21e02a0f8e2:3ef06e6b-9b7d-4651-b12d-db8be7f5e991:type=text&amp;amp;text=ssh%3A+Connection+to+root%40192.168.1.21%3A22+exited%3A+Couldn%27t+set+nonblocking]&lt;/p&gt;&lt;div&gt;&lt;/div&gt;&lt;img src="https://community.element14.com/aggbug?PostID=20611&amp;AppID=117&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: 1958 Turntable from the Black Forest - 13: Breakthrough - Run my own C++ Program on the SAMA5D4</title><link>https://community.element14.com/challenges-projects/design-challenges/enchanted-objects/b/blog/posts/1958-turntable-from-the-black-forest---13-breakthrough---run-my-own-c-program-on-the-sama5d4</link><pubDate>Wed, 06 May 2015 19:50:10 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:c9c0102f-68e8-42ad-98ac-03270a648197</guid><dc:creator>Jan Cumps</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Worked on the Yún too:&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span&gt;[View:/resized-image/__size/676x396/__key/commentfiles/f7d226abd59f475c9d224a79e3f0ec07-c9c0102f-68e8-42ad-98ac-03270a648197/contentimage_5F00_179253.png:676:396]&lt;/span&gt;&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=20611&amp;AppID=117&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: 1958 Turntable from the Black Forest - 13: Breakthrough - Run my own C++ Program on the SAMA5D4</title><link>https://community.element14.com/challenges-projects/design-challenges/enchanted-objects/b/blog/posts/1958-turntable-from-the-black-forest---13-breakthrough---run-my-own-c-program-on-the-sama5d4</link><pubDate>Wed, 06 May 2015 18:06:11 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:c9c0102f-68e8-42ad-98ac-03270a648197</guid><dc:creator>Jan Cumps</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;a fun thing to do with the board: mount a USB drive&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;- plug in a usb stick&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;[embed:dc8ab71f-3b98-42d9-b0f6-e21e02a0f8e2:3ef06e6b-9b7d-4651-b12d-db8be7f5e991:type=text&amp;amp;text=root%40sama5d4-xplained%3A%7E%23+pwd%0A%2Fhome%2Froot%0Aroot%40sama5d4-xplained%3A%7E%23+mount+%2Fdev%2Fsda1+%2Fmedia%0Aroot%40sama5d4-xplained%3A%7E%23+echo+hello+%3E+%2Fmedia%2Fhello.txt%0Aroot%40sama5d4-xplained%3A%7E%23+ls+%2Fmedia%0Ahello.txt%0Aroot%40sama5d4-xplained%3A%7E%23+cat+%2Fmedia%2Fhello.txt%0Ahello%0Aroot%40sama5d4-xplained%3A%7E%23+rm+%2Fmedia%2Fhello.txt%0Aroot%40sama5d4-xplained%3A%7E%23+ls+%2Fmedia%0Aroot%40sama5d4-xplained%3A%7E%23+umount+%2Fdev%2Fsda1+%2Fmedia%0Aumount%3A+%2Fmedia%3A+not+mounted%0Aroot%40sama5d4-xplained%3A%7E%23+ls+%2Fmedia%0Aroot%40sama5d4-xplained%3A%7E%23]&lt;/p&gt;&lt;div&gt;&lt;/div&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span&gt;[View:/resized-image/__size/677x264/__key/commentfiles/f7d226abd59f475c9d224a79e3f0ec07-c9c0102f-68e8-42ad-98ac-03270a648197/contentimage_5F00_179251.png:677:264]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span&gt;[View:/resized-image/__size/825x280/__key/commentfiles/f7d226abd59f475c9d224a79e3f0ec07-c9c0102f-68e8-42ad-98ac-03270a648197/contentimage_5F00_179252.png:825:280]&lt;/span&gt;&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=20611&amp;AppID=117&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: 1958 Turntable from the Black Forest - 13: Breakthrough - Run my own C++ Program on the SAMA5D4</title><link>https://community.element14.com/challenges-projects/design-challenges/enchanted-objects/b/blog/posts/1958-turntable-from-the-black-forest---13-breakthrough---run-my-own-c-program-on-the-sama5d4</link><pubDate>Tue, 28 Apr 2015 01:23:38 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:c9c0102f-68e8-42ad-98ac-03270a648197</guid><dc:creator>clem57</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Why do you want to build on the bare metal? Linux provides so much help to do things faster. Right?&lt;/p&gt;&lt;p&gt;Clem&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=20611&amp;AppID=117&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: 1958 Turntable from the Black Forest - 13: Breakthrough - Run my own C++ Program on the SAMA5D4</title><link>https://community.element14.com/challenges-projects/design-challenges/enchanted-objects/b/blog/posts/1958-turntable-from-the-black-forest---13-breakthrough---run-my-own-c-program-on-the-sama5d4</link><pubDate>Mon, 27 Apr 2015 19:31:25 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:c9c0102f-68e8-42ad-98ac-03270a648197</guid><dc:creator>DAB</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Looks easy enough, but as you said, everything goes easier when you have good instructions to follow.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;p&gt;DAB&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=20611&amp;AppID=117&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item></channel></rss>