After a bunch of tries I am stuck here:
EXT3-fs (mmcblk0p2): mounted filesystem with ordered data mode
VFS: Mounted root (ext3 filesystem) on device 179:2.
Freeing init memory: 204K
init (1): /proc/1/oom_adj is deprecated, please use /proc/1/oom_score_adj inste.
Texas Instruments X-Loader 1.51 (Jul 11 2011 - 21:11:32)
Unsupported Chip!
Beagle xM Rev C
Starting X-loader on MMC
Reading boot sector
213256 Bytes Read from MMC
Starting OS Bootloader from MMC...
Starting OS Bootloader...
U-Boot 2010.06 (Jul 08 2011 - 04:37:45)
OMAP34xx/35xx-GP ES2.1, CPU-OPP2 L3-165MHz
OMAP3 Beagle board + LPDDR/NAND
I2C: ready
DRAM: 384 MiB
NAND: HW ECC [Kernel/FS layout] selected
0 MiB
*** Warning - bad CRC or NAND, using default environment
In: serial
Out: serial
Err: serial
Beagle xM Rev A/C
Die ID #778800029ff800000163810c1300601f
Hit any key to stop autoboot: 0
OMAP3 beagleboard.org #
I always does the same. the last boot script I tried was:
if fatload mmc 0 82000000 uImage
then
echo ***** Kernel: /dev/mmcblk0p1/uImage *****
fi
echo ***** RootFS: /dev/mmcblk0p2 *****
setenv bootargs 'console=ttyO2,115200n8 androidboot.console=ttyO2 mem=256M root=/dev/mmcblk0p2 rw rootfstype=ext3 rootdelay=1 init=/init ip=off omapdss.def_disp=lcd buddy=bbtoys-ulcd omap_vout.vid1_static_vrfb_alloc=y vram=8M omapfb.vram=0:8M'
Can someone at TI knows this? Where can I get a SD card that works ?
Thank you.