From 392d2753816d2ff57977e9d8838ae7e0ac00b5bc Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Mon, 30 Oct 2023 16:05:39 -0400 Subject: [PATCH] hvk: change default extlinux menu entry to test --- scripts/hvk-compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/hvk-compile.sh b/scripts/hvk-compile.sh index 7e6b400..a749c43 100755 --- a/scripts/hvk-compile.sh +++ b/scripts/hvk-compile.sh @@ -75,7 +75,7 @@ if [ ${#} -eq 1 ]; then rm /tmp/modules.tar.gz # Switch to latest kernel and DTB: - ssh root@${EVK_IP} "fw_setenv image Image-latest; fw_setenv fdt_file latest.dtb" + ssh root@${EVK_IP} "sed -i -e 's@^DEFAULT.*@DEFAULT test@' /boot/extlinux/extlinux.conf" if [ x"${reboot}" = x"1" ]; then ssh root@${EVK_IP} "reboot" -- 2.20.1