Hello,
I am trying to use the beagleboard (revD) for some testing, but I find it real hard to use it.
I have found some binaries which enable me to get to linux prompt, but on trying to compile u-boot and kernel myself it get into several failures when booting from SD card:
- First I tried just to change the kernel (with the same u-boot binary - no change), I have compile the kernel with PSP 04.02.00.07:
make distclean
make omap3beagle_defconfig
make uImage
But the kernel fail to start as following:
Starting kernel …
Uncompressing Linux… done, booting the kernel.
Error: unrecognized/unsupported machine ID (r1 = 0x00000706).
Available machine support:
ID (hex) NAME
0000060a OMAP3 Beagle Board
Please check your kernel config and/or bootloader.
- next thing I tried to compile u-boot:
make distclean
make omap3_beagle_config
make
But Then the u-boot fail to start:
Texas Instruments X-Loader 1.5.0 (Jun 14 2011 - 22:04:07)
Beagle Rev C5
Reading boot sector
Loading u-boot.bin from mmc
U-Boot 2010.09 (Jul 21 2013 - 14:17:04)
(And there are no more printing)
I also get the same result with the pre-built binaries in the /beagle folder of the PSP.
Is there something wrong with the above steps for booting from SD with beagleboard ?
Did anyone succeeded in running compiled u-boot/kernel with PSP 04.02.00.07 ? Should I move to older releases ?
Is it that the beagle is not the correct for use with beagleboard ? (maybe it is beaglebone )
I would appreciate any suggestion.
Regards,
Ran