esp-ginx icon indicating copy to clipboard operation
esp-ginx copied to clipboard

I just can't get it to work...

Open myk3y opened this issue 9 years ago • 4 comments

I installed the toolchain, went to the directory containing esp-ginx and entered 'make'

And this is what I got: http://pastebin.com/fmnqZrC4

Scroll to the bottom - I have highlighted the errors - please be gentle, I'm a novice.

On Mac OS X Yosemite.

myk3y avatar Apr 29 '15 03:04 myk3y

You gcc is treating this cast warnings as errors. Odd cause here it's just fine. Anyway my last commit should fix it. Please let me know.

israellot avatar Apr 29 '15 22:04 israellot

Looks like it worked: http://pastebin.com/Qu9draix

myk3y avatar Apr 30 '15 03:04 myk3y

Now all I need to know is what do I do with those 4 bin files?

myk3y avatar Apr 30 '15 03:04 myk3y

You just need to exec 'make flash' now. Basically you will upload the 0x00000.bin and 0x10000.bin files to the ESP. If you change something in the html files, exec "make html" before "make" and then "make flash"

israellot avatar Apr 30 '15 12:04 israellot