mirror of
https://github.com/apache/nuttx.git
synced 2026-08-26 20:00:42 +00:00
boards/arm/rk3506: set Luckfox Lyra AMP NuttX RAM to 32MB
CONFIG_RAM_SIZE 0x02000000 (32MB), RAM_START 0x03f00000. Total NuttX footprint 0x03e00000-0x05f00000 (33MB); the Linux kernel dts amp_reserved node reserves this whole range (no-map). Hard ceiling is 193MB, bounded by the 256MB DDR window mapped in the rk3506 MMU setup. Signed-off-by: likun17 <likun17@xiaomi.com>
This commit is contained in:
parent
d419c7db1d
commit
a14e6451d4
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ CONFIG_LIBM=y
|
|||
CONFIG_NSH_BUILTIN_APPS=y
|
||||
CONFIG_NSH_FILEIOSIZE=512
|
||||
CONFIG_NSH_READLINE=y
|
||||
CONFIG_RAM_SIZE=15728640
|
||||
CONFIG_RAM_SIZE=33554432
|
||||
CONFIG_RAM_START=0x03f00000
|
||||
CONFIG_RAM_VSTART=0x03f00000
|
||||
CONFIG_RAW_BINARY=y
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue