linux-sunxi / u-boot-sunxi

Allwinner A1x native u-boot support
https://github.com/linux-sunxi/u-boot-sunxi/wiki
315 stars 333 forks source link

A13 Olinuxino: spl: not an uImage at 1600 #89

Closed PavelTurk closed 1 year ago

PavelTurk commented 9 years ago

I have A13 Olinuxino. And I have 8GB microSD card.

I downloaded archive via torrent: https://www.olimex.com/wiki/images/d/d6/A13_debian_34_90_WIFI_RALINK_GCC_GPIO_X_I2C_100KHz_UVC_TS_FTDI_3G_video_accell_release_10.torrent as I have HYNIX RAM on board. After that as described here https://www.olimex.com/wiki/A13-OLinuXino#Linux_related I unzziped and got .IMG file and copied it to my micro sd via dd (as described):

sudo dd if=A13_debian_34_90_WIFI_RALINK_GCC_GPIO_X_I2C_100KHz_UVC_TS_FTDI_3G_video_accell_release_10.img of=/dev/sdb

After that I run my A13 and this is what I get:

U-Boot SPL 2014.04-10685-g4af825f (Jun 19 2014 - 09:08:33) Board: A13-OLinuXino DRAM: 512 MiB CPU: 1008000000Hz, AXI/AHB/APB: 3/2/2 spl: not an uImage at 1600

U-Boot 2014.04-10685-g4af825f (Jun 19 2014 - 09:08:33) Allwinner Technology

CPU: Allwinner A13 (SUN5I) Board: A13-OLinuXino I2C: ready DRAM: 512 MiB MMC: SUNXI SD/MMC: 0 *\ Warning - bad CRC, using default environment

In: serial Out: serial Err: serial Net: No ethernet found. Hit any key to stop autoboot: 0 \ Unrecognized filesystem type ext4fs_devread read outside partition 540024872 Failed to mount ext2 filesystem... \ Unrecognized filesystem type ext4fs_devread read outside partition 540024872 Failed to mount ext2 filesystem... \ Unrecognized filesystem type \ Unrecognized filesystem type ext4fs_devread read outside partition 540024872 Failed to mount ext2 filesystem... \ Unrecognized filesystem type ext4fs_devread read outside partition 540024872 Failed to mount ext2 filesystem... \ Unrecognized filesystem type ext4fs_devread read outside partition 540024872 Failed to mount ext2 filesystem... \ Unrecognized filesystem type \ Unrecognized filesystem type ext4fs_devread read outside partition 540024872 Failed to mount ext2 filesystem... \ Unrecognized filesystem type ** sun5i#

What should I do and what does it mean?

P.S. When on my pc I check filesystem type I got:

sdb 8:16 1 7,4G 0 disk ├─sdb1 8:17 1 16M 0 part └─sdb2 8:18 1 3,7G 0 part /media/XXX/172cc6ec-e937-42c1-a59f-c0bc2d713ecf

and /dev/sdb2 on /media/XXX/172cc6ec-e937-42c1-a59f-c0bc2d713ecf type ext3 (rw,nosuid,nodev,uhelper=udisks2)