Changeset d6ad59d in rtems-libbsd for libbsd.txt


Ignore:
Timestamp:
06/13/16 09:59:04 (8 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
5, 5-freebsd-12, 6-freebsd-12, freebsd-9.3, master
Children:
5851034
Parents:
58c4e1c5
git-author:
Sebastian Huber <sebastian.huber@…> (06/13/16 09:59:04)
git-committer:
Sebastian Huber <sebastian.huber@…> (06/13/16 10:00:08)
Message:

libbsd.txt: Clarify xilinx_zynq_a9_qemu usage

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libbsd.txt

    r58c4e1c5 rd6ad59d  
    5757=== Board Support Package Requirements ===
    5858
    59 The RTEMS version must be at least 4.11.  The Board Support Package (BSP)
     59The RTEMS version must be at least 4.12.  The Board Support Package (BSP)
    6060should support the
    6161http://www.rtems.org/onlinedocs/doxygen/cpukit/html/group\__rtems\__interrupt__extension.html[Interrupt Manager Extension]
     
    8787the old network stack may lead to confusion and unpredictable results.
    8888
    89 The following script is used to build the `arm/realview_pbx_a9_qemu` BSP for
     89The following script is used to build the `arm/xilinx_zynq_a9_qemu` BSP for
    9090our internal testing purposes:
    9191
     
    9494
    9595cd ${HOME}/sandbox
    96 rm -rf b-realview_pbx_a9_qemu
    97 mkdir b-realview_pbx_a9_qemu
    98 cd b-realview_pbx_a9_qemu
     96rm -rf b-xilinx_zynq_a9_qemu
     97mkdir b-xilinx_zynq_a9_qemu
     98cd b-xilinx_zynq_a9_qemu
    9999${HOME}/git-rtems/configure \
    100100        --prefix=${HOME}/sandbox/install \
    101         --target=arm-rtems4.11 \
    102         --enable-rtemsbsp=realview_pbx_a9_qemu \
     101        --target=arm-rtems4.12 \
     102        --enable-rtemsbsp=xilinx_zynq_a9_qemu \
    103103        --disable-networking && \
    104104        make && \
     
    106106-------------------------------------------------------------------------------
    107107
    108 The `arm/realview_pbx_a9_qemu` BSP running on the Qemu simulator has some
     108The `arm/xilinx_zynq_a9_qemu` BSP running on the Qemu simulator has some
    109109benefits for development and test of the BSD library
    110110
     
    127127-------------------------------------------------------------------------------
    128128# Mandatory: Select your BSP and installation prefix
    129 TARGET = arm-rtems4.11
    130 BSP = realview_pbx_a9_qemu
     129TARGET = arm-rtems4.12
     130BSP = xilinx_zynq_a9_qemu
    131131PREFIX = $(HOME)/sandbox/install
    132132
     
    384384        -net tap,ifname=qtap1,script=no,downscript=no \
    385385        -nodefaults -nographic -serial stdio
     386-------------------------------------------------------------------------------
     387
     388-------------------------------------------------------------------------------
     389qemu-system-arm \
     390        -serial null \
     391        -serial mon:stdio \
     392        -nographic \
     393        -M xilinx-zynq-a9 \
     394        -net nic,model=cadence_gem,macaddr=0e:b0:ba:5e:ba:11 \
     395        -net tap,ifname=qtap1,script=no,downscript=no \
     396        -m 256M \
     397        -kernel build/arm-rtems4.12-xilinx_zynq_a9_qemu/media01.exe
    386398-------------------------------------------------------------------------------
    387399
Note: See TracChangeset for help on using the changeset viewer.