Flash/Install the U-Boot on a microSD

Discussion in 'UDOO NEO' started by Phong, Jun 9, 2019.

  1. Phong

    Phong New Member

    Joined:
    Jun 9, 2019
    Messages:
    4
    Likes Received:
    0
    I Flash the files in the SD (e.g. /dev/mmcblk0) card with:
    sudo dd if=SPL of=/dev/mmcblk0 bs=1K seek=1
    sudo dd if=u-boot.img of=/dev/mmcblk0 bs=1K seek=69

    But I can't find the folder /dev/mmcblk0.
    Can anyone help me?
    Sorry my english is not good.
     
  2. waltervl

    waltervl UDOOer

    Joined:
    Dec 12, 2015
    Messages:
    2,314
    Likes Received:
    580
    The name dev/mmcblk0 is an example, you have to use the real name. You have to find the real name of the SD on the system were you have compiled and/or stored the u-boot on.
    From the documentation:
     
    evaloverde likes this.
  3. Phong

    Phong New Member

    Joined:
    Jun 9, 2019
    Messages:
    4
    Likes Received:
    0
    Thanks u so much !
     

Share This Page