Page 1 of 1

Is it possible to port linux to esp32-c3?

Posted: Thu Feb 23, 2023 12:02 pm
by joseph.l
Has anyone tried something like this?
Since the ESP32-C3 is based on RISC-V, I thought that it would be possible to directly port Linux. (Not a RISC virtual machine.)

Re: Is it possible to port linux to esp32-c3?

Posted: Fri Feb 24, 2023 1:14 am
by ESP_Sprite
I wouldn't think so. 400K of RAM is simply too little. I think technically it would be possible to port Linux to e.g. the ESP32S3, but you'd need to do that with MMU-less Linux and it'd probably take a fair amount of work to get it working as the architecture is different from what Linux expects.