Page 2 of 2

Re: Frozen Main.by Boot.py

Posted: Wed Mar 08, 2017 7:08 pm
by dhylands
That looks more or less right. Without actually coding it all up and trying it, I can't be 100% sure, but that's certainly the gist.

Re: Frozen Main.by Boot.py

Posted: Wed Mar 08, 2017 9:57 pm
by SureshVakati
I am getting these warnings when I build with FROZEN_DIR=<directory>. Do you have any idea?
make: warning: Clock skew detected. Your build may be incomplete.
make: Warning: File '/home/suresh/Desktop/micropthon-master1.8.7/stmhal/scripts/HE910.py' has modification time 19229 s in the future

Code: Select all

make BOARD=PYBV10 FROZEN_DIR='/home/suresh/Desktop/micropthon-master1.8.7/stmhal/scripts' 
Use make V=1 or set BUILD_VERBOSE in your environment to increase build verbosity.
make: Warning: File '/home/suresh/Desktop/micropthon-master1.8.7/stmhal/scripts/HE910.py' has modification time 19229 s in the future
Generating build-PYBV10/frozen.c
CC build-PYBV10/frozen.c
LINK build-PYBV10/firmware.elf
   text	   data	    bss	    dec	    hex	filename
 320612	    352	  27976	 348940	  5530c	build-PYBV10/firmware.elf
Create build-PYBV10/firmware.dfu
Create build-PYBV10/firmware.hex
make: warning:  Clock skew detected.  Your build may be incomplete.

Re: Frozen Main.by Boot.py

Posted: Thu Mar 09, 2017 5:30 am
by dhylands
It sounds like the time and/or timezone on your computer is set incorrectly.