forked from len0rd/rockbox
Add ingenic_tools/usbboot utility
This is essentially an expanded version of jz4760_tools/usbboot, able to support both X1000 and JZ4760 CPUs and easily extended to handle other Ingenic CPUs using the same boot protocol. Change-Id: I70ce3acc3531d65390c6bbae4d2b3352140acf0a
This commit is contained in:
parent
a3d41098c7
commit
13c7f482ce
3 changed files with 437 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -165,6 +165,9 @@ __pycache__
|
|||
/utils/jz4760_tools/packtools
|
||||
/utils/jz4760_tools/usbboot
|
||||
|
||||
# /utils/ingenic_tools
|
||||
/utils/ingenic_tools/usbboot
|
||||
|
||||
# /utils/nwztools
|
||||
/utils/nwztools/scsitools/scsitool
|
||||
/utils/nwztools/upgtools/upgtool
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue