Hi, Am 01.12.2015 um 08:08 schrieb Oscar C: > I'm trying to boot my udoo-quad (it's very similar to the cubox-i that > we already support) using u-boot and kernel from mainline. Although it > boots the kernel fine, it hangs somewhere in the middle without any > error. The hang is not always in the same point, sometimes is goes > further while others not. Using the same u-boot but with a downstream > kernel works fine, so u-boot is not the problem here. Any idea?
It looks like it's recognizing mmcblk0 with p1 and p2, so I don't see an immediate reason for it not to boot into your root. The HDMI error should not be fatal. Maybe some driver is missing in the initrd and needs to be added manually via some /etc/dracut.conf.d/udoo_modules.conf <<EOF add_drivers+=" foo" EOF Another trivial thing to try is to add rootwait to your kernel command line, a good idea for SD cards but probably no solution here. Regards, Andreas > [ 0.000000] Kernel command line: root=/dev/mmcblk0p2 plymouth.enable=0 > console=ttymxc1,115200n8 loglevel=8 nofb nomodeset video=vesafb:off > ignore_loglevel LOGLEVEL=8 earlyprintk=ttymxc1,115200n8,keep log_buf_len=10M > print_fatal_signals=1 showopts > [ 10.983841] mmc0: new high speed SDHC card at address 0007 > [ 10.990967] mmcblk0: mmc0:0007 SD16G 14.4 GiB > [ 10.992540] mmcblk0: p1 p2 -- SUSE Linux GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany GF: Felix Imendörffer, Jane Smithard, Graham Norton; HRB 21284 (AG Nürnberg) -- To unsubscribe, e-mail: [email protected] To contact the owner, e-mail: [email protected]
