Skip to content

fkpwolf/FireWRT-Uboot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

uboot for MT7621 NAND

It boot from SPI flash and then write bootloader to NAND. Then device can boot from NAND

Steps

tftpboot 0x80100000 uboot.img
md 0x80100000
nand init
nand read 0 200
nand erase 0 40000
nand write.fan

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 89.6%
  • C++ 4.2%
  • Assembly 3.2%
  • Makefile 1.8%
  • Other 1.2%