Hi All!
I'm trying to build myself x-loader and u-boot. I used instructions from here:
http://elinux.org/BeagleBoard#X-Loader
The compiler I use is arm-2008q1
Steps:
git clone git://gitorious.org/x-load-omap3/mainline.git xloader
cd xloader/
Build:
make distclean
make omap3530beagle_config
make
SO, the build is fine and I copy the resulted x-loader.bin to a MMC
card as the MLO file. Insert into MMC slot and power up the board. On
the terminal I can see only CPU ID printed by ROM and nothing else
special.
I'm sure 100% that the card is formated properly because when I copy
MLO and u-boot from here:
http://code.google.com/p/beagleboard/wiki/BeagleboardRevCValidation
they work perfect!
Can anybody clarify what is wrong with those instructions, my
environment or what??
regards,
Max