From ad322ef67d3503bcb74ca82ba3401730d58f2008 Mon Sep 17 00:00:00 2001 From: Masayuki Ishikawa Date: Wed, 27 Jul 2022 16:14:12 +0900 Subject: [PATCH] boards: arm: Update README.txt regarding CONFIG_BUILD_KERNEL=y Summary: - This commit updates README.txt regarding Impact: - CONFIG_BUILD_KERNEL=y Testing: - build only Signed-off-by: Masayuki Ishikawa --- boards/arm/imx6/sabre-6quad/README.txt | 4 ++-- boards/arm/sama5/sama5d4-ek/README.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/boards/arm/imx6/sabre-6quad/README.txt b/boards/arm/imx6/sabre-6quad/README.txt index c314a9cf30d..46ef1a3bc83 100644 --- a/boards/arm/imx6/sabre-6quad/README.txt +++ b/boards/arm/imx6/sabre-6quad/README.txt @@ -913,7 +913,7 @@ Configuration sub-directories $ make V=1 -j7 $ make export V=1 $ cd ../apps - $ ./tools/mkimport.sh -x ../nuttx/nuttx-export-*.zip + $ ./tools/mkimport.sh -z -x ../nuttx/nuttx-export-*.tar.gz $ make import V=1 $ cd ../nuttx $ qemu-system-arm -semihosting -M sabrelite -m 1024 -smp 4 -nographic -kernel ./nuttx @@ -950,7 +950,7 @@ Configuration sub-directories $ make $ make export $ cd ../apps - $ ./tools/mkimport.sh -x ../nuttx/nuttx-export-*.zip + $ ./tools/mkimport.sh -z -x ../nuttx/nuttx-export-*.tar.gz $ make import $ cd ../nuttx $ qemu-system-arm -semihosting -M sabrelite -m 1024 -smp 4 -nographic -kernel ./nuttx diff --git a/boards/arm/sama5/sama5d4-ek/README.txt b/boards/arm/sama5/sama5d4-ek/README.txt index dd3cd2f868a..15575285685 100644 --- a/boards/arm/sama5/sama5d4-ek/README.txt +++ b/boards/arm/sama5/sama5d4-ek/README.txt @@ -4114,7 +4114,7 @@ Configurations C. Build the file system image at apps/bin $ cd apps/ : Go to the apps/ directory - $ tools/mkimport.sh -x : Use the full path to nuttx-export-*.zip + $ tools/mkimport.sh -z -x : Use the full path to nuttx-export-*.tar.gz $ make import : This will build the file system. You will then need to copy the files from apps/bin to an SD card or USB @@ -4149,7 +4149,7 @@ Configurations C. Build the file system image at apps/bin $ cd apps/ : Go to the apps/ directory - $ tools/mkimport.sh -x : Use the full path to nuttx-export-*.zip + $ tools/mkimport.sh -z -x : Use the full path to nuttx-export-*.tar.gz $ make import : This will build the file system D. Create the ROMFS file system image