@lieven flashing indeed looks normal but did you have any output after that reset?
Worth checking if your ESP32S3 is supported by the project you're flashing (mostly PSRAM size, some packages have incompatible configurations)
I'll have a look later (real life priorities)
@lieven so it does show up as /dev/ttyACM0 which is the expected serial implemented by the USB Serial/JTAG Controller, and I see the V4 no longer has a dedicated USB2serial chip so that all looks as expected.
I don't directly know how you can remotely reset over this interface
@lieven oh...
I just found out (TIL) that you can hard reset the board using esptool:
esptool.py --no-stub flash_id
according to this closed issue (haven't tried)
https://github.com/espressif/esptool/issues/910
@lieven there are some more reset options to be tried maybe, like --after watchdog-reset
https://docs.espressif.com/projects/esptool/en/latest/esp32s3/esptool/advanced-options.html