[devkit8000] problems with u-boot and kernel

hi.

1. i try to use u-boot-2011.03.

commands:
--- 8< ---
make CROSS_COMPILE=arm-none-linux-gnueabi- devkit8000_config
make CROSS_COMPILE=arm-none-linux-gnueabi-
--- 8< ---

copy u-boot.bin on a sd and try to boot from card:

--- 8< ---
Starting OS Bootloader from MMC...

U-Boot 2011.03 (May 27 2011 - 00:45:22)

OMAP3530-GP ES3.1, CPU-OPP2, L3-165MHz, Max CPU Clock 600 mHz
OMAP3 DevKit8000 + LPDDR/NAND
I2C: ready
DRAM: 256
--- 8< ---

2. i try compile linux kernel from linux-omap-devkit8000
--- 8< ---
make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- distclean
make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- devkit8000_defconfig
make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- uImage
--- 8< ---

copy arch/arm/boot/uImage on a sd and boot (with u-boot 1.3.3):

--- 8< ---
Texas Instruments X-Loader 1.41
Starting OS Bootloader...

U-Boot 1.3.3 (Dec 21 2010 - 16:13:44)

OMAP3530-GP rev 2, CPU-OPP2 L3-165MHz
OMAP3 DevKit8000 Board + LPDDR/NAND
DRAM: 256 MB
NAND: 256 MiB
Using default environment

In: serial
Out: serial
Err: serial
Hit any key to stop autoboot: 0

NAND read: device 0 offset 0x280000, size 0x240000
2359296 bytes read: OK
## Booting kernel from Legacy Image at 80300000 ...
   Image Name: Linux-2.6.38-rc1-g34a02d2-dirty
   Image Type: ARM Linux Kernel Image (uncompressed)
   Data Size: 2393988 Bytes = 2.3 MB
   Load Address: 80008000
   Entry Point: 80008000
   Verifying Checksum ... Bad Data CRC
ERROR: can't get kernel image!
OMAP3 DevKit8000 #
--- 8< ---

what i do not so? where i can find some howto with the assemblage description?

ps. i wish to use new kernel with angstrom rootfs, xorg and tcl, but i can't...

try u-boot-2010.03

2011/5/27 rastafarra <rastafarra@gmail.com>

also after downloading the kernel files please use the checksums to verify whether the file downloaded is complete or not

best luck

Stop doing what you are doing because that UBoot was made before the BeagleBone Black design was finished!

Gerald

Gerald,

What should I do? I can’t even using the Angstrom for booting up. The demo image work well but the my built image doesn’t work.

Thanks,
-Hieu

the simplest way:
http://eewiki.net/display/linuxonarm/BeagleBone+Black#BeagleBoneBlack-Bootloader

Get a UBoot that was made for it. Maybe the one that came with the board??

Gerald