Max Filippov
Max Filippov
Something's not right here: looks like your pings went out the lo interface. Also broadcast address on the espsta0 is incorrect.
> In the router I disabled 802.11w Management Frame Protection You may try to add `ieee80211w=2` into the network block of you wpa_supplicant.conf instead.
Thanks for checking anyway. > I suspect this is something in wpa_supplicant. That's certainly a possibility. I've noticed that the buildroot config has almost all wpa_supplicant options turned off, maybe...
> build was done with rebuild-esp32s3-linux.sh It's outdated and is likely broken by now. Please try rebuild-esp32s3-linux-wifi.sh instead.
> I'm also not sure if the non-s3 version still works I've rebuilt and re-flashed it just now, works for me on the freenove esp32-wrover-dev board with 4M PSRAM. >...
> it only works on the native USB If you mean [that](https://www.espressif.com/sites/default/files/documentation/esp32-s3_technical_reference_manual_en.pdf#section.33) USB serial you can assign a default console to it by placing file `cmdline` with the following text:...
You can do it like that with your current directory where the build scripts are: ``` $ echo 'earlycon=esp32s3acm,mmio32,0x60038000 console=ttyGS3 debug rw root=mtd:rootfs no_hash_pointers' > build/build-buildroot-esp32s3/target/etc/cmdline $ keep_buildroot=y keep_rootfs=y keep_bootloader=y...
That looks odd. I only see ``` pp rom version: e7ae62f net80211 rom version: e7ae62f ``` on the UART. On the USB serial the default build prints the following for...
I suspect that this is the same issue that was found [here](https://github.com/jcmvbkbc/esp32-linux-build/issues/9#issuecomment-2165040817). Please rebuild your image with the updated bootloader and let me know if there's still no console output.
> am I missing something or is this a bug which needs to be fixed I don't know. I don't have N16R8, and by default the build is configured for...