-->
Page 4 of 4

Re: Definite guide to build nodemcu-firmware

PostPosted: Sat Sep 05, 2015 11:29 am
by marvi
Solved. I was trying to build on my real (not virtual) centos 6.7 machine, but something is wrong.
Tried with a ubuntu virutal machine.
Found a template for building an micropython firmare, added the esplua repository and compiled.
This worked at the first attempt.
I found the template here:

https://learn.adafruit.com/building-and-running-micropython-on-the-esp8266/build-firmware

Re: Definite guide to build nodemcu-firmware

PostPosted: Tue Dec 29, 2015 6:12 pm
by fixingthingsguy
Hi, Thanks for the link. I'm going to have to dive in and figure it out because I need a variation to solve a problem with enabling adc(tout) on my dev. board. I have been using the Marcel's frightanic up to this point, but couldn't find a way to use his service for this need.
If you have any tips that made it go smoothly, pl. let us know and I will incorporate.
Regards and thanks for the research.

Re: Definite guide to build nodemcu-firmware

PostPosted: Tue Dec 29, 2015 7:05 pm
by forlotto
you can use firghtitanic builds errr I think that is spelled right not 100% sure where you can select only the modules you need or want.

Re: Definite guide to build nodemcu-firmware

PostPosted: Tue Dec 29, 2015 8:19 pm
by fixingthingsguy
forlotto wrote:you can use firghtitanic builds errr I think that is spelled right not 100% sure where you can select only the modules you need or want.


Thanks for your note. I have used frightanic, but the designer does not support choices, I think because of the complexity and the likely testing and validation activities. So, I will have to do this, hopefully once I set up, I can re-use and customize in ways I need.