Hi guys, I'm trying to create an .img file that contains udoo release. I've followed the tutorial to cross compile qt5 for ARM achitecture and now I need to provide a full release with qt5 support. Actually I've got a directory that contain all FS (it is called rootfs) but I don't know how to do it! Thanks in advanced zamu
Ok, so you can download UDOO Kernel and modules from here: http://udoo.org/download/files/UDOO_Unico/Kernel/uImage http://udoo.org/download/files/UDOO_Unico/Kernel/modules.tar.gz Place uImage kernel into /boot Place modules into /lib/modules And follow the tutorial for creating an image file from binaries: http://udoo.org/docs/Advanced_Setup/Create_A_Bootable_MicroSD_Card_From_Preinstalled_Binaries Let me know if you need more help!
Hi all, I followed the procedure linked by mikelangeloz, but something strange happens when I'm trying to boot from SDCard. The following lines are very strange especially when ext2 filesystem is not recognized Code: U-Boot 2013.10-rc3 (Jan 20 2014 - 13:36:08) CPU: Freescale i.MX6DL rev1.1 at 792 MHz Reset cause: WDOG Board: UDOO DRAM: 1 GiB MMC: FSL_SDHC: 0 No panel detected: default to LDB-WVGA Display: LDB-WVGA (800x480) In: serial Out: serial Err: serial Net: using phy at 6 FEC [PRIME] Hit any key to stop autoboot: 0 mmc0 is current device Failed to mount ext2 filesystem... ** Unrecognized filesystem type ** Failed to mount ext2 filesystem... ** Unrecognized filesystem type ** Booting from net ... My develop environment is the following: Windows 7 machine that host a Xubuntu 14.04 in VirtualBox (with pack extension) and SDCard reader through USB port. Could Windows soil SDCard when it is unmounted ?
I've test it again and now works but if and only if I do not install U-Boot. Now I'm test it again with U-Boot on a new SDCard and I'm informing you if something strange happens Zamu