Jak będziesz grzebał z poziomu Platform.io w VS code to tak, ale GGDB nie uruchomi się na MACugeorge1255 wrote: Mon Feb 23, 2026 1:56 pmjest szansa ze to sie odpali na macOS w VSC ora PiO ?[email protected] wrote: Mon Feb 23, 2026 1:54 pm gdyby tylko ktoś to spisała nie czekaj
viewtopic.php?t=18128
Czy tylko WIndows10/11 x64?
Odświeżanie DS18b20
-
[email protected]
- Posts: 1584
- Joined: Mon Feb 06, 2023 8:56 am
- Has thanked: 18 times
- Been thanked: 26 times
-
george1255
- Posts: 426
- Joined: Fri Sep 02, 2022 8:48 pm
- Location: Włodawa
- Has thanked: 12 times
- Been thanked: 7 times
czyli trzeba odkopac starego lapka[email protected] wrote: Mon Feb 23, 2026 1:59 pmJak będziesz grzebał z poziomu Platform.io w VS code to tak, ale GGDB nie uruchomi się na MACugeorge1255 wrote: Mon Feb 23, 2026 1:56 pmjest szansa ze to sie odpali na macOS w VSC ora PiO ?[email protected] wrote: Mon Feb 23, 2026 1:54 pm gdyby tylko ktoś to spisała nie czekaj
viewtopic.php?t=18128
Czy tylko WIndows10/11 x64?
-
robertklepacki94
- Posts: 1931
- Joined: Thu Sep 02, 2021 1:06 pm
- Has thanked: 5 times
- Been thanked: 14 times
Albo maszyna wirtualnageorge1255 wrote: Mon Feb 23, 2026 2:00 pmczyli trzeba odkopac starego lapka[email protected] wrote: Mon Feb 23, 2026 1:59 pmJak będziesz grzebał z poziomu Platform.io w VS code to tak, ale GGDB nie uruchomi się na MACugeorge1255 wrote: Mon Feb 23, 2026 1:56 pm
jest szansa ze to sie odpali na macOS w VSC ora PiO ?
Czy tylko WIndows10/11 x64?![]()
Wziąłem udział w Supla Offline Party 2023
[email protected] wrote: Mon Feb 23, 2026 1:54 pm gdyby tylko ktoś to spisała nie czekaj
viewtopic.php?t=18128
Wiesz, że Supla obsługuje Zigbee? Wstąp do Klubu Promila: https://forum.supla.org/viewtopic.php?t=18018
Szukasz nowego GG? Jest tutaj: https://forum.supla.org/viewtopic.php?t=18036-
george1255
- Posts: 426
- Joined: Fri Sep 02, 2022 8:48 pm
- Location: Włodawa
- Has thanked: 12 times
- Been thanked: 7 times
Czy za pomoca odkomentowywania/zakomentowywania w PiO mozna wygenerowac to samo co w interfejsie graficznym GGBD ?[email protected] wrote: Mon Feb 23, 2026 1:59 pm
Jak będziesz grzebał z poziomu Platform.io w VS code to tak,
-
[email protected]
- Posts: 1584
- Joined: Mon Feb 06, 2023 8:56 am
- Has thanked: 18 times
- Been thanked: 26 times
Oczywiście że tak, ggdb robi to samogeorge1255 wrote: Mon Feb 23, 2026 5:15 pmCzy za pomoca odkomentowywania/zakomentowywania w PiO mozna wygenerowac to samo co w interfejsie graficznym GGBD ?[email protected] wrote: Mon Feb 23, 2026 1:59 pm
Jak będziesz grzebał z poziomu Platform.io w VS code to tak,
-
george1255
- Posts: 426
- Joined: Fri Sep 02, 2022 8:48 pm
- Location: Włodawa
- Has thanked: 12 times
- Been thanked: 7 times
mam bootloopa.
Chcialem dla esp32c6 relay, ds18b20, termostat.
moj platformio
Code: Select all
; PlatformIO Project Configuration File
;
; Build options: build flags, source filter
; Upload options: custom upload port, speed and extra flags
; Library options: dependencies, extra library storages
; Advanced options: extra scripting
;
; Please visit documentation for the other options and examples
; https://docs.platformio.org/page/projectconf.html
[platformio]
default_envs =
; GUI_Generic_1MB
; GUI_Generic_1MB-en
; GUI_Generic_2MB
; GUI_Generic_4MB
; GUI_Generic_minimal
; GUI_Generic_lite
; GUI_Generic_sensors
; GUI_Generic_DEBUG
; GUI_Generic_ESP32
; GUI_Generic_blank
; GUI_Generic_ESP32C3
; GUI_Generic_ESP32S3
GUI_Generic_ESP32C6
; GUI_Generic_ESP32C5
; GUI_Generic_ESP32S2
; lib_extra_dirs = ~/Documents/Arduino/libraries
build_cache_dir = ~/.platformio/.cache
[common]
build_flags =
;flagsstart
-D SUPLA_EXCLUDE_LITTLEFS_CONFIG
-D TEMPLATE_BOARD_JSON
-D OPTIONS_HASH='"e3bc65278b88a589d06c3f8316cf0e3b"'
-D BUILD_VERSION='"26.01.01"'
-D SUPLA_ENABLE_GUI
; -D SUPLA_ENABLE_SSL
-D SUPLA_CONFIG
-D SUPLA_OTA
-D SUPLA_RELAY
; -D SUPLA_BUTTON
; -D SUPLA_ACTION_TRIGGER
; -D SUPLA_LIMIT_SWITCH
; -D SUPLA_ROLLERSHUTTER
-D SUPLA_DS18B20
; -D SUPLA_DHT11
; -D SUPLA_DHT22
; -D SUPLA_SI7021_SONOFF
; -D SUPLA_BME280
; -D SUPLA_SHT3x
; -D SUPLA_SI7021
; -D SUPLA_MAX6675
; -D SUPLA_HC_SR04
; -D SUPLA_IMPULSE_COUNTER
; -D SUPLA_OLED
; -D SUPLA_HLW8012
; -D SUPLA_MCP23017
; -D SUPLA_RGBW
; -D SUPLA_PUSHOVER
; -D SUPLA_DIRECT_LINKS
; -D SUPLA_LED
; -D SUPLA_NTC_10K
; -D SUPLA_PZEM_V_3
; -D SUPLA_PZEM_ADR
; -D SUPLA_BMP280
; -D SUPLA_CSE7766
; -D SUPLA_DEEP_SLEEP
; -D SUPLA_MPX_5XXX
; -D SUPLA_VL53L0X
; -D SUPLA_DIRECT_LINKS_SENSOR_THERMOMETR
; -D SUPLA_CONDITIONS
; -D SUPLA_RF_BRIDGE
; -D SUPLA_HDC1080
; -D SUPLA_LCD_HD44780
; -D SUPLA_MAX31855
; -D SUPLA_ANALOG_READING_KPOP
; -D SUPLA_MAX44009_KPOP
; -D SUPLA_BH1750_KPOP
; -D SUPLA_VINDRIKTNING_IKEA_KPOP
; -D SUPLA_PMSX003_KPOP
; -D SUPLA_WT32_ETH01_LAN8720
; -D SUPLA_ETH01_LAN8720
; -D SUPLA_ADE7953
; -D SUPLA_PCF8575
; -D SUPLA_SHT_AUTODETECT
; -D SUPLA_PCF8574
; -D SUPLA_DIRECT_LINKS_MULTI_SENSOR
; -D SUPLA_WAKE_ON_LAN
; -D SUPLA_MODBUS_SDM
; -D SUPLA_MODBUS_SDM_ONE_PHASE
; -D SUPLA_MODBUS_SDM_72_V2
; -D SUPLA_MS5611
; -D SUPLA_BONEIO_32x10A
; -D SUPLA_BONEIO_24x16A
-D SUPLA_THERMOSTAT
; -D SUPLA_CC1101
; -D SUPLA_AHTX0
-D SUPLA_DISABLE_LOGS
; -D SUPLA_SPS30_KPOP
; -D SUPLA_INCREASE_LIMIT
; -D SUPLA_INA219
; -D SUPLA_INA226
; -D SUPLA_INA228
; -D SUPLA_INA229
; -D SUPLA_INA236
; -D SUPLA_INA238
; -D SUPLA_INA239
; -D SUPLA_INA260
; -D SUPLA_ZIGBEE_GATEWAY
; -D SUPLA_DEBUG_MODE
; -D Parameter_SUPLA_DEBUG_MODE_Bool='"true"'
; -D Parameter_SUPLA_DEBUG_MODE_Number=0
; -D Parameter_SUPLA_DEBUG_MODE_Text='"test"'
; -D Parameter_SUPLA_MS5611_Altitude=0
; -D Parameter_SUPLA_MS5611_Address=0
; -D SUPLA_INITIALCONFIG
; -D Parameter_SUPLA_INITIALCONFIG_Mode=0
; -D Parameter_SUPLA_INITIALCONFIG_TimeoutInMin=5
; -D Parameter_SUPLA_INITIALCONFIG_UseBuildConfiguration=1
; -D Parameter_SUPLA_INITIALCONFIG_DeviceName='"GG BD"'
; -D Parameter_SUPLA_INITIALCONFIG_Password='"pass"'
; -D Parameter_SUPLA_INITIALCONFIG_Login='"admin"'
; -D Parameter_SUPLA_INITIALCONFIG_Email='""'
; -D Parameter_SUPLA_INITIALCONFIG_Server='""'
; -D Parameter_SUPLA_INITIALCONFIG_WIFIPass='""'
; -D Parameter_SUPLA_INITIALCONFIG_WIFISsid='""'
; -D GLOBALPARAMETERS_SCL=0
; -D GLOBALPARAMETERS_SDA=0
; -D Parameter_SUPLA_BMP280_Altitude=0
; -D Parameter_SUPLA_BMP280_Address=0
; -D Parameter_SUPLA_BME280_Altitude=0
; -D Parameter_SUPLA_BME280_Address=0
; -D Parameter_SUPLA_SHT3x_Address=0
; -D Parameter_SUPLA_HDC1080_Address=0
; -D Parameter_SUPLA_SI7021_Address=0
; -D Parameter_SUPLA_SI7021_SONOFF_Address=0
; -D Parameter_SUPLA_VL53L0X_Address=0
; -D Parameter_SUPLA_MAX44009_KPOP_Address=0
; -D Parameter_SUPLA_BH1750_KPOP_Address=0
; -D Parameter_SUPLA_SHT_AUTODETECT_Address=0
; -D Parameter_SUPLA_AHTX0_Address=0
; -D Parameter_SUPLA_INA219_Address=0
; -D Parameter_SUPLA_INA226_Address=0
; -D Parameter_SUPLA_INA228_Address=0
; -D Parameter_SUPLA_INA236_Address=0
; -D Parameter_SUPLA_INA238_Address=0
; -D Parameter_SUPLA_INA260_Address=0
; -D Parameter_SUPLA_SPS30_KPOP_Address=0
; -D GLOBALPARAMETERS_MISO=0
; -D GLOBALPARAMETERS_MOSI=0
; -D GLOBALPARAMETERS_CLK=0
; -D GLOBALPARAMETERS_CS=0
; -D GLOBALPARAMETERS_GDO0=0
; -D GLOBALPARAMETERS_GDO2=0
; -D Parameter_SUPLA_CC1101_Enabled1=0
; -D Parameter_SUPLA_CC1101_SensorType1=0
; -D Parameter_SUPLA_CC1101_SensorID1='""'
; -D Parameter_SUPLA_CC1101_SensorKey1='""'
; -D Parameter_SUPLA_CC1101_SensorProperty1=0
; -D Parameter_SUPLA_CC1101_Enabled2=0
; -D Parameter_SUPLA_CC1101_SensorProperty2=0
; -D Parameter_SUPLA_CC1101_Enabled3=0
; -D Parameter_SUPLA_CC1101_SensorProperty3=0
; -D Parameter_SUPLA_CC1101_Enabled4=0
; -D Parameter_SUPLA_CC1101_SensorProperty4=0
;flagsend
[env]
;lib_ignore =
; Z2S_Library
lib_deps =
FS
SPIFFS
WebServer
Networking
NetworkClientSecure
WiFi
extra_scripts = tools/copy_files.py
[esp82xx_common]
framework = arduino
platform = espressif8266@^4.2.0
upload_speed = 256000
monitor_speed = 115200
upload_resetmethod = nodemcu
board_build.flash_mode = dout
;set frequency to 160MHz
board_build.f_cpu = 160000000L
; set frequency to 80MHz
board_build.f_flash = 80000000L
build_flags =
-DNDEBUG
-DFP_IN_IROM
-DBEARSSL_SSL_BASIC
; NONOSDK22x_190703 = 2.2.2-dev(38a443e)
-DPIO_FRAMEWORK_ARDUINO_ESPRESSIF_SDK22x_190703
-DPIO_FRAMEWORK_ARDUINO_LWIP2_HIGHER_BANDWIDTH_LOW_FLASH
; -DPIO_FRAMEWORK_ARDUINO_LWIP2_IPV6_HIGHER_BANDWIDTH -DUSE_IPV6 ; enables IPv6
; VTABLES in Flash
-DVTABLES_IN_FLASH
; remove the 4-bytes alignment for PSTR()
-DPSTR_ALIGN=1
; restrict to minimal mime-types
-DMIMETYPE_MINIMAL
; uncomment the following to enable TLS with 4096 RSA certificates
; -DUSE_4K_RSA
-D ATOMIC_FS_UPDATE
[env:GUI_Generic_1MB]
extends = esp82xx_common
board = esp8285
board_build.ldscript = eagle.flash.1m64.ld
build_flags = ${common.build_flags}
[env:GUI_Generic_1MB-en]
extends = esp82xx_common
board = esp8285
board_build.ldscript = eagle.flash.1m64.ld
build_flags = ${common.build_flags}
-D UI_LANGUAGE=en
[env:GUI_Generic_2MB]
extends = esp82xx_common
board = esp8285
board_build.ldscript = eagle.flash.2m64.ld
build_flags = ${common.build_flags}
[env:GUI_Generic_4MB]
extends = esp82xx_common
board = esp12e
board_build.ldscript = eagle.flash.4m1m.ld
build_flags = ${common.build_flags}
[env:GUI_Generic_minimal]
extends = esp82xx_common
board = esp8285
board_build.ldscript = eagle.flash.1m64.ld
build_flags = ${common.build_flags}
build_unflags = -D SUPLA_DS18B20
-D SUPLA_DHT11
-D SUPLA_DHT22
-D SUPLA_SI7021_SONOFF
-D SUPLA_BME280
-D SUPLA_SHT3x
-D SUPLA_SI7021
-D SUPLA_MAX6675
-D SUPLA_HC_SR04
-D SUPLA_IMPULSE_COUNTER
[env:GUI_Generic_lite]
extends = esp82xx_common
board = esp8285
board_build.ldscript = eagle.flash.1m64.ld
build_flags = ${common.build_flags}
build_unflags =
-D SUPLA_DHT11
-D SUPLA_BME280
-D SUPLA_SHT3x
-D SUPLA_SI7021
-D SUPLA_MAX6675
-D SUPLA_HC_SR04
-D SUPLA_IMPULSE_COUNTER
[env:GUI_Generic_DEBUG]
extends = esp82xx_common
board = nodemcuv2
board_build.ldscript = eagle.flash.4m1m.ld
build_flags = ${common.build_flags}
-D DEBUG_MODE
[env:GUI_Generic_ESP32]
platform = https://github.com/pioarduino/platform-espressif32/releases/download/53.03.11/platform-espressif32.zip
board = esp32dev
framework = arduino
monitor_speed = 115200
board_build.partitions = partitions/min_spiffs_4mb.csv
build_flags = ${common.build_flags}
[env:GUI_Generic_ESP32C3]
platform = https://github.com/pioarduino/platform-espressif32/releases/download/53.03.11/platform-espressif32.zip
platform_packages =
platformio/toolchain-riscv32-esp @ 14.2.0+20241119
framework = arduino
board = esp32-c3-devkitm-1
monitor_speed = 115200
board_build.partitions = min_spiffs.csv
build_flags =
${common.build_flags}
[env:GUI_Generic_ESP32S3]
platform = https://github.com/pioarduino/platform-espressif32/releases/download/53.03.11/platform-espressif32.zip
platform_packages =
platformio/toolchain-riscv32-esp @ 14.2.0+20241119
framework = arduino
board = esp32-s3-devkitm-1
monitor_speed = 115200
board_build.partitions = min_spiffs.csv
build_flags =
${common.build_flags}
[env:GUI_Generic_ESP32C6]
platform = https://github.com/pioarduino/platform-espressif32/releases/download/53.03.11/platform-espressif32.zip
platform_packages =
platformio/toolchain-riscv32-esp @ 14.2.0+20241119
board = esp32-c6-devkitc-1
framework = arduino
monitor_speed = 115200
board_build.partitions = min_spiffs.csv
lib_ignore =
Z2S_Library
build_flags =
${common.build_flags}
[env:GUI_Generic_ESP32C5]
platform = https://github.com/pioarduino/platform-espressif32/releases/download/55.03.37/platform-espressif32.zip
platform_packages =
platformio/toolchain-riscv32-esp @ 14.2.0+20251107
board = esp32-c5-devkitc-1
framework = arduino
monitor_speed = 115200
board_build.partitions = min_spiffs.csv
build_flags =
${common.build_flags}
[env:GUI_Generic_ESP32S2]
platform = https://github.com/pioarduino/platform-espressif32/releases/download/53.03.11/platform-espressif32.zip
platform_packages =
platformio/toolchain-riscv32-esp @ 14.2.0+20241119
board = lolin_s2_mini
board_build.mcu = esp32s2
board_build.flash_mode = qio
framework = arduino
monitor_speed = 115200
board_build.partitions = partitions/min_spiffs_4mb.csv
build_flags =
${common.build_flags}
-DARDUINO_LOLIN_S2_MINI
-DBOARD_HAS_PSRAM
[env:GUI_Generic_ESP32C6_Zigbee_gateway]
platform = https://github.com/pioarduino/platform-espressif32/releases/download/53.03.11/platform-espressif32.zip
platform_packages =
platformio/toolchain-riscv32-esp @ 14.2.0+20241119
board = esp32-c6-devkitc-1
framework = arduino
monitor_speed = 115200
board_build.partitions = partitions/custom_zigbee_zczr.csv
lib_ignore =
${common_no_libs.lib_ignore}
lib_deps =
Z2S_Library
build_flags =
${common.build_flags}
-D CORE_DEBUG_LEVEL=5
-D ARDUINO_ESP32C6_DEV
;-D ARDUINO_USB_MODE=1
-D ZIGBEE_MODE_ZCZR
-lesp_zb_api_zczr
-lesp_zb_cli_command
-lzboss_stack.zczr
-lzboss_port
;-DJSON_DEVICES='"{\\\"devices\\\":[{\\\"manufacturer_name\\\":\\\"_TZ3000_akqdg6g7\\\",\\\"model_name\\\":\\\"TS0201\\\",\\\"z2s_device_desc_id\\\":\\\"TEMPHUMIDITY_SENSOR\\\",\\\"z2s_device_endpoints_count\\\":1}]}"'
[common_no_libs]
lib_ignore =
Adafruit AHTX0 Library
Adafruit BME280 Library
Adafruit BMP280 Library
Adafruit Si7021 Library
Adafruit MAX31855 library
Adafruit BusIO
Adafruit INA219
Adafruit PCF8574
Adafruit Sensor
Arduino-LM75A
BH1750_WE
ClosedCube SHT31D
DallasTemperature
DHTNEW
ESP8266 and ESP32 OLED driver for SSD1306 displays
Ethernet
HLW8012
LiquidCrystal_I2C
Max44009
NewPing
OneWireNg
PMSerial
PZEM-004T-v30
rc-switch
SDM
sensirion-sps
WakeOnLan
Wire
wmbus
Z2S_Library
ClosedCube HDC1080
MS5611
Adafruit_VL53L0X
Adafruit AHTX0
arduino-sht
DHT sensor library
[env:esp32_nolibs]
platform = https://github.com/pioarduino/platform-espressif32/releases/download/53.03.11/platform-espressif32.zip
platform_packages =
platformio/toolchain-riscv32-esp @ 14.2.0+20241119
board = esp32dev
framework = arduino
monitor_speed = 115200
board_build.partitions = min_spiffs.csv
lib_ignore =
${common_no_libs.lib_ignore}
build_flags =
${common.build_flags}
lib_ldf_mode = chain+
[env:GUI_Generic_ESP32C6_nolibs]
platform = https://github.com/pioarduino/platform-espressif32/releases/download/53.03.11/platform-espressif32.zip
platform_packages =
platformio/toolchain-riscv32-esp @ 14.2.0+20241119
board = esp32-c6-devkitc-1
framework = arduino
monitor_speed = 115200
board_build.partitions = min_spiffs.csv
lib_ignore =
${common_no_libs.lib_ignore}
build_flags =
${common.build_flags}
lib_ldf_mode = chain+
[env:esp8266_nolibs]
platform = espressif8266@^4.2.0
platform_packages =
platformio/toolchain-riscv32-esp @ 14.2.0+20241119
board = esp12e
framework = arduino
monitor_speed = 115200
board_build.ldscript = eagle.flash.1m64.ld
lib_ignore =
${common_no_libs.lib_ignore}
build_flags =
${common.build_flags}
lib_ldf_mode = chain+
Code: Select all
--- Terminal on COM4 | 115200 8-N-1
--- Available filters and text transformations: debug, default, direct, esp32_exception_decoder, hexlify, log2file, nocontrol, printable, send_on_enter, time
--- More details at https://bit.ly/pio-monitor-filters
--- Quit: Ctrl+C | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H
load:0x40800000,len:0xfda4
load:0x42000020,len:0x11560c
Invalid image block, can't boot.
ets_main.c 331
ESP-ROM:esp32c6-20220919
Build:Sep 19 2022
rst:0x7 (TG0_WDT_HPSYS),boot:0x1e (SPI_FAST_FLASH_BOOT)
Saved PC:0x40018bea
SPIWP:0xee
mode:DIO, clock div:2
load:0x42120020,len:0x5024c
load:0x40800000,len:0xfda4
load:0x42000020,len:0x11560c
Invalid image block, can't boot.
ets_main.c 331
ESP-ROM:esp32c6-20220919
Build:Sep 19 2022
rst:0x7 (TG0_WDT_HPSYS),boot:0x1e (SPI_FAST_FLASH_BOOT)
Saved PC:0x40018bea
SPIWP:0xee
mode:DIO, clock div:2
load:0x42120020,len:0x5024c
load:0x40800000,len:0xfda4
load:0x42000020,len:0x11560c
Invalid image block, can't boot.
ets_main.c 331
ESP-ROM:esp32c6-20220919
Build:Sep 19 2022
rst:0x7 (TG0_WDT_HPSYS),boot:0x1e (SPI_FAST_FLASH_BOOT)
Saved PC:0x40018bea
SPIWP:0xee
mode:DIO, clock div:2
load:0x42120020,len:0x5024c
load:0x40800000,len:0xfda4
load:0x42000020,len:0x11560c
Invalid image block, can't boot.
ets_main.c 331
Disconnected (ClearCommError failed (PermissionError(13, 'Urządzenie nie rozpoznaje polecenia.', None, 22)))
Reconnecting to COM4 Connected!
ESP-ROM:esp32c6-20220919
Build:Sep 19 2022
rst:0x7 (TG0_WDT_HPSYS),boot:0x1e (SPI_FAST_FLASH_BOOT)
Saved PC:0x40018bea
SPIWP:0xee
mode:DIO, clock div:2
load:0x42120020,len:0x5024c
load:0x40800000,len:0xfda4
load:0x42000020,len:0x11560c
Invalid image block, can't boot.
ets_main.c 331
ESP-ROM:esp32c6-20220919
Build:Sep 19 2022
rst:0x7 (TG0_WDT_HPSYS),boot:0x1e (SPI_FAST_FLASH_BOOT)
Saved PC:0x40018bea
SPIWP:0xee
mode:DIO, clock div:2
load:0x42120020,len:0x5024c
load:0x40800000,len:0xfda4
load:0x42000020,len:0x11560c
Invalid image block, can't boot.
ets_main.c 331
Disconnected (Write timeout)
Reconnecting to COM4 Connected!
ESP-ROM:esp32c6-20220919
Build:Sep 19 2022
rst:0x7 (TG0_WDT_HPSYS),boot:0x1e (SPI_FAST_FLASH_BOOT)
Saved PC:0x40018bea
SPIWP:0xee
mode:DIO, clock div:2
load:0x42120020,len:0x5024c
load:0x40800000,len:0xfda4
load:0x42000020,len:0x11560c
Invalid image block, can't boot.
ets_main.c 331
ESP-ROM:esp32c6-20220919
Build:Sep 19 2022
rst:0x7 (TG0_WDT_HPSYS),boot:0x1e (SPI_FAST_FLASH_BOOT)
Saved PC:0x40018bea
SPIWP:0xee
mode:DIO, clock div:2
load:0x42120020,len:0x5024c
load:0x40800000,len:0xfda4
load:0x42000020,len:0x11560c
Invalid image block, can't boot.
ets_main.c 331
ESP-ROM:esp32c6-20220919
Build:Sep 19 2022
rst:0x7 (TG0_WDT_HPSYS),boot:0x1e (SPI_FAST_FLASH_BOOT)
Saved PC:0x40018bea
SPIWP:0xee
mode:DIO, clock div:2
load:0x42120020,len:0x5024c
load:0x40800000,len:0xfda4
load:0x42000020,len:0x11560c
Invalid image block, can't boot.
ets_main.c 331
ESP-ROM:esp32c6-20220919
Build:Sep 19 2022
rst:0x7 (TG0_WDT_HPSYS),boot:0x1e (SPI_FAST_FLASH_BOOT)
Saved PC:0x40018bea
SPIWP:0xee
mode:DIO, clock div:2
load:0x42120020,len:0x5024c
load:0x40800000,len:0xfda4
load:0x42000020,len:0x11560c
Invalid image block, can't boot.
ets_main.c 331
Disconnected (Write timeout)
Reconnecting to COM4 Connected!
ESP-ROM:esp32c6-20220919
Build:Sep 19 2022
rst:0x7 (TG0_WDT_HPSYS),boot:0x1e (SPI_FAST_FLASH_BOOT)
Saved PC:0x40018bea
SPIWP:0xee
mode:DIO, clock div:2
load:0x42120020,len:0x5024c
load:0x40800000,len:0xfda4
load:0x42000020,len:0x11560c
Invalid image block, can't boot.
ets_main.c 331
ESP-ROM:esp32c6-20220919
Build:Sep 19 2022
rst:0x7 (TG0_WDT_HPSYS),boot:0x1e (SPI_FAST_FLASH_BOOT)
Saved PC:0x40018bea
SPIWP:0xee
mode:DIO, clock div:2
load:0x42120020,len:0x5024c
load:0x40800000,len:0xfda4
load:0x42000020,len:0x11560c
Invalid image block, can't boot.
ets_main.c 331
ESP-ROM:esp32c6-20220919
Build:Sep 19 2022
rst:0x7 (TG0_WDT_HPSYS),boot:0x1e (SPI_FAST_FLASH_BOOT)
Saved PC:0x40018bea
SPIWP:0xee
mode:DIO, clock div:2
load:0x42120020,len:0x5024c
load:0x40800000,len:0xfda4
load:0x42000020,len:0x11560c
Invalid image block, can't boot.
ets_main.c 331
ESP-ROM:esp32c6-20220919
Build:Sep 19 2022
rst:0x7 (TG0_WDT_HPSYS),boot:0x1e (SPI_FAST_FLASH_BOOT)
Saved PC:0x40018bea
SPIWP:0xee
mode:DIO, clock div:2
load:0x42120020,len:0x5024c
load:0x40800000,len:0xfda4
load:0x42000020,len:0x11560c
Invalid image block, can't boot.
ets_main.c 331
Disconnected (Write timeout)
Reconnecting to COM4 Connected!
ESP-ROM:esp32c6-20220919
Build:Sep 19 2022
rst:0x7 (TG0_WDT_HPSYS),boot:0x1e (SPI_FAST_FLASH_BOOT)
Saved PC:0x40018bea
SPIWP:0xee
mode:DIO, clock div:2
load:0x42120020,len:0x5024c
load:0x40800000,len:0xfda4
load:0x42000020,len:0x11560c
Invalid image block, can't boot.
ets_main.c 331
ESP-ROM:esp32c6-20220919
Build:Sep 19 2022
rst:0x7 (TG0_WDT_HPSYS),boot:0x1e (SPI_FAST_FLASH_BOOT)
Saved PC:0x40018bea
SPIWP:0xee
mode:DIO, clock div:2
load:0x42120020,len:0x5024c
load:0x40800000,len:0xfda4
load:0x42000020,len:0x11560c
Invalid image block, can't boot.
ets_main.c 331
ESP-ROM:esp32c6-20220919
Build:Sep 19 2022
rst:0x7 (TG0_WDT_HPSYS),boot:0x1e (SPI_FAST_FLASH_BOOT)
Saved PC:0x40018bea
SPIWP:0xee
mode:DIO, clock div:2
load:0x42120020,len:0x5024c
load:0x40800000,len:0xfda4
load:0x42000020,len:0x11560c
Invalid image block, can't boot.
ets_main.c 331
ESP-ROM:esp32c6-20220919
Build:Sep 19 2022
rst:0x7 (TG0_WDT_HPSYS),boot:0x1e (SPI_FAST_FLASH_BOOT)
Saved PC:0x40018bea
SPIWP:0xee
mode:DIO, clock div:2
load:0x42120020,len:0x5024c
load:0x40800000,len:0xfda4
load:0x42000020,len:0x11560c
Invalid image block, can't boot.
ets_main.c 331
Disconnected (Write timeout)
Reconnecting to COM4 Connected!
ESP-ROM:esp32c6-20220919
Build:Sep 19 2022
rst:0x7 (TG0_WDT_HPSYS),boot:0x1e (SPI_FAST_FLASH_BOOT)
Saved PC:0x40018bea
SPIWP:0xee
mode:DIO, clock div:2
load:0x42120020,len:0x5024c
load:0x40800000,len:0xfda4
load:0x42000020,len:0x11560c
Invalid image block, can't boot.
ets_main.c 331
ESP-ROM:esp32c6-20220919
Build:Sep 19 2022
rst:0x7 (TG0_WDT_HPSYS),boot:0x1e (SPI_FAST_FLASH_BOOT)
Saved PC:0x40018bea
SPIWP:0xee
mode:DIO, clock div:2
load:0x42120020,len:0x5024c
load:0x40800000,len:0xfda4
load:0x42000020,len:0x11560c
Invalid image block, can't boot.
ets_main.c 331
ESP-ROM:esp32c6-20220919
Build:Sep 19 2022
rst:0x7 (TG0_WDT_HPSYS),boot:0x1e (SPI_FAST_FLASH_BOOT)
Saved PC:0x40018bea
SPIWP:0xee
mode:DIO, clock div:2
load:0x42120020,len:0x5024c
load:0x40800000,len:0xfda4
load:0x42000020,len:0x11560c
Invalid image block, can't boot.
ets_main.c 331
ESP-ROM:esp32c6-20220919
Build:Sep 19 2022
rst:0x7 (TG0_WDT_HPSYS),boot:0x1e (SPI_FAST_FLASH_BOOT)
Saved PC:0x40018bea
SPIWP:0xee
mode:DIO, clock div:2
load:0x42120020,len:0x5024c
load:0x40800000,len:0xfda4
load:0x42000020,len:0x11560c
Invalid image block, can't boot.
ets_main.c 331
Disconnected (Write timeout)
Reconnecting to COM4 .............-
[email protected]
- Posts: 1584
- Joined: Mon Feb 06, 2023 8:56 am
- Has thanked: 18 times
- Been thanked: 26 times
@george1255 a co podłączyłeś i gdzie? bo to jest coś nowego żeby się C6 tak wykładało , i jak to flashujesz, bezpośrednio z platform.io?
-
george1255
- Posts: 426
- Joined: Fri Sep 02, 2022 8:48 pm
- Location: Włodawa
- Has thanked: 12 times
- Been thanked: 7 times
Wgrałem binarke flasherem, wygenerowaną w folderze output, na esp32c6 xiao[email protected] wrote: Mon Feb 23, 2026 6:35 pm @george1255 a co podłączyłeś i gdzie? bo to jest coś nowego żeby się C6 tak wykładało , i jak to flashujesz, bezpośrednio z platform.io?
-
[email protected]
- Posts: 1584
- Joined: Mon Feb 06, 2023 8:56 am
- Has thanked: 18 times
- Been thanked: 26 times
a nie możesz wgrać po prostu z vs code z platformio?george1255 wrote: Mon Feb 23, 2026 7:00 pmWgrałem binarke flasherem, wygenerowaną w folderze output, na esp32c6 xiao[email protected] wrote: Mon Feb 23, 2026 6:35 pm @george1255 a co podłączyłeś i gdzie? bo to jest coś nowego żeby się C6 tak wykładało , i jak to flashujesz, bezpośrednio z platform.io?
Bo to co tam jest wygenerowane to jest sam program, bez bootloadera i partycji i pewnie przez to nie działa
w katalogu : \GUI-Generic\.pio\build\GUI_Generic_ESP32C6 są wszystkie 3 pliki, bootloader, partycje i program.
