Creating .img file with udoo release

Discussion in 'General Discussion' started by Riccardo Zamuner, May 19, 2015.

  1. Riccardo Zamuner

    Riccardo Zamuner New Member

    Joined:
    May 7, 2015
    Messages:
    12
    Likes Received:
    0
    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
     
  2. mikelangeloz

    mikelangeloz Member

    Joined:
    Jul 9, 2013
    Messages:
    129
    Likes Received:
    1
  3. Riccardo Zamuner

    Riccardo Zamuner New Member

    Joined:
    May 7, 2015
    Messages:
    12
    Likes Received:
    0
    Thanks mikelangeloz!
    I'll try ASAP and come back to you if some issues appear!
     
  4. Riccardo Zamuner

    Riccardo Zamuner New Member

    Joined:
    May 7, 2015
    Messages:
    12
    Likes Received:
    0
    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 ?
     
  5. Riccardo Zamuner

    Riccardo Zamuner New Member

    Joined:
    May 7, 2015
    Messages:
    12
    Likes Received:
    0
    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
     

Share This Page