Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Device

Command to flash bootloader into /dev/<device>

SM-C12

dd if=<u-boot-filename>.bin of=/dev/<device> bs=1k seek=33 conv=notrunc

Q7-C25

dd if=<u-boot-filename>.bin of=/dev/<device> bs=1k seek=33 conv=notrunc

Q7-C26

dd if=<u-boot-filename>.bin of=/dev/<device> bs=1k seek=32 conv=notrunc

μQ7-C72 mini

dd if=<u-boot-filename>.bin of=/dev/<device> seek=33 conv=notrunc

μQ7-C72 nano

N/A

SBC-C20

dd if=<u-boot-filename>.bin of=/dev/<device> bs=1k seek=33 conv=notrunc

SBC-C43

dd if=<u-boot-filename>.bin of=/dev/<device> bs=1k seek=32 conv=notrunc

SBC-C61

dd if=<u-boot-filename>.bin of=/dev/<device> bs=1k seek=33 conv=notrunc

SBC-C57

dd if=<u-boot-filename>.bin of=/dev/<device>bs=1k seek=32 conv=notrunc

SM-D18

dd if=<u-boot-filename>.bin of=/dev/<device> bs=1k seek=32 conv=notrunc

Note

Be careful to flash the u-boot in the device root itself and not in one of the partition, e.g. :

/dev/sda -> OK

/dev/sda1 -> NOT OK

...