QuoteWith 240Mhz it blinks, but is it save to operate ?
QuoteWhat is the difference:
"flash_mode": "dio", "psram_type": "opi" are not "qio" ?
QuoteIs there a reason for other ram size ?
*** ValueError `invalid literal for int() with base 10: ''' trying to evaluate `${__get_board_f_boot(__env__)}'
File "/home/winfried/.platformio/packages/framework-arduinoespressif32/tools/pioarduino-build.py", line 94, in generate_bootloader_image
[platformio]
description = "LoRaBees gateway ESP32-C5 and MOD-LoRa868-ANT"
include_dir = src
[env]
platform=https://github.com/pioarduino/platform-espressif32.git
framework = arduino
[env:ESP32-C5-DevKit-Lipo]
board = olimex_esp32-c5-devkit-lipo
; board = esp32-c5-devkitc1-n8r4
monitor_speed = 115200
upload_speed = 921600
Quote from: Gast-2026-04-08 on April 08, 2026, 05:01:39 PMThe second problem is the Ethernet-connection. After the first few megabytes, the throughput drops to less than 100 KB/s. And stays that way. It does not stop, it just gets really slow. I encountered the same phenomenon when I first tried to install via netboot/netinst. During installation, the first operations went through (getting the package-lists and getting the first packages), but then it turned incredibly slow. The system did not hang, it responded normally. But the Ethernet-connection appeared to be slow (but no timeout).
&emac {
pinctrl-names = "default";
pinctrl-0 = <&rgmii_pins>;
phy-mode = "rgmii";
phy-handle = <&ext_rgmii_phy>;
phy-supply = <®_dcdc1>;
allwinner,tx-delay-ps = <600>;
allwinner,rx-delay-ps = <200>;
status = "okay";
};