Skip to content

Commit

Permalink
flash_utility: script bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
zephray committed Aug 25, 2019
1 parent 3b41b2e commit 8d2c341
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion flash_utility/backup_nand.uu
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
uuu_version 1.3.34
uuu_version 1.2.135

# This script allows you to backup the whole NAND flash including OOB data

Expand Down
2 changes: 1 addition & 1 deletion flash_utility/flash_linux_to_nand.uu
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
uuu_version 1.3.34
uuu_version 1.2.135

# This script allows you to flash the Linux OS into NAND Flash.

Expand Down
6 changes: 3 additions & 3 deletions flash_utility/restore_nand.uu
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
uuu_version 1.3.34
uuu_version 1.2.135

# This script allows you to backup the whole NAND flash including OOB data
# This script allows you to restore the whole NAND flash including OOB data

# Boot into flash environment
SDP: boot -f boot/u-boot-dtb-nomtdpart.imx -nojump
Expand All @@ -9,7 +9,7 @@ SDP: write -f boot/imx6ull-14x14-prime.dtb -addr 0x83000000
SDP: write -f boot/fsl-image-mfgtool-initramfs-imx_mfgtools.cpio.gz.u-boot -addr 0x86800000
SDP: jump -f boot/u-boot-dtb-nomtdpart.imx -ivt

# Limited by the RAM size, backup 64MB at a time
# Limited by the RAM size, restore 64MB at a time
FBK: ucmd flash_erase /dev/mtd0 0 0

FBK: ucp backup/0-64mb.bin.gz t:/tmp
Expand Down
2 changes: 1 addition & 1 deletion flash_utility/run_linux_in_ram.uu
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
uuu_version 1.3.34
uuu_version 1.2.135

# This script allows you to run the Linux OS in the RAM without altering the NAND Flash

Expand Down

0 comments on commit 8d2c341

Please sign in to comment.