mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
Aerofc: Fix and add more information about flash sectors
This commit is contained in:
parent
b020be13f6
commit
9bb77adbec
@ -183,13 +183,13 @@ __EXPORT int nsh_archinitialize(void)
|
||||
|
||||
#if defined(FLASH_BASED_PARAMS)
|
||||
/*
|
||||
* Bootloader:
|
||||
* Bootloader(sector 0):
|
||||
* start: 0x08000000, len: 16K, end: 0x08003E80
|
||||
*
|
||||
* FlashFS:
|
||||
* start: 0x08004000, len: 8K, end: 0x0800C000
|
||||
* FlashFS(sector 1 and 2):
|
||||
* start: 0x08004000, len: 32K, end: 0x0800C000
|
||||
*
|
||||
* Firmware:
|
||||
* Firmware(sector 3 to 11):
|
||||
* start: 0x0800C000, len: 976K, end: 0x080FA480
|
||||
*
|
||||
* First 1MB memory bank complete.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user