Frozen Main.by Boot.py

General discussions and questions abound development of code with MicroPython that is not hardware specific.
Target audience: MicroPython Users.
User avatar
dhylands
Posts: 3821
Joined: Mon Jan 06, 2014 6:08 pm
Location: Peachland, BC, Canada
Contact:

Re: Frozen Main.by Boot.py

Post by dhylands » Wed Mar 08, 2017 7:08 pm

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.

User avatar
SureshVakati
Posts: 42
Joined: Fri Feb 24, 2017 3:52 pm

Re: Frozen Main.by Boot.py

Post by SureshVakati » Wed Mar 08, 2017 9:57 pm

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.

User avatar
dhylands
Posts: 3821
Joined: Mon Jan 06, 2014 6:08 pm
Location: Peachland, BC, Canada
Contact:

Re: Frozen Main.by Boot.py

Post by dhylands » Thu Mar 09, 2017 5:30 am

It sounds like the time and/or timezone on your computer is set incorrectly.

Post Reply