From 4c756e3872693e122deadb72b242ddef0ae01bd0 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 17 Jul 2018 11:41:17 -0600 Subject: [PATCH] Update a README --- configs/sama5d4-ek/README.txt | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/configs/sama5d4-ek/README.txt b/configs/sama5d4-ek/README.txt index d70033a809..2a5e4724eb 100644 --- a/configs/sama5d4-ek/README.txt +++ b/configs/sama5d4-ek/README.txt @@ -4177,9 +4177,9 @@ Configurations $ tools/mkimport.sh -x : Use the full path to nuttx-export-*.zip $ make import : This will build the file system. - D. Create the symbol table from the apps/bin + D. Create the symbol table from the apps/bin/content and copy back to NuttX - $ tools/mksymtab.sh bin import/symtab.c + $ make symtab : Create the symbol table $ ar rcs ../nuttx/binfmt/libbinfmt.a import/symtab.o NOTE: There are many ways to create symbol tables. The above will create @@ -4231,10 +4231,9 @@ Configurations $ tools/mkromfsimg.sh : Create the real ROMFS image $ mv boot_romfsimg.h ../nuttx/configs/sama5d4-ek/include/boot_romfsimg.h - E. Create the symbol table from the apps/bin + E. Create the symbol table from the apps/bin and copy it back to NuttX - $ tools/mksymtab.sh bin import/symtab.c - $ make symtab : Compile the symbol table + $ make symtab : Create the symbol table $ ar rcs ../nuttx/binfmt/libbinfmt.a import/symtab.o NOTE: There are many ways to create symbol tables. The above will create