There are other ports that uses newer kernels (iirc annoyedmilk/esp32-s31-linux used 7.1). XIP saves me RAM, and on a device with 16mib ram I need to squeeze as much ram as possible. Besides I couldn't think of any use…
It is for the older original esp32, not for this port which is esp32-s31. Their radio are drastically different. Also their reverse engineered firmware are incomplete so esp-hosted remains the best choice for now.
Author here, few things to clarify: - Yes it is vibe coded. It do work on real S31 dev boards (there's console output and binary releases to prove that.) I understand the esp32 microcontroller architecture to some…
There are other ports that uses newer kernels (iirc annoyedmilk/esp32-s31-linux used 7.1). XIP saves me RAM, and on a device with 16mib ram I need to squeeze as much ram as possible. Besides I couldn't think of any use…
It is for the older original esp32, not for this port which is esp32-s31. Their radio are drastically different. Also their reverse engineered firmware are incomplete so esp-hosted remains the best choice for now.
Author here, few things to clarify: - Yes it is vibe coded. It do work on real S31 dev boards (there's console output and binary releases to prove that.) I understand the esp32 microcontroller architecture to some…