summaryrefslogtreecommitdiffstats
path: root/libbsd.txt
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2018-03-26 15:14:52 +1100
committerChristian Mauderer <christian.mauderer@embedded-brains.de>2018-04-10 08:54:52 +0200
commitf7a09b59853bae31861e572f5d5cde42f762c233 (patch)
tree2f86dc472e682a018d6c6d27daba65a6649c0ed4 /libbsd.txt
parentCRYPTO(4): Port to RTEMS (diff)
downloadrtems-libbsd-f7a09b59853bae31861e572f5d5cde42f762c233.tar.bz2
waf: Support building from libbsd.py directly from waf.
Remove the need to generate a waf script. Move various pieces of data from the builder code to libbsd.py and make it configuration data. Update #3351
Diffstat (limited to 'libbsd.txt')
-rw-r--r--libbsd.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/libbsd.txt b/libbsd.txt
index e7a9f784..3cbb642d 100644
--- a/libbsd.txt
+++ b/libbsd.txt
@@ -32,7 +32,7 @@ Please help by adding to it.
=== Tool Chain ===
-You need a tool chain for RTEMS based on at least RSB 4.12 April 2016 or later.
+You need a tool chain for RTEMS based on at least RSB 5 April 2016 or later.
=== Installation Overview ===
@@ -57,7 +57,7 @@ status' says `rtems_waf` need updating run the submodule update command:
=== Board Support Package Requirements ===
-The RTEMS version must be at least 4.12. The Board Support Package (BSP)
+The RTEMS version must be at least 5. The Board Support Package (BSP)
should support the
http://www.rtems.org/onlinedocs/doxygen/cpukit/html/group\__rtems\__interrupt__extension.html[Interrupt Manager Extension]
// The first underscores have to be masked to stop asciidoc interpreting them
@@ -99,7 +99,7 @@ mkdir b-xilinx_zynq_a9_qemu
cd b-xilinx_zynq_a9_qemu
${HOME}/git-rtems/configure \
--prefix=${HOME}/sandbox/install \
- --target=arm-rtems4.12 \
+ --target=arm-rtems5 \
--enable-rtemsbsp=xilinx_zynq_a9_qemu \
--disable-networking && \
make && \
@@ -410,7 +410,7 @@ qemu-system-arm \
-net nic,model=cadence_gem,macaddr=0e:b0:ba:5e:ba:11 \
-net tap,ifname=qtap1,script=no,downscript=no \
-m 256M \
- -kernel build/arm-rtems4.12-xilinx_zynq_a9_qemu/media01.exe
+ -kernel build/arm-rtems5-xilinx_zynq_a9_qemu/media01.exe
-------------------------------------------------------------------------------
Make sure that each Qemu instance uses its own MAC address to avoid an address
@@ -474,7 +474,7 @@ To run qemu:
-net nic,model=cadence_gem,macaddr=0e:b0:ba:5e:ba:11 \
-net vde,id=vde0,sock=/tmp/vde1
-m 256M \
- -kernel build/arm-rtems4.12-xilinx_zynq_a9_qemu/rcconf02.exe
+ -kernel build/arm-rtems5-xilinx_zynq_a9_qemu/rcconf02.exe
== Issues and TODO