U-boot uEnv.txt

Dear All,

I’m trying to boot beaglebone but following screen keeps rolling , Not able to unpack the kernel .

SD/MMC found on device 0
reading uEnv.txt

214 bytes read
Loaded environment from uEnv.txt
Importing environment from mmc …
Running uenvcmd …
reading uImage

1936168 bytes read

Booting kernel from Legacy Image at 82000000 …

Image Name: Linux-3.7.8
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 1936104 Bytes = 1.8 MiB
Load Address: 80008000
Entry Point: 80008000
Verifying Checksum … OK
Loading Kernel Image … OK
OK

Starting kernel …

U-Boot SPL 2012.10 (May 09 2013 - 18:52:40)
OMAP SD/MMC: 0
reading u-boot.img
reading u-boot.img

U-Boot 2012.10 (May 09 2013 - 18:52:40)

I2C: ready
DRAM: 256 MiB
WARNING: Caches not enabled
MMC: OMAP SD/MMC: 0, OMAP SD/MMC: 1
Using default environment

Net: cpsw
Hit any key to stop autoboot: 0
SD/MMC found on device 0
reading uEnv.txt

214 bytes read
Loaded environment from uEnv.txt
Importing environment from mmc …
Running uenvcmd …
reading uImage

1936168 bytes read

Booting kernel from Legacy Image at 82000000 …

Image Name: Linux-3.7.8
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 1936104 Bytes = 1.8 MiB
Load Address: 80008000
Entry Point: 80008000
Verifying Checksum … OK
Loading Kernel Image … OK
OK

Starting kernel …

U-Boot SPL 2012.10 (May 09 2013 - 18:52:40)
OMAP SD/MMC: 0
reading u-boot.img
reading u-boot.img

U-Boot 2012.10 (May 09 2013 - 18:52:40)

I2C: ready
DRAM: 256 MiB
WARNING: Caches not enabled
MMC: OMAP SD/MMC: 0, OMAP SD/MMC: 1
Using default environment

Net: cpsw
Hit any key to stop autoboot: 0

I have attached the screenshot as well as uEnv.txt file with this

waiting for reply eagerly …

Ravi

UbootScreen.txt (1.58 KB)

uEnv.txt (215 Bytes)

custom uboot and kernel?

I could not understand what are u asking ?
following command I used to config
$make beaglebone_defconfig
$make

Kernel is 3.7.8

and U-boot is 2012.10

waiting for reply

Regards

Ravi

what i meant was any modification you made to official code?

if not, check if your power source or try with another bone, the info was not enough to determine exact cause.

Thanx for your quick reply .

I’ve not made any change in official code. Bcoz this is first time I’m compiling

linux on Beaglebone.

When I tried with Angstorm Linux downloaded from Internet, It is working fine.

But Now I compiled Linux kernel and generated rootfs using Buildroot.

I’m getting error which I sent in earlier post.

Do I need to give some more details.

What should be in uEnv.txt file

Waiting for reply

Ravi

Dear Yiling Cao

When I executed following command on uboot prompt

U-boot#bootm

I’m getting following error
Verifying Checksum … Bad Data CRC
ERROR: can’t get kernel image!

What could be the problem ?

Regards

Ravi