|
@@ -15,7 +15,7 @@ platform_check_image() {
|
|
globalscale,espressobin-ultra|\
|
|
globalscale,espressobin-ultra|\
|
|
globalscale,espressobin-v7|\
|
|
globalscale,espressobin-v7|\
|
|
globalscale,espressobin-v7-emmc)
|
|
globalscale,espressobin-v7-emmc)
|
|
- sdcard_check_image "$1"
|
|
|
|
|
|
+ legacy_sdcard_check_image "$1"
|
|
;;
|
|
;;
|
|
*)
|
|
*)
|
|
return 0
|
|
return 0
|
|
@@ -31,7 +31,7 @@ platform_do_upgrade() {
|
|
globalscale,espressobin-ultra|\
|
|
globalscale,espressobin-ultra|\
|
|
globalscale,espressobin-v7|\
|
|
globalscale,espressobin-v7|\
|
|
globalscale,espressobin-v7-emmc)
|
|
globalscale,espressobin-v7-emmc)
|
|
- sdcard_do_upgrade "$1"
|
|
|
|
|
|
+ legacy_sdcard_do_upgrade "$1"
|
|
;;
|
|
;;
|
|
methode,udpu)
|
|
methode,udpu)
|
|
platform_do_upgrade_uDPU "$1"
|
|
platform_do_upgrade_uDPU "$1"
|
|
@@ -49,7 +49,7 @@ platform_copy_config() {
|
|
globalscale,espressobin-ultra|\
|
|
globalscale,espressobin-ultra|\
|
|
globalscale,espressobin-v7|\
|
|
globalscale,espressobin-v7|\
|
|
globalscale,espressobin-v7-emmc)
|
|
globalscale,espressobin-v7-emmc)
|
|
- sdcard_copy_config
|
|
|
|
|
|
+ legacy_sdcard_copy_config
|
|
;;
|
|
;;
|
|
methode,udpu)
|
|
methode,udpu)
|
|
platform_copy_config_uDPU
|
|
platform_copy_config_uDPU
|