Skip to content

Commit

Permalink
Updated fri3d-2024 sdkconfig to fix SPIRAM config (#170)
Browse files Browse the repository at this point in the history
I've disabled the following:

- CONFIG_SPIRAM_FETCH_INSTRUCTIONS
- CONFIG_SPIRAM_RODATA

They were for a feature that was never merged.
  • Loading branch information
ducalex committed Nov 29, 2024
1 parent d689cfc commit 1d19956
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions components/retro-go/targets/fri3d-2024/sdkconfig
Original file line number Diff line number Diff line change
Expand Up @@ -81,19 +81,15 @@ CONFIG_SPIRAM_SPEED_80M=y
CONFIG_SPIRAM_MEMTEST=y
CONFIG_SPIRAM_MALLOC_ALWAYSINTERNAL=32768
CONFIG_SPIRAM_MALLOC_RESERVE_INTERNAL=32768

# These 2 are needed to allow in-place updates that overwrite the currently running app:
CONFIG_SPIRAM_FETCH_INSTRUCTIONS=y
CONFIG_SPIRAM_RODATA=y

CONFIG_SPIRAM_ALLOW_STACK_EXTERNAL_MEMORY=y
CONFIG_SPIRAM_ALLOW_BSS_SEG_EXTERNAL_MEMORY=y

# CONFIG_SPIRAM_ALLOW_STACK_EXTERNAL_MEMORY=y
CONFIG_SPIRAM_MODE_OCT=y
CONFIG_SPIRAM_CLK_IO=30
CONFIG_SPIRAM_CS_IO=26
CONFIG_DEFAULT_PSRAM_CLK_IO=30
CONFIG_DEFAULT_PSRAM_CS_IO=26

# These 2 are needed to allow in-place updates that overwrite the currently running app:
# CONFIG_SPIRAM_FETCH_INSTRUCTIONS=y
# CONFIG_SPIRAM_RODATA=y


#
Expand Down

0 comments on commit 1d19956

Please sign in to comment.