Adapted DavisR's nosplash-recovery imx_usb to uuu
This commit is contained in:
parent
10ea09c3fe
commit
1f432d4179
10 changed files with 11 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
||||||
uuu_version 1.0.1
|
uuu_version 1.0.1
|
||||||
|
|
||||||
SDP: write -f zImage-uuu -addr 0x82000000
|
SDP: write -f zImage-flasher -addr 0x82000000
|
||||||
SDP: write -f initramfs.cpio.gz.uboot -addr 0x89000000
|
SDP: write -f initramfs-flasher.cpio.gz.uboot -addr 0x89000000
|
||||||
SDP: write -f zero-gravitas.dtb -addr 0x88000000
|
SDP: write -f zero-gravitas-flasher.dtb -addr 0x88000000
|
||||||
SDP: boot -f u-boot-linuxrc.imx
|
SDP: boot -f u-boot-flasher.imx
|
||||||
|
|
||||||
FBK: ucmd ls /dev/mmc*
|
FBK: ucmd ls /dev/mmc*
|
||||||
|
|
7
alpine-recovery.uuu
Normal file
7
alpine-recovery.uuu
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
uuu_version 1.0.1
|
||||||
|
|
||||||
|
SDP: write -f zImage-recovery -addr 0x82000000
|
||||||
|
SDP: write -f initramfs-recovery.cpio.gz.uboot -addr 0x89000000
|
||||||
|
SDP: write -f zero-gravitas-recovery.dtb -addr 0x88000000
|
||||||
|
SDP: boot -f u-boot-recovery.imx
|
||||||
|
SDP: done
|
BIN
initramfs-recovery.cpio.gz.uboot
Normal file
BIN
initramfs-recovery.cpio.gz.uboot
Normal file
Binary file not shown.
BIN
u-boot-recovery.imx
Normal file
BIN
u-boot-recovery.imx
Normal file
Binary file not shown.
BIN
zImage-recovery
Executable file
BIN
zImage-recovery
Executable file
Binary file not shown.
BIN
zero-gravitas-recovery.dtb
Normal file
BIN
zero-gravitas-recovery.dtb
Normal file
Binary file not shown.
Loading…
Reference in a new issue