cubieplayer / Cubian

Debian for Cubieboard
http://cubian.org
271 stars 49 forks source link

U-Boot errors during standard start up. #447

Closed vovcacik closed 9 years ago

vovcacik commented 9 years ago

Hi, why is uboot giving so many errors during standard, successful boots?

U-Boot SPL 2014.01-rc1-09161-g108ec3f (Jan 20 2014 - 05:45:50)
Board: Cubieboard
DRAM: 1024 MiB
CPU: 1008000000Hz, AXI/AHB/APB: 3/2/2
spl: not an uImage at 1600

U-Boot 2014.01-rc1-09161-g108ec3f (Jan 20 2014 - 05:45:50) Allwinner Technology

CPU:   Allwinner A10 (SUN4I)
Board: Cubieboard
I2C:   ready
DRAM:  1 GiB
MMC:   SUNXI SD/MMC: 0
*** Warning - bad CRC, using default environment

In:    serial
Out:   serial
Err:   serial
Net:   emac
Hit any key to stop autoboot:  1  0 
** Unrecognized filesystem type **
** File not found boot/uEnv.txt **
150 bytes read in 3 ms (48.8 KiB/s)
Loaded environment from uEnv.txt
** Unrecognized filesystem type **
** File not found boot/boot.scr **
** File not found boot.scr **
** File not found /boot/script.bin **
** Unrecognized filesystem type **
48412 bytes read in 5 ms (9.2 MiB/s)
5963840 bytes read in 275 ms (20.7 MiB/s)
## Booting kernel from Legacy Image at 48000000 ...
   Image Name:   Linux-3.4.79-sun4i
   Created:      2014-07-02  22:37:47 UTC
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    5963776 Bytes = 5.7 MiB
   Load Address: 40008000
   Entry Point:  40008000
   Verifying Checksum ... OK
   Loading Kernel Image ... OK

Starting kernel ...
michalliu commented 9 years ago

Don't worry, It doesn't matter. The message is just telling you it is searching hardly for config files in various places.

vovcacik commented 9 years ago

Thank you.