From c26aa2450821ba2c315dafa879e07b2f16c48263 Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Sat, 29 Oct 2022 10:20:02 +0800 Subject: [PATCH] update setup_tools.sh --- bsp/images/igkboard.json | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/bsp/images/igkboard.json b/bsp/images/igkboard.json index 50a2ce5..04dad55 100644 --- a/bsp/images/igkboard.json +++ b/bsp/images/igkboard.json @@ -1,6 +1,6 @@ { "IMAGE_CONF": { - "NAME": "linuxsys_${BOARD}_${SYSNAME}.img", + "NAME": "linuxsys-${SYSNAME}-${BOARD}.img", "SIZE": "1024", "COMPRESS": "no" }, -- Gitblit v1.9.1