Update comments and README
This commit is contained in:
parent
84fcc41a63
commit
9e2d46657d
@ -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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user