Changes between Initial Version and Version 1 of Ticket #2505


Ignore:
Timestamp:
12/27/15 03:23:22 (8 years ago)
Author:
Ben Gras
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2505 – Description

    initial v1  
    22
    33switching to the rtems 4.12 toolchain requires this:
    4 
     4{{{
    55+++ b/c/src/lib/libbsp/arm/beagle/simscripts/sdcard.sh
    66@@ -59,7 +59,7 @@ $PREFIX/bin/newfs_msdos -r 1 -m 0xf8 -c 4 -F16  -h 64 -u 32 -S 512 -s $FATSIZE -
     
    1313 $PREFIX/bin/mkimage -A arm -O rtems -T kernel -a 0x80000000 -e 0x80000000 -n RTEMS -d $TMPDIR/$base.bin.gz $TMPDIR/$ap
    1414 echo "setenv bootdelay 5
    15 
     15}}}
    1616
    1717Of course I'm open to a cleaner fix.