[no ci] Overlay: add warning for sysupgrade on nand flash (#1245)

pull/1248/head
viktorxda 2024-01-10 11:47:38 +01:00 committed by GitHub
parent 9f25ab2db8
commit 95334102c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -1,9 +1,9 @@
#!/bin/sh
#
# OpenIPC.org | v.20231230
# OpenIPC.org | 2024
#
scr_version=1.0.28
scr_version=1.0.29
args=" $@"
@ -83,6 +83,8 @@ do_wipe_overlay() {
}
download_firmware() {
[ "$flash_type" = "nand" ] && echo_c 31 "\nNote: the updater uses the NOR package for updating NAND"
echo_c 33 "\nFirmware"
[ "$branch_dev" = "1" ] && branch="dev" || branch="latest"
osr=$(get_system_build)