Changes

Jump to: navigation, search
no edit summary
</pre>
==== Demo Applications ====
To build the AN-BELK-007 linux userspace demo applications follow the instructions described [[Building_Linux_kernel_(BELK/BXELK)|here]] to setup the build environment and then run the following commands to build the examples (the following is for the ''rpmsg-echo-test'TBD'):<pre>dvdk@dvdk-vm:~$ git clone https://github.com/Xilinx/meta-openamp -b rel-v2017.2Cloning into 'meta-openamp'...remote: Counting objects: 378, done.remote: Compressing objects: 100% (163/163), done.remote: Total 378 (delta 189), reused 378 (delta 189), pack-reused 0Receiving objects: 100% (378/378), 58.85 KiB | 0 bytes/s, done.Resolving deltas: 100% (189/189), done.Checking connectivity... done.dvdk@dvdk-vm:~$ cd meta-openamp/recipes-openamp/rpmsg-examples/rpmsg-echo-test/dvdk@dvdk-vm:~/meta-openamp/recipes-openamp/rpmsg-examples/rpmsg-echo-test$ makearm-xilinx-linux-gnueabi-gcc -march=armv7-a -marm -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/home/dvdk/bora/sdk/belk-4.0.0/sysroots/cortexa9hf-neon-xilinx-linux-gnueabi -c -O2 -pipe -g -feliminate-unused-debug-types -o echo_test.o echo_test.carm-xilinx-linux-gnueabi-gcc -march=armv7-a -marm -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/home/dvdk/bora/sdk/belk-4.0.0/sysroots/cortexa9hf-neon-xilinx-linux-gnueabi -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -o echo_test echo_test.o dvdk@dvdk-vm:~/meta-openamp/recipes-openamp/rpmsg-examples/rpmsg-echo-test$ lltotal 60drwxrwxr-x 2 dvdk dvdk 4096 Sep 21 09:13 ./drwxrwxr-x 5 dvdk dvdk 4096 Sep 21 09:00 ../-rwxrwxr-x 1 dvdk dvdk 18512 Sep 21 09:13 echo_test*-rw-rw-r-- 1 dvdk dvdk 4241 Sep 21 09:00 echo_test.c-rw-rw-r-- 1 dvdk dvdk 13932 Sep 21 09:13 echo_test.o-rw-rw-r-- 1 dvdk dvdk 1686 Sep 21 09:00 LICENSE-rw-rw-r-- 1 dvdk dvdk 237 Sep 21 09:00 Makefile</pre> Copy the ''echo_test'' executable binary into target rootfilesystem. 
==== FreeRTOS Firmware ====
FreeRTOS Firmware for the AN-BELK-007 demos can be buildt starting from the BELK/BXELK Vivado project described [[Creating_and_building_example_Vivado_project_(BELK/BXELK)|here]], or from a custom BORA/BORAX Vivado project.
136
edits

Navigation menu