Changes

Jump to: navigation, search
FSBL
<code>python fpga-bit-to-bin.py --flip $PROJ_DIR/bora.runs/bora_run_impl/bora_design_wrapper.bit $PROJ_DIR/bora.runs/bora_run_impl/bora_design_wrapper.bin</code>
====FreeRTOS applications====
The following sections describe the steps required to configure and build both the Helloworld and the RPMsg-based examples.
=====Importing the FreeRTOS repository into the SDK=====
* Assuming that a local repository has not been created, clone the remote FreeRTOS git repository:
<pre>
git clone git@git.dave.eu:dave/bora/freertos.git
</pre>
* Enter the git directory
* Switch to <code>freertos-AMP</code> branch:
<pre>
git checkout freertos-AMP
</pre>
* In SDK gui import new repository: <code>Xilinx Tools->Repositories</code>
[[File:AN-BELK-001_04.jpg|600px|thumb|center]]
* Click New... to add a new repository under Local or Global Repositories, and select the freeRTOS repository directory:
[[File:AN-BELK-001_05.jpg|600px|thumb|center]]
* Click Rescan Repositories , Apply and OK
* At the end of the procedure, applications based on freeRTOS operating system can be built
== Documentation ==
4,650
edits

Navigation menu