Hi Marek,
I've been looking into this... it looks like a kernel issue.
Taking your latest Kobo Touch image, and applying the Kobo Mini Uboot, HWConfig and the required (one byte) change to the uboot strings to force /dev/mmcblk0p2 gives me the same result as dancol90 was getting, namely a hang on the rootfs availability.
Which reminded me of similar hangs on desktop installations after careless kernel changes.
So I took the original kobo mini kernel and pasted that into the image....
At which point everything goes swimmingly -
Code:
Waiting for root device /dev/mmcblk0p2...
mmc0: new high speed SDHC card at address 0002
mmcblk0: mmc0:0002 N/A 7.50 GiB
mmcblk0: p1 p2 p3
EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
VFS: Mounted root (ext4 filesystem) on device 179:2.
Freeing init memory: 112K
Kernel panic - not syncing: No init found.
So it looks like the mmc hang is because we are missing something kobo-mini specific on the MMC HW side in the kernel build :-(
Regards,
Mike