summaryrefslogtreecommitdiff
path: root/nuttx/configs/pic32mx7mmb/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/pic32mx7mmb/README.txt')
-rw-r--r--nuttx/configs/pic32mx7mmb/README.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/nuttx/configs/pic32mx7mmb/README.txt b/nuttx/configs/pic32mx7mmb/README.txt
index 73b50945b..19ae05bc6 100644
--- a/nuttx/configs/pic32mx7mmb/README.txt
+++ b/nuttx/configs/pic32mx7mmb/README.txt
@@ -771,15 +771,15 @@ Where <subdir> is one of the following:
d) Use a RAM disk (instead of an SD card) as the USB MSC logical unit:
- -CONFIG_EXAMPLES_USBMSC_DEVPATH1="/dev/mmcsd0"
- +CONFIG_EXAMPLES_USBMSC_DEVPATH1="/dev/ram0"
+ -CONFIG_SYSTEM_USBMSC_DEVPATH1="/dev/mmcsd0"
+ +CONFIG_SYSTEM_USBMSC_DEVPATH1="/dev/ram0"
2. Changes to nuttx/.config.
- a) Enable building of the examples/usbmsc:
+ a) Enable building of the system/usbmsc:
- -# CONFIGURED_APPS += examples/usbmsc
- + CONFIGURED_APPS += examples/usbmsc
+ -# CONFIGURED_APPS += system/usbmsc
+ + CONFIGURED_APPS += system/usbmsc
3. When NSH first comes up, you must manually create the RAM disk
before exporting it: