Skip to content

Commit

Permalink
boards: hardkernel: odroid_go: fix PSRAM size
Browse files Browse the repository at this point in the history
Booting the hello world sample fails with an error on the odroid go:

  I (124) quad_psram: This chip is ESP32-D0WD
  I (124) esp_psram: Found 4MB PSRAM device
  I (124) esp_psram: Speed: 40MHz
  I (125) esp_psram: PSRAM initialized, cache is in normal (1-core) mode.
  SPIRAM size is less than configured size, aborting.
  abort()

The device features only 32 Mbit PSRAM (4 MiB), see

  dts/xtensa/espressif/esp32/esp32_wrover_e_n16r4.dtsi

included from

  boards/hardkernel/odroid_go/odroid_go_procpu.dts

Signed-off-by: Gero Schwäricke <gero.schwaericke@posteo.de>
(cherry picked from commit db1adf4)
  • Loading branch information
gschwaer authored and github-actions[bot] committed Aug 1, 2024
1 parent 36940db commit 10c07c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boards/hardkernel/odroid_go/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ config ESP_SPIRAM
default y if !MCUBOOT

choice SPIRAM_TYPE
default SPIRAM_TYPE_ESPPSRAM64
default SPIRAM_TYPE_ESPPSRAM32
endchoice

config HEAP_MEM_POOL_ADD_SIZE_BOARD
Expand Down

0 comments on commit 10c07c8

Please sign in to comment.