Max Filippov
Max Filippov
> but there is no etc in the partition table. There [is](https://github.com/jcmvbkbc/esp-hosted/blob/ipc-5.1.1/esp_hosted_ng/esp/esp_driver/network_adapter/partition_table.esp32s3#L5), but both issues suggest that you may not have it flashed on the device. Can you check that?
> Maybe the individual commands on the wiki are outdated Sure, they're more of a general direction outline, the scripts should do the job precisely.
Take a look at the head of the script, there's a few environment variables that control what parts are downloaded/built. e.g. running `keep_toolchain=y ./rebuild...` will avoid downloading/building the toolchain.
What kind of esp board do you have? What terminal program do you use? Do you see anything in the dmesg when disconnection happens? > I can connect to the...
> I have this board: something's wrong with that link, the page says 'Sorry, the page you requested can not be found:(' > I'm currently using cu to connect to...
> I'm currently using cu to connect to the port I've installed cu and tried the following command line: `cu -s 115200 -f -l ttyUSB0`, been connected for 10 minutes,...
> Still struggling a bit on how to enable wifi (preferably in a way that survives reboot) The intended method is writing your settings to `/etc/wpa_supplicant.conf`. Network bringup scripts will...
> Maybe this ali link will work for you It doesn't either. Anyway, I was interested in the kind of UART-to-USB convertor on that board. > The board itself keeps...
> wpa_supplicant is started but I keep getting > wifi:null wpa_sta_ap_set_rsnxe > messages This message appears even in case of successful connection, so it does not indicate a problem on...
> I then gave it a static IPv4 address using ip addr and a proper ip address and netmask, but if I then run ping to the router there is...