cnlohr
cnlohr
Should this be closed now?
As mentioned in the other thread -- full chip erase + need init data. Have you tried putting 0x00000.bin at `0x00000`, and `0x10000` at `0x10000`. And, also, doing a full-chip-erase...
Please try to use the thing mentioned in the other thread of `PORT=/dev/ttyUSB0 make burnitall` I don't actually know why you would still be having issues :(
I don't understand the situation you are currently in. Can you articulate what you did to build a bootable image?
Would love for you to join the Discord to discuss more, please reach out to me at `cnlohr` on Discord for an invite.
Would you mind trying to use minichlink to flash instead? There is a canned windows .exe, and if you add yourself to the plugdev group and use `sudo make install_udev_rules`...
Yes. `make` by default will flash the part as long as your user is allowed to talk to the device.
You need to add your user to plugdev, ``` sudo usermod -aG plugdev YOUR_USERNAME ``` If you get an error about plugdev not being a group, you may need to...
What distro are you on @nanikjava ?
I believe there was a breaking change before/after that. I now am reporting the version number of the ESP32-S2 back to the host, so it is possible to version things....