Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

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


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

Legend:

Unmodified
Added
Removed
Modified
  • TBR/BSP/Beagleboard

    v4 v5  
    4141
    4242git clone git://gitorious.org/qemu-maemo/qemu.git
     43
    4344cd qemu
     45
    4446./configure --target-list="arm-softmmu"
     47
    4548make
     49
    4650
    4751[http://meego.gitorious.org/qemu-maemo]
     
    5155
    5256git clone git://github.com/claas/rtems.git
     57
    5358mkdir rtems-b
     59
    5460cd rtems
     61
    5562./bootstrap
     63
    5664cd ../rtems-b
     65
    5766../rtems/configure --target=arm-rtemseabi4.11 --disable-posix --disable-networking --disable-cxx --enable-rtems-debug --enable-rtemsbsp=beagle --prefix=PUT_YOUR_PREFIX_HERE
     67
    5868make
     69
    5970make install
     71
    6072=  3. clone my tools repository:  =
    6173