-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Customizing the filesystem / partitions for N16R8 #16
Comments
Making it rw -- no, not without losing the XIP capability. But you could create a new partition, format it however you like |
Thanks @jcmvbkbc, this makes sense. For context, I am trying to include Micropython and Netcat (
I have test
I build the image with a fork of your buildroot fork (https://github.com/johandevlabs/buildroot/tree/xtensa-2024.05-fdpic_mpy_nc ) |
Yeah, there's no way it would succeed on a system with 8M PSRAM. |
Thanks for the hint @jcmvbkbc . I got it to work now (with option
It is amazing that one can run Linux with WiFi and everything on such a small device! |
I have a ESP32-S3 N16R8 (https://www.robotics.org.za/ESP32-S3-N16R8).
The
rebuild-esp32s3-linux-wifi.sh
scripts works flawlessly on my device, but it is configured to N8R8 (with 8MB flash total).How do I reconfigure the build to make full use of the 16MB flash? Ideally, I would like to allocate an additional 8MB to the rootfs (and make it read/write) so I can place files in the /root folder. Is this possible?
The text was updated successfully, but these errors were encountered: