Hi Oscar, > I'm trying to boot my udoo quad board (imx6) but it fails because the root > device is not found:
Yeah, unfortunately all relevant kernel modules are missing from the current images :-/ > Looking at the full log I see that the problem may be that the mmc module is > not loaded. I unpacked the initram and there are some modules, but I don't > know which one is for the imx6 platform: I believe that would be sdhci-esdhc-imx.ko (which is missing). > Can I set a debug flag or something to see why the modules are not being > loading? yes, kiwidebug=1 passed to the command line (e.g. by editing the boot.script and recompiling it into the boot.scr) will give you a shell once it failed, from there you can debug further. Greetings, Dirk -- To unsubscribe, e-mail: [email protected] To contact the owner, e-mail: [email protected]
