Burning image from linux platform

Discussion in 'UDOO 101' started by Gigin, Oct 13, 2014.

  1. Gigin

    Gigin New Member

    Joined:
    Aug 20, 2014
    Messages:
    4
    Likes Received:
    0
    Hi,

    I have purchased a udoo quad plarform.
    I am unable to burn the image "udoo_quad_ubuntu1204_v2.1.img", which is downloaded from the udoo portal.

    After burning the image using the dd command, I get the following messages upon booting the udoo with the SD card.

    U-Boot 2013.10-rc3 (Jan 20 2014 - 13:33:34)

    CPU: Freescale i.MX6Q rev1.2 at 792 MHz
    Reset cause: WDOG
    Board: UDOO
    DRAM: 1 GiB
    MMC: FSL_SDHC: 0
    *** Warning - bad CRC, using default environment

    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 ...
    BOOTP broadcast 1
    BOOTP broadcast 2
    BOOTP broadcast 3
    BOOTP broadcast 4



    Why is this ? How can I put the right file system using a linux machine ?

    Thank You
     
  2. nicola

    nicola Member

    Joined:
    Apr 23, 2014
    Messages:
    45
    Likes Received:
    0
    Hi,
    Have you verified the SHA-1 checksum? maybe the download went wrong.

    Unless you need some features provided only by the ubuntu1204_v2.1, i suggest to use the udoobuntu_v1.0. It's the new official image with more drivers, newer software and hopefully better support.
     
  3. Gigin

    Gigin New Member

    Joined:
    Aug 20, 2014
    Messages:
    4
    Likes Received:
    0
    Hi,

    Thank You for the reply.
    I will be trying the udoobuntu file system.
    The problem with me for the ext2 file system not detected, might be because of some wrong method in the burning process.
    However, I copied the image file (uboot, kernel and filesystem) using the burning process through binaries, and now the system worked.
    Even while using the individual binaries for making the bootable SD card, the sequence followed should be
    1. copy the uboot with the dd command
    2. make the file system type as ext2/ext3
    3. extract the tar ball of the filesystem to the SD card ext2/ext3 file system.
    4. Copy the kernel image to /boot folder and modules to the /lib folder.

    Thank You
     

Share This Page