mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
configs/metro-m4: Update README. I have bricked by board 8(
This commit is contained in:
@@ -36,8 +36,13 @@ STATUS
|
|||||||
2018-08-01: Hardware in hand. Initial attempts to program the board
|
2018-08-01: Hardware in hand. Initial attempts to program the board
|
||||||
using a Segger J-Link connected via SWD were unsuccessful. I believe
|
using a Segger J-Link connected via SWD were unsuccessful. I believe
|
||||||
that the FLASH is locked. See "Unlocking FLASH with J-Link Commander"
|
that the FLASH is locked. See "Unlocking FLASH with J-Link Commander"
|
||||||
below. Unfortunately, this seems to have rendered by board unusable.
|
below. After unlocking the FLASH, I was able to successfully write
|
||||||
Sigh.
|
the NuttX image.
|
||||||
|
|
||||||
|
Unfortunately, the board seems to have become unusable after the first
|
||||||
|
NuttX image was written to FLASH. I am unable to connect the JTAG
|
||||||
|
debugger and so am dead in the water on this unless I get replacement
|
||||||
|
hardware.
|
||||||
|
|
||||||
Unlocking FLASH
|
Unlocking FLASH
|
||||||
===============
|
===============
|
||||||
@@ -107,8 +112,8 @@ Unlocking FLASH
|
|||||||
To unlock the FLASH memory reserved for the bootloader, we need to
|
To unlock the FLASH memory reserved for the bootloader, we need to
|
||||||
change this field to 111 so that:
|
change this field to 111 so that:
|
||||||
|
|
||||||
1111 01|11 11|01 1010 1001 0010 0011 1001 = F7da9239, or
|
11|11 11|10 10|01 1010 1001 0010 0011 1001 = F7da9239, or
|
||||||
00804000 = 39 92 DA F7 80 FF EC AE FF FF FF FF FF FF FF FF
|
00804000 = 39 92 9A FE 80 FF EC AE FF FF FF FF FF FF FF FF
|
||||||
|
|
||||||
is read.
|
is read.
|
||||||
|
|
||||||
|
|||||||
@@ -40,7 +40,7 @@
|
|||||||
MEMORY
|
MEMORY
|
||||||
{
|
{
|
||||||
flash (rx) : ORIGIN = 0x00000000, LENGTH = 512K
|
flash (rx) : ORIGIN = 0x00000000, LENGTH = 512K
|
||||||
sram (rwx) : ORIGIN = 0x20000000, LENGTH = 64K
|
sram (rwx) : ORIGIN = 0x20000000, LENGTH = 192K
|
||||||
}
|
}
|
||||||
|
|
||||||
OUTPUT_ARCH(arm)
|
OUTPUT_ARCH(arm)
|
||||||
|
|||||||
Reference in New Issue
Block a user