This repository has been archived by the owner on Mar 29, 2021. It is now read-only.
U-Boot v2020.07
U-Boot v2020.07 images for SD/eMMC and SPI flash.
Writing to SD/eMMC, run as root or via sudo:
# dd if=idbloader.img of=/dev/<mmc> seek=64 conv=notrunc
# dd if=u-boot.itb of=/dev/<mmc> seek=16384 conv=notrunc
Writing to SPI Flash (Manjaro), run as root or via sudo:
# flash_erase /dev/mtd0 0 0
# dd if=spiflash.bin of=/dev/mtd0
You can get flash_erase
by installing mtd-utils
package.