<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[wolfSSL - Embedded SSL Library — Building Wolfssl with Xilinx 2016.2 for freertos]]></title>
		<link>https://www.wolfssl.com/forums/topic1530-building-wolfssl-with-xilinx-20162-for-freertos.html</link>
		<atom:link href="https://www.wolfssl.com/forums/feed-rss-topic1530.xml" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Building Wolfssl with Xilinx 2016.2 for freertos.]]></description>
		<lastBuildDate>Thu, 14 May 2020 12:13:26 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Building Wolfssl with Xilinx 2016.2 for freertos]]></title>
			<link>https://www.wolfssl.com/forums/post5253.html#p5253</link>
			<description><![CDATA[<p>Hi Jacob,</p><p>I tried the procedure mentioned in <strong>Xilinx/FreeRTOS/README.pdf</strong>, i am facing a <strong>wc_GenerateSeed</strong> error.</p><br /><p>Attaching screenshots for reference.</p><p>Regards,<br />Kannan</p>]]></description>
			<author><![CDATA[null@example.com (kannan)]]></author>
			<pubDate>Thu, 14 May 2020 12:13:26 +0000</pubDate>
			<guid>https://www.wolfssl.com/forums/post5253.html#p5253</guid>
		</item>
		<item>
			<title><![CDATA[Re: Building Wolfssl with Xilinx 2016.2 for freertos]]></title>
			<link>https://www.wolfssl.com/forums/post5251.html#p5251</link>
			<description><![CDATA[<p>Hi Kannan,</p><p>Thanks for double checking that. I re-read through the &quot;Purpose&quot; you listed in the first message. It looks like you are concerned for just ECDSA and HASH-DRBG? (note that you will need some form of entropy to seed the HASH-DRBG) These two algorithms do not benefit from xilsecure use of RSA, AES-GCM, and SHA3. To that end lets first try <strong>without</strong> the macro WOLFSSL_XILINX_CRYPT defined in user_settings.h. A helpful write up with adjusting the user_settings.h is located at &quot;Xilinx/FreeRTOS/README.pdf&quot; in the pull request David sent earlier.</p><p>Regards,<br />Jacob</p>]]></description>
			<author><![CDATA[null@example.com (Jacob)]]></author>
			<pubDate>Wed, 13 May 2020 22:48:23 +0000</pubDate>
			<guid>https://www.wolfssl.com/forums/post5251.html#p5251</guid>
		</item>
		<item>
			<title><![CDATA[Re: Building Wolfssl with Xilinx 2016.2 for freertos]]></title>
			<link>https://www.wolfssl.com/forums/post5250.html#p5250</link>
			<description><![CDATA[<p>Hi Jacob,</p><p>Since you mentioned it, i regenerated the BSP again. The error is still the same. </p><p>Should i add any user_settings.h file explicitly ?. </p><p>What more information can i provide?</p><p>Regards,<br />Kannan</p>]]></description>
			<author><![CDATA[null@example.com (kannan)]]></author>
			<pubDate>Wed, 13 May 2020 05:44:28 +0000</pubDate>
			<guid>https://www.wolfssl.com/forums/post5250.html#p5250</guid>
		</item>
		<item>
			<title><![CDATA[Re: Building Wolfssl with Xilinx 2016.2 for freertos]]></title>
			<link>https://www.wolfssl.com/forums/post5249.html#p5249</link>
			<description><![CDATA[<p>Hi Kannan,</p><p>Just to double check possible places that could cause the undefined issue. Did you build the BSP after xilsecure was added?</p><p>Regards,<br />Jacob</p>]]></description>
			<author><![CDATA[null@example.com (Jacob)]]></author>
			<pubDate>Tue, 12 May 2020 22:01:46 +0000</pubDate>
			<guid>https://www.wolfssl.com/forums/post5249.html#p5249</guid>
		</item>
		<item>
			<title><![CDATA[Re: Building Wolfssl with Xilinx 2016.2 for freertos]]></title>
			<link>https://www.wolfssl.com/forums/post5248.html#p5248</link>
			<description><![CDATA[<p>Hi David, </p><p>I tried building the code from <strong>wolfssl-examples/Xilinx/FreeRTOS/</strong>. I am facing build errors. </p><br /><p>undefined reference to `XSecure_RsaPrivateDecrypt&#039;<br />undefined reference to `XSecure_RsaPublicEncrypt&#039;.</p><p>I have included xilsecure in the BSP.</p><p>Attached screenshot for reference.</p><p>SDK version&gt; 2017.2</p><p>Thanks,<br />kannan</p>]]></description>
			<author><![CDATA[null@example.com (kannan)]]></author>
			<pubDate>Tue, 12 May 2020 11:56:44 +0000</pubDate>
			<guid>https://www.wolfssl.com/forums/post5248.html#p5248</guid>
		</item>
		<item>
			<title><![CDATA[Re: Building Wolfssl with Xilinx 2016.2 for freertos]]></title>
			<link>https://www.wolfssl.com/forums/post5201.html#p5201</link>
			<description><![CDATA[<p>Hi kannan,</p><br /><p>The GitHub PR is here: <a href="https://github.com/wolfSSL/wolfssl-examples/pull/155">https://github.com/wolfSSL/wolfssl-examples/pull/155</a></p><p>Here is the branch and directory with instructions:<br /><a href="https://github.com/JacobBarthelmeh/wolfssl-examples/tree/xilinx/Xilinx/FreeRTOS">https://github.com/JacobBarthelmeh/wolf … x/FreeRTOS</a></p><p>Let me know if you have any questions.</p><p>Thanks,<br />David Garske, wolfSSL</p>]]></description>
			<author><![CDATA[null@example.com (dgarske)]]></author>
			<pubDate>Wed, 15 Apr 2020 16:50:18 +0000</pubDate>
			<guid>https://www.wolfssl.com/forums/post5201.html#p5201</guid>
		</item>
		<item>
			<title><![CDATA[Re: Building Wolfssl with Xilinx 2016.2 for freertos]]></title>
			<link>https://www.wolfssl.com/forums/post5199.html#p5199</link>
			<description><![CDATA[<p>Hi David,</p><p>Thank you for your quick reply. </p><p>I am having trouble finding <strong>wolfssl-examples/Xilinx/FreeRTOS/</strong> . I found this in the link which you shared previously. </p><p>Can you guide me through this?</p><p>Thanks,<br />Kannan</p>]]></description>
			<author><![CDATA[null@example.com (kannan)]]></author>
			<pubDate>Wed, 15 Apr 2020 10:04:41 +0000</pubDate>
			<guid>https://www.wolfssl.com/forums/post5199.html#p5199</guid>
		</item>
		<item>
			<title><![CDATA[Re: Building Wolfssl with Xilinx 2016.2 for freertos]]></title>
			<link>https://www.wolfssl.com/forums/post5197.html#p5197</link>
			<description><![CDATA[<p>Hi Kannan,</p><p>We support the A9 and Aarch64 speedups and the Zynqmp hardware acceleration.<br />Here is the wolfSSL FreeRTOS Xilinx port:<br /><a href="https://github.com/wolfSSL/wolfssl-examples/pull/155">https://github.com/wolfSSL/wolfssl-examples/pull/155</a></p><p>Here is Xilinx&#039;s performance write up on it: <br /><a href="https://www.xilinx.com/support/documentation/white_papers/wp512-accel-crypto.pdf">https://www.xilinx.com/support/document … crypto.pdf</a></p><p>Thanks,<br />David Garske, wolfSSL</p>]]></description>
			<author><![CDATA[null@example.com (dgarske)]]></author>
			<pubDate>Tue, 14 Apr 2020 13:32:07 +0000</pubDate>
			<guid>https://www.wolfssl.com/forums/post5197.html#p5197</guid>
		</item>
		<item>
			<title><![CDATA[Building Wolfssl with Xilinx 2016.2 for freertos]]></title>
			<link>https://www.wolfssl.com/forums/post5196.html#p5196</link>
			<description><![CDATA[<p>Hi,</p><p>I have trouble building wolfssl in Xilinx SDK 2016.2. Dependency errors keep popping up one after other.</p><p>I got it to build successfully on linux.</p><br /><p>Tool Details:<br />Xilinx SDK 2016.2<br />OS Platform: freertos823_xilinx<br />Processor: ps7_cortexa9</p><p>Purpose :<br />1. Verify the authenticity of a signature using public key. (ECDSA)<br />2. Need a 128 bit random number generator meeting SP800-90A and SP800-90B.</p><p>PS: I tried uncommenting #define FREERTOS in settings.h. </p><p>Any suggestions are appreciated.</p>]]></description>
			<author><![CDATA[null@example.com (kannan)]]></author>
			<pubDate>Tue, 14 Apr 2020 10:32:39 +0000</pubDate>
			<guid>https://www.wolfssl.com/forums/post5196.html#p5196</guid>
		</item>
	</channel>
</rss>
