Jump to content

deep

Members
  • Posts

    16
  • Joined

  • Last visited

Reputation Activity

  1. Like
    deep reacted to balbes150 in SD Card Boot Recovery   
    2. If you do not know how to make a copy of u-boot from a working SD card, you can ask the developers of the image for your TV box for the necessary file. It's not a big file "u-boot.bin.sd.bin". To record a working u-boot in two teams.
     
    dd if=u-boot.bin.sd.bin of=/dev/mmcblk0 conv=fsync bs=1 count=442
     
    dd if=u-boot.bin.sd.bin of=/dev/mmcblk0 conv=fsync bs=512 skip=1 seek=1
     
    Note that the name mmcblk0 needs to be replaced with the name of your SD card in the system.
     
     
    3. There are several important files that are involved in the startup process, which are used in your Armbian image, it is better to check with the image developer. You can try to copy all files from /boot.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines