MF1_SDK icon indicating copy to clipboard operation
MF1_SDK copied to clipboard

WIFI not working

Open kashemali opened this issue 5 years ago • 1 comments

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

kashemali avatar Feb 22 '20 11:02 kashemali

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 to g_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 to g_dvp_finish_flag'**

fixes in demo_esp8285 modules.c doesn't fix it

IagniukovMaksim avatar Mar 04 '20 13:03 IagniukovMaksim