Skip to content
This repository has been archived by the owner on Mar 29, 2021. It is now read-only.

U-Boot v2020.07

Compare
Choose a tag to compare
@pcm720 pcm720 released this 07 Jul 21:06
· 2 commits to master since this release
8297195

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.