compiling u-boot

Discussion in 'Android' started by herionoindo, Aug 13, 2016.

  1. herionoindo

    herionoindo New Member

    Joined:
    Jul 29, 2016
    Messages:
    23
    Likes Received:
    1
    I'm success compiling u-boot, but on the tutorial (http://www.udoo.org/docs/Advanced_Topics/Compile_U-Boot_Bootloader.html) part of flash to sd card :

    sudo dd if=SPL of=/dev/mmcblk0 bs=1K seek=1
    sudo dd if=u-boot.img of=/dev/mmcblk0 bs=1K seek=69

    My host pc use Linux mint, i'm only find sdx, which one sdc or sd1 to replace mmcblk0
    I was tryed to flash sdc and sdc1, after that udoo cant start..
     
    Last edited: Aug 13, 2016
  2. vpeter

    vpeter Active Member

    Joined:
    Nov 29, 2014
    Messages:
    303
    Likes Received:
    62
    In your case you need to use /dev/sdc - not sdc1. sdc1 indicates first partititon.
    Be sure that this is your sd card!
     

Share This Page