dev(): Увеличен размер буфера прошивки

This commit is contained in:
algin 2024-07-02 14:05:58 +03:00
parent 03c81dc004
commit cb1c461102
2 changed files with 2 additions and 2 deletions

View File

@ -70,5 +70,5 @@ MEMORY
MSRAM_0 : ORIGIN = 0x70000100 , LENGTH = 0x70000 - 0x100
MSRAM_1 : ORIGIN = 0x70070000 , LENGTH = 0x10000
MSRAM_2 : ORIGIN = 0x70160000 , LENGTH = 0x80000
DDR : ORIGIN = 0x808A0000 , LENGTH = 0x150000
DDR : ORIGIN = 0x808A0000 , LENGTH = 0x300000
}

View File

@ -44,7 +44,7 @@
#define BOOTLOADER_SD_APPIMAGE_FILENAME ("/sd0/app")
#define BOOTLOADER_APPIMAGE_MAX_FILE_SIZE (0x150000) /* Size of section MSRAM_2 specified in linker.cmd */
#define BOOTLOADER_APPIMAGE_MAX_FILE_SIZE (0x300000) /* Size of section MSRAM_2 specified in linker.cmd */
uint8_t gAppImageBuf[BOOTLOADER_APPIMAGE_MAX_FILE_SIZE] __attribute__((aligned(128), section(".bss.filebuf")));
/* call this API to stop the booting process and spin, do that you can connect