For such an XIP kernel and constrained 16MiB device, we can skip u-boot entirely and jump into kernel from OpenSBI directly.
But u-boot may be useful to load a normal kernel from external device if later s31 SoC comes with larger PSRAM.
Search found 30 matches
- Wed Jul 08, 2026 10:10 am
- Forum: ESP32-S31
- Topic: Linux on S31
- Replies: 2
- Views: 273
- Sat Jun 13, 2026 9:34 am
- Forum: Showcase
- Topic: LLM for the ESP32-S3 — the difference here is that it's running Stories42M, a tiny language model (42M parameters)
- Replies: 3
- Views: 112
Re: LLM for the ESP32-S3 — the difference here is that it's running Stories42M, a tiny language model (42M parameters)
Isn’t this board for esp32-s31?
- Fri Jun 12, 2026 4:57 am
- Forum: ESP32-S31
- Topic: About some architectural features of s31
- Replies: 2
- Views: 288
Re: About some architectural features of s31
Which DMAs support external memory, including descriptor (if applicable) and buffer?
1. AHB & AXI GDMA (supported)
2. LP AHB GDMA (?)
3. DMA2D (supported to psram)
4. SDIO (supported)
5. DWC2 (supported by p4 but ? for s31)
6. EMAC (supported by p4 but ? for s31)
1. AHB & AXI GDMA (supported)
2. LP AHB GDMA (?)
3. DMA2D (supported to psram)
4. SDIO (supported)
5. DWC2 (supported by p4 but ? for s31)
6. EMAC (supported by p4 but ? for s31)
- Thu Jun 11, 2026 8:09 am
- Forum: ESP32-S31
- Topic: Tell us about the SIMD support
- Replies: 8
- Views: 297
Re: Tell us about the SIMD support
Some hint from the agent skills. But lacks instruction cycles of SIMD instructions and overhead of unaligned access.
Re: ESP32-S31
Yes, any invalid PIE use will trigger illegal instruction exception. In panic_handler, the task will be pinned to core 1 automatically.
- Tue May 26, 2026 1:17 pm
- Forum: ESP32-S31
- Topic: About some architectural features of s31
- Replies: 2
- Views: 288
About some architectural features of s31
For bus system:
1. Does any bus master support hardware coherency?
2. Which memory supports AMO transactions, and from which core?
For HP cpu cluster:
1. Does CLINT of each HP core have their own builtin MTIME system timer?
2. Does the SIMD unit on HP core 1 support the same instructions as P4 (v3 ...
1. Does any bus master support hardware coherency?
2. Which memory supports AMO transactions, and from which core?
For HP cpu cluster:
1. Does CLINT of each HP core have their own builtin MTIME system timer?
2. Does the SIMD unit on HP core 1 support the same instructions as P4 (v3 ...
- Tue May 26, 2026 12:54 pm
- Forum: ESP32-S31 中文讨论版
- Topic: 请问S31的RGB接口, 速度能跑到多少
- Replies: 3
- Views: 309
Re: 请问S31的RGB接口, 速度能跑到多少
同问,RGB/CAM引脚分配在GPIO矩阵或是IO Mux时钟频率上限分别是多少?
- Sun May 24, 2026 5:00 pm
- Forum: ESP32-S31
- Topic: Availability of ESP32-S31-WROOM-3-NxxR32V
- Replies: 2
- Views: 450
Availability of ESP32-S31-WROOM-3-NxxR32V
ESP32-S31NRV32 with 32 MiB of PSRAM is/will be available as chip form, but the -R32V variants are missing from the preliminary ESP32-S31-WROOM-3 datasheet. Will it appear in a foreseeable timeframe?
BTW, can’t wait for the fully equipped ESP32-S31NRV64
BTW, can’t wait for the fully equipped ESP32-S31NRV64
- Thu May 21, 2026 12:52 pm
- Forum: ESP32-S31
- Topic: Tell us about the new MMU architecture!
- Replies: 6
- Views: 521
Re: Tell us about the new MMU architecture!
See the fresh datasheet , it's sv32 MMU, so we can expect for a full Linux on this chip.
The old "MMU" on S3 and other chips are still some sort of programmable flash / psram mapper, not a virtual memory system from the aspect of CPU. It still presents on esp32-s31 for interfacing with PSRAM and ...
The old "MMU" on S3 and other chips are still some sort of programmable flash / psram mapper, not a virtual memory system from the aspect of CPU. It still presents on esp32-s31 for interfacing with PSRAM and ...