Search found 1 match

by jcmvbkbc
Mon May 08, 2023 12:52 pm
Forum: General Discussion
Topic: Run linux on the ESP32?
Replies: 20
Views: 77634

Re: Run linux on the ESP32?

I have mixed news on the topic. First: I was able to run linux + buildroot-built minimal rootfs based on busybox on esp32s3 with 8MB FLASH and 8MB PSRAM. The kernel runs directly from FLASH (XIP), the userspace runs directly from FLASH (FDPIC ELF binaries on cramfs with XIP support), PSRAM is used o...