Changes between Version 3 and Version 4 of TBR/BSP/Beagleboard


Ignore:
Timestamp:
08/22/12 18:38:25 (12 years ago)
Author:
Claas Ziemke
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TBR/BSP/Beagleboard

    v3 v4  
    2929
    3030
    31 Describe the board here.  Include links to manuals, brochures, etc.
     31Currently under construction, please come back in a few days...
    3232= Board Setup =
    3333
     
    3737
    3838
    39 Describe the download procedure.
     39=  1. clone and build qemu-maemo:  =
     40
     41
     42git clone git://gitorious.org/qemu-maemo/qemu.git
     43cd qemu
     44./configure --target-list="arm-softmmu"
     45make
     46
     47[http://meego.gitorious.org/qemu-maemo]
     48
     49=  2. clone and build rtems from my fork:  =
     50
     51
     52git clone git://github.com/claas/rtems.git
     53mkdir rtems-b
     54cd rtems
     55./bootstrap
     56cd ../rtems-b
     57../rtems/configure --target=arm-rtemseabi4.11 --disable-posix --disable-networking --disable-cxx --enable-rtems-debug --enable-rtemsbsp=beagle --prefix=PUT_YOUR_PREFIX_HERE
     58make
     59make install
     60=  3. clone my tools repository:  =
     61
     62
     63
     64git clone git://github.com/claas/tools.git
     65
     66find the test.c file in the cloned repository and copy it to the examples hello/hello_world_c folder
     67
     68=  4. build the hello_world example  =
     69
     70=  5. download the x-loader and uboot images  =
     71
     72
     73wget http://qemu-omap3.googlecode.com/files/image-v0.01.tar.bz2
     74
     75=  6. build the nand flash image  =
     76
     77
     78The script to do that is in the tools repo, the name is: build_nand.sh
    4079= Debugging =
    4180
    4281
    4382How do you debug code on this board?  What gdb setup?  BDM, stub, etc?
    44 = Test Reports =
     83
     84=Test Reports=
    4585
    4686
     
    5292}}
    5393
    54 = References =
     94
     95=References=
    5596
    5697