Firmware: adjust to reduced bootloader size
This commit is contained in:
parent
e880fac0ba
commit
c97278c3d6
@ -6,7 +6,7 @@
|
|||||||
#flash info 0
|
#flash info 0
|
||||||
|
|
||||||
reset init
|
reset init
|
||||||
flash write_image erase unlock obj/firmware.img 12288
|
flash write_image erase unlock obj/firmware.img 8192
|
||||||
reset run
|
reset run
|
||||||
shutdown
|
shutdown
|
||||||
|
|
||||||
|
|||||||
@ -10,7 +10,7 @@ ENTRY(_start)
|
|||||||
|
|
||||||
MEMORY
|
MEMORY
|
||||||
{
|
{
|
||||||
flash (rx) : ORIGIN = 0x00003100, LENGTH = 0x1cf00 /* leave room for bootldr + metadata */
|
flash (rx) : ORIGIN = 0x00002100, LENGTH = 0x1df00 /* leave room for bootldr + metadata */
|
||||||
ram (rwx) : ORIGIN = 0x10000000, LENGTH = 0x04000
|
ram (rwx) : ORIGIN = 0x10000000, LENGTH = 0x04000
|
||||||
ahbram (rwx) : ORIGIN = 0x2007C000, LENGTH = 0x04000
|
ahbram (rwx) : ORIGIN = 0x2007C000, LENGTH = 0x04000
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user