Skip to content

Commit

Permalink
Merge pull request #1098 from G10h4ck/safe_upgrade_art_fixup
Browse files Browse the repository at this point in the history
safe-upgrade: update calibration data partition name
  • Loading branch information
G10h4ck authored Apr 24, 2024
2 parents 75f5d50 + 25f5b8c commit 70b08a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/safe-upgrade/files/usr/sbin/safe-upgrade
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ local function upgrade(args)
else
fw_mtd_str = '7936k(firmware),7936k(fw2)'
end
local boot_script_tpl = 'set bootargs console=ttyS0,115200 board=LIBREROUTERV1 mtdparts=spi0.0:256k(u-boot),64k(u-boot-env),%s,128k(res),64k(ART); echo booting part %d; bootm ${fw_addr};'
local boot_script_tpl = 'set bootargs console=ttyS0,115200 board=LIBREROUTERV1 mtdparts=spi0.0:256k(u-boot),64k(u-boot-env),%s,128k(res),64k(art); echo booting part %d; bootm ${fw_addr};'
local boot_script = string.format(boot_script_tpl, fw_mtd_str, partitions.other)
set_uboot_env(string.format('boot_%d', partitions.other), boot_script)
set_testing_partition(partitions.other)
Expand Down

0 comments on commit 70b08a6

Please sign in to comment.