Aerofc: Fix and add more information about flash sectors

This commit is contained in:
José Roberto de Souza 2016-11-24 17:55:36 -02:00 committed by Beat Küng
parent b020be13f6
commit 9bb77adbec

View File

@ -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.