MMBasic ANSI - MMBasic on Mac/Windows/Linux in a terminal


Author Message
Doktorn

Newbie

Joined: 09/07/2019
Location: Sweden
Posts: 37
Posted: 03:33pm 08 Jun 2026      

Test with WaveShare ESP32-S3-PICO

I (359) esp_image: segment 4: paddr=001ce3bc vaddr=40376e18 size=170e4h ( 94436) load
I (380) esp_image: segment 5: paddr=001e54a8 vaddr=600fe100 size=00004h (     4) load
I (391) boot: Loaded app from partition at offset 0x10000
I (392) boot: Disabling RNG early entropy source...
E (393) octal_psram: PSRAM ID read error: 0x00000000, PSRAM chip not found or not supported, or wrong PSRAM line mode
E (394) esp_psram: PSRAM enabled but initialization failed. Bailing out.
I (394) cpu_start: Failed to init external RAM; continuing without it.
I (395) cpu_start: Multicore app
I (406) cpu_start: Pro cpu start user code
I (406) cpu_start: cpu freq: 240000000 Hz
I (407) app_init: Application information:
I (407) app_init: Project name:     mmbasic_anywhere_esp32_s3
I (407) app_init: App version:      0755caa
I (407) app_init: Compile time:     Jun  8 2026 03:18:06
I (408) app_init: ELF file SHA256:  a2a1320cb...
I (408) app_init: ESP-IDF:          v5.3
I (408) efuse_init: Min chip rev:     v0.0
I (408) efuse_init: Max chip rev:     v0.99
I (408) efuse_init: Chip rev:         v0.2
I (409) heap_init: Initializing. RAM available for dynamic allocation:
I (409) heap_init: At 3FCD85D8 len 00011138 (68 KiB): RAM
I (409) heap_init: At 3FCE9710 len 00005724 (21 KiB): RAM
I (410) heap_init: At 3FCF0000 len 00008000 (32 KiB): DRAM
I (410) heap_init: At 600FE104 len 00001EE4 (7 KiB): RTCRAM
I (413) spi_flash: detected chip: winbond
I (413) spi_flash: flash io: dio
W (413) spi_flash: Detected size(16384k) larger than the size in the binary image header(4096k). Using the size in the binary image header.
W (414) i2c: This driver is an old driver, please migrate your application code to adapt `driver/i2c_master.h`
I (415) sleep: Configure to isolate all GPIO pins in sleep state
I (416) sleep: Enable automatic switching of GPIO sleep configuration
I (417) main_task: Started on CPU0
I (427) main_task: Calling app_main()
E (427) octal_psram: PSRAM ID read error: 0x00000000, PSRAM chip not found or not supported, or wrong PSRAM line mode
E (427) esp_psram: PSRAM enabled but initialization failed. Bailing out.
hal_psram_init: esp_psram_init failed (262); PSRAM disabled
I (427) mm_options: loaded options from raw mmslots sector
I (1437) mmslots: partition: size=1048576 slots=3 slot_size=49152
W (1457) wifi_init: WiFi cache TX buffers should be disabled when initialize SPIRAM failed
W (1457) wifi_init: TX buffers type should be changed from static to dynamic when initialize SPIRAM failed
W (1457) wifi_init: WiFi/LWIP prefer SPIRAM should be disabled when initialize SPIRAM failed
W (1467) wifi:malloc buffer fail
E (1467) wifi:Expected to init 6 rx buffer, actual is 0
W (1477) wifi_init: Failed to unregister Rx callbacks
W (1477) wifi_init: Failed to deinit Wi-Fi driver (0x3001)
E (1477) wifi_init: Failed to deinit Wi-Fi (0x3001)
WiFi init failed
I (1477) lfs: lfsdata partition: size=917504, 224 blocks
I (1477) lfs: LittleFS mounted (A:)
I (1647) lfs: wrote demo site.bas (5395 bytes)
I (1787) lfs: wrote demo server.bas (5395 bytes)
I (1847) lfs: wrote demo index.htm (1744 bytes)
I (1917) lfs: wrote demo status.htm (1960 bytes)
I (1987) lfs: wrote demo about.htm (2223 bytes)
I (2057) lfs: wrote demo gpio.htm (1101 bytes)
I (2117) lfs: wrote demo files.htm (771 bytes)
I (2177) lfs: wrote demo style.css (1957 bytes)

MMBasic Anywhere (esp32-s3) 1.1.0
Copyright 2011-2026 Geoff Graham
Copyright 2016-2026 Peter Mather
MMBasic Anywhere - Copyright 2025-2026 Josh Vanderberg
Bytecode VM, HAL refactor, host/WASM/stdio ports

ESP32-S3 REPL.

Profile: GENERIC

>

/Lasse