Issue with "RK3188-SOM Debian for microSD card - kernel 3.0.36+ - release #1"

Started by ych, March 30, 2015, 10:46:10 PM

Previous topic - Next topic

ych

Today I try to run Debian from microSD on RK3188-SOM, but unfortunately without success :(.
I downloaded 7z archive from provided torrent.
Un7ziped it, and got RK3188_debian_3.0.36_SD_release1.img almost 2Gb file.
Wrote it by execute to my 32Gb microSD:

sudo dd if=RK3188_debian_3.0.36_SD_release1.img of=/dev/sdb conv=sync,fsync

And after insert this microSD in RK3188-SOM, I got:

DDR Version 1.04 20130517
In
DDR3
300MHz
Bus Width=32 Col=10 Bank=8 Row=15 CS=1 Die Bus-Width=16 Size=1024MB
Memory OK
OUT
BUILD=====2
SdmmcInit=0 0
FwPartOffset=2000 , 0
run on sd0
OK! 15458
unsigned!
SecureBootEn = 0 0
Boot ver: 0000-00-00#0.00
start_linux=====27865
SHA ERROR!
Load failed!
E:Invaid tag(0x4D524150)!
Load failed!
UsbBoot 3035800
UsbHook ...3690154
powerOn 3690181
3690178 5190181
E:Invaid tag(0x4D524150)!
Load failed!
5192455 UsbConnected


What am I doing wrong? May be I need to set some offset by seek or something else?
Does anybody try this omg?

Partition table on microSD after wrote RK3188_debian_3.0.36_SD_release1.img:

Disk /dev/sdb: 31.7 GB, 31674335232 bytes
1 heads, 32 sectors/track, 1933248 cylinders, total 61863936 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x1e1f471a

   Device Boot      Start         End      Blocks   Id  System
/dev/sdb1           49152     3909631     1930240   83  Linux

LubOlimex

Hey,

1. What happens when you try with just "sudo dd if=RK3188_debian_3.0.36_SD_release1.img of=/dev/sdb" ? Can you confirm the SD card reader is identified as /dev/sdb ("ls /dev/sd")?

2. Try to download and extract the image again.

3. Power the board sufficiently it might draw a lot of current at certain points during boot-up.

4. Do you also use RK3188-SOM-EVB or just the RK3188-SOM?

Best regards,
Lub/OLIMEX
Technical support and documentation manager at Olimex

ych

LubOlimex, thank you for your fast reply, the first point do the job :).
If I wrote microSD with next command:

sudo dd if=RK3188_debian_3.0.36_SD_release1.img of=/dev/sdb

"RK3188-SOM Debian for microSD card - kernel 3.0.36+ - release #1" img works as expected.