# Pastebin FYQh4V6q 1. burn minimyth2 to SD card 2. with minimyth2 SD card do: dd if=/dev/ of=u-boot.img bs=1M count=16 3. burn armbian on SD card 4. with armbian SD card restore boot-loader with two commands: dd if=u-boot.img of=/dev/ conv=fsync bs=1 count=442 dd if=u-boot.img of=/dev/ conv=fsync bs=512 skip=1 seek=1