uboot-envtools: oxnas: sync with current oxnas/ox820 DTS

Use tested values on shuttle,kd20 and assumed values for
mitrastar,stg-212 and cloudengines,pogoplug*.
akitio users have yet to report back stock flash layout to support
vendor bootloader environment there as well.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
v19.07.3_mercusys_ac12_duma
Daniel Golle 5 years ago
parent 858aebc0ef
commit 9a9c6f37d5

@ -13,11 +13,10 @@ touch /etc/config/ubootenv
board=$(board_name) board=$(board_name)
case "$board" in case "$board" in
akitio|\ "cloudengines,pogoplug"* | \
kd20|\ "mitrastar,stg-212" | \
stg212) "shuttle,kd20")
ubootenv_add_uci_config "/dev/ubi0_0" "0x0" "0x4000" "0x1F000" "1" ubootenv_add_uci_config "/dev/mtd2" "0x0" "0x2000" "0x2000" "1"
ubootenv_add_uci_config "/dev/ubi0_1" "0x0" "0x4000" "0x1F000" "1"
;; ;;
esac esac

Loading…
Cancel
Save