gereic / GXAirCom

Multifunctional, compatible DIY aviation proximity awareness, variometer and messaging system with FANET+, FLARM and OGN support.
125 stars 41 forks source link

Trying to build in VCS via PIO #26

Closed parahooners closed 3 years ago

parahooners commented 3 years ago

Hey,

Getting an issue with web access after uploading via PIO on Mac M1

E][WebHelper.cpp:565] onPageNotFound(): [192.168.4.2] HTTP GET request of /favicon.ico

An ideas....

parahooners commented 3 years ago

Being on Mac M1 I'm unable to run the esp32 Download tool, have tired on a VM but the ARM system in the win 10 insiders is not accepting to Com port at the moment.....

gereic commented 3 years ago

esptool.py should work on mac. esptool.py -p %PORT% -b 921000 write_flash 0x1000 bootloader_dio_40m.bin 0x8000 partitions.bin 0xe000 boot_app0.bin 0x10000 %firmware% 0x3d0000 spiffs.bin

replace %PORT% with the port of the controller (don't know how you can find that out) and replace %firmware% with the right firmware-file for your controller

parahooners commented 3 years ago

Thanks @gereic that worked a treat...