summaryrefslogtreecommitdiff
path: root/nuttx/configs/open1788
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/open1788')
-rw-r--r--nuttx/configs/open1788/README.txt4
-rw-r--r--nuttx/configs/open1788/kernel/Makefile2
2 files changed, 5 insertions, 1 deletions
diff --git a/nuttx/configs/open1788/README.txt b/nuttx/configs/open1788/README.txt
index cc23ccb77..29c80822c 100644
--- a/nuttx/configs/open1788/README.txt
+++ b/nuttx/configs/open1788/README.txt
@@ -342,6 +342,10 @@ CONFIGURATION
in FLASH. But loading the nuttx ELF does not harm the nuttx_user.elf
in FLASH. Conclusion: Always load nuttx_user.elf before nuttx.
+ Just to complicate matters, it is sometimes the case that you need
+ load objects twice to account for write failures. I have not yet
+ found a simple foolproof way to reliably get the code into FLASH.
+
nsh
---
Configures the NuttShell (nsh) located at examples/nsh. The
diff --git a/nuttx/configs/open1788/kernel/Makefile b/nuttx/configs/open1788/kernel/Makefile
index 9cf196375..d3a47e738 100644
--- a/nuttx/configs/open1788/kernel/Makefile
+++ b/nuttx/configs/open1788/kernel/Makefile
@@ -107,7 +107,7 @@ depend: .depend
clean:
$(call DELFILE, nuttx_user.elf)
- $(call DELFILE, "$(TOPDIR)$(DELIM)nuttx_user.elf")
+ $(call DELFILE, "$(TOPDIR)$(DELIM)nuttx_user.*")
$(call DELFILE, "$(TOPDIR)$(DELIM)User.map")
$(call CLEAN)