sipeed / MF1_SDK

Apache License 2.0
22 stars 32 forks source link

WIFI not working #13

Open kashemali opened 4 years ago

kashemali commented 4 years ago

I have tried several time to build with wifi on but failed always. I have also tried to update esp firmware update like M1 as https://raw.githubusercontent.com/sipeed/MF1-User-Manual/master/en/assets/update_esp8285.jpg but update always failed with esp not found. Another problem were raised while i have tried build from source SDK with wifi on many variable undefined in header files which i have solved then raised others variable types problem. Any help appreciable. Thanks

IagniukovMaksim commented 4 years ago

Wi-Fi error in a closed SDK module please fix it

/opt/kendryte-toolchain/lib/gcc/riscv64-unknown-elf/8.2.0/../../../../riscv64-unknown-elf/bin/ld: main/libmain.a(demo_esp8285.c.obj): in function .L4': demo_esp8285.c:(.text.demo_esp8285+0x438): undefined reference tog_dvp_finish_flag' /opt/kendryte-toolchain/lib/gcc/riscv64-unknown-elf/8.2.0/../../../../riscv64-unknown-elf/bin/ld: main/libmain.a(demo_esp8285.c.obj): in function .L0 ': demo_esp8285.c:(.text.demo_esp8285+0x46a): **undefined reference tog_dvp_finish_flag'**

fixes in demo_esp8285 modules.c doesn't fix it