Creating bootable micro sd

Discussion in 'General Discussion' started by tacolover, Jul 22, 2014.

  1. tacolover

    tacolover New Member

    Joined:
    Jan 30, 2014
    Messages:
    3
    Likes Received:
    0
    I am trying to create a bootable microsd and change some kernels. The udoo manual says there are 3 key elements for the micro sd card; Kernel, U-Boot, and file system. The kernel and U-Boot are both binaries. Is the file system supposed to be a binaries also? It downloads as tar.gz. Should I uncompress and extract to udoo-dev file?


    Any advice would be apreciated.


    Thanks,



    Luke
     
  2. delba

    delba Administrator Staff Member

    Joined:
    May 8, 2013
    Messages:
    1,064
    Likes Received:
    9
  3. mikelangeloz

    mikelangeloz Member

    Joined:
    Jul 9, 2013
    Messages:
    129
    Likes Received:
    1
    The kernel and U-Boot can be downloaded both as source and binaries, it's really up to you. The Rootfs is the root partition, with programs, files etc. So its made of binaries, and yes you just uncompress it to root partition with

    Code:
    tar -xvf UDOORootfsname.tar.gz -C /pathtosdcardmountpoint
    Let me know if you need more clarifications
     

Share This Page