dev(): Увеличен размер буфера прошивки
This commit is contained in:
parent
03c81dc004
commit
cb1c461102
@ -70,5 +70,5 @@ MEMORY
|
|||||||
MSRAM_0 : ORIGIN = 0x70000100 , LENGTH = 0x70000 - 0x100
|
MSRAM_0 : ORIGIN = 0x70000100 , LENGTH = 0x70000 - 0x100
|
||||||
MSRAM_1 : ORIGIN = 0x70070000 , LENGTH = 0x10000
|
MSRAM_1 : ORIGIN = 0x70070000 , LENGTH = 0x10000
|
||||||
MSRAM_2 : ORIGIN = 0x70160000 , LENGTH = 0x80000
|
MSRAM_2 : ORIGIN = 0x70160000 , LENGTH = 0x80000
|
||||||
DDR : ORIGIN = 0x808A0000 , LENGTH = 0x150000
|
DDR : ORIGIN = 0x808A0000 , LENGTH = 0x300000
|
||||||
}
|
}
|
||||||
|
|||||||
@ -44,7 +44,7 @@
|
|||||||
|
|
||||||
#define BOOTLOADER_SD_APPIMAGE_FILENAME ("/sd0/app")
|
#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")));
|
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
|
/* call this API to stop the booting process and spin, do that you can connect
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user