From 9e2d46657da957f12a669e76ee1cdf77ff20190a Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 15 Apr 2015 16:25:38 -0600 Subject: [PATCH] Update comments and README --- system/zoneinfo/README.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/system/zoneinfo/README.txt b/system/zoneinfo/README.txt index 497a02f29..bcd5530e8 100644 --- a/system/zoneinfo/README.txt +++ b/system/zoneinfo/README.txt @@ -60,6 +60,15 @@ modifications to the configuration that I used for testing: NOTE: The full TZ database is quite large. To create a reasonable sized ROMFS image, I had to trim some of the files like this: + cd nuttx + cd tools + ./configure.sh sim/nsh + cd .. + make menuconfig + +Select the above localtime() and apps/system/zoneinfo configuration settings. +Then: + make context cd ../apps/system/zoneinfo/tzbin/etc/zoneinfo @@ -73,6 +82,9 @@ force rebuilding of the ROMFS filesystem be removing some files: cd ../../nuttx make +If you have problems building the simulator on your platform, check out +nuttx/configs/sim/README.txt. You might find some help there. + Here is a sample run. I have not seen any errors in single stepping through the logic but neither am I certain that everything is working properly: