陈仕祥

Results 15 comments of 陈仕祥

> 请问问题是否有解决?三元组烧写地址是否替换您指定的0x110000位置? > 更改三元组是否能连接成功? 已经解决,将fctry位置换到上面去了,解决后的分区如下: nvs, data, nvs, 0x9000, 0x4000 otadata, data, ota, 0xd000, 0x2000 phy_init, data, phy, 0xf000, 0x1000 fctry, data, nvs, 0x10000,0x4000 ota_0, 0, ota_0, 0x14000, 0x1F6000 ota_1,...

Hello @giuliobenetti , I made a Linux board, using the executable compiled by buildroot, now I am ready to use esp32 as wifi and bluetooth, but I don't know how...

Hello, I followed your submission on buildroot, ported to my project, compilation error, my linux version is linux-5.4.99

@giuliobenetti Here's my console info: xiang@ubuntu:~/linux/f1c200s-sdk$ make -j2 /usr/bin/make -j1 O=/home/xiang/linux/f1c200s-sdk/output HOSTCC="/usr/bin/gcc" HOSTCXX="/usr/bin/g++" syncconfig make[2]: warning: -j1 forced in submake: resetting jobserver mode. >>> esp-hosted 11e90f185a5a9922343e73e44032816a0e3ddedb Downloading --2024-07-04 01:50:49-- https://github.com/espressif/esp-hosted/archive/11e90f185a5a9922343e73e44032816a0e3ddedb/esp-hosted-11e90f185a5a9922343e73e44032816a0e3ddedb.tar.gz...

Hello@mantriyogesh, yes I want my system to support Bluetooth, I am currently working on an 86 panel, I expect to be able to use SPI to support both WiFi and...

@Mr-Bossman Thank you for your reply,This chip is really fun,Now the support is relatively complete,USB,Audio input and output,LCD,IIC and SPI can be used normally,Now if you port WiFi and Bluetooth...

@giuliobenetti https://github.com/ForgetCSX/f1c200s-sdk.git This is the buildroot I'm using now, which is an early version and doesn't join esp-hosted

@Mr-Bossman @giuliobenetti @mantriyogesh Good afternoon, I opened "Bluetooth subsystem support" and the compilation was successful, but it seems that esp32_spi.ko was not compiled correctly. ![image](https://github.com/espressif/esp-hosted/assets/54241718/ef12942c-fdbb-4bef-8d79-daa450021759) ![image](https://github.com/espressif/esp-hosted/assets/54241718/8c0c8e74-7e79-4086-917a-c33cfc1a3321) In menuconfig, the interface...

@giuliobenetti Hello, thanks for trying, but migrating to the new version is difficult for me at the moment, there is still a lot to learn, with the help of Mr-Bossman...