Skip to content

Instantly share code, notes, and snippets.

@CallMeFoxie
Created October 15, 2020 19:13
Show Gist options
  • Save CallMeFoxie/3193e9e2984a698462843b57c1f43310 to your computer and use it in GitHub Desktop.
Save CallMeFoxie/3193e9e2984a698462843b57c1f43310 to your computer and use it in GitHub Desktop.
dhcp
tftp 40000000 u-boot-sunxi-with-spl.bin
sf probe
sf erase 0 0x100000
sf write 0x40000000 0 0xa8b98
# replace 0xa8b98 with the downloaded size written by the tftp command
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment