View Issue Details

IDProjectCategoryView StatusLast Update
0000872EBootC100EBootpublic2012-01-18 15:21
ReporterMinas Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product VersionV1.04 
Target VersionV1.05Fixed in VersionV1.05 
Summary0000872: Nboot cannot be transmitted over USB
DescriptionIf there is a nboot selected in the nbi file, the Update of the nboot backfires whith the following messages:

3 files tranfered
WriteBootloader: Erase ...
 Done
WriteBootloader: Write ...
Success
Invalid NBoot signature (0x00008000) - Update aborted!

ERROR: Flash write failed
HALT Reason=0xFFFFFFF4
ERROR: FlashWrite failed
ERROR !!!!
Disable AUTO BOOT
Reboot system and correct bootloader settings
SpinForever...
Steps To Reproduce- Take a PM7 with the current nboot and eboot (nbootc100_12, ebootc100_104)
- Take a nbi file in wich a nboot is selected
- Start the download out of the eboot with "du"
- After download finished the PM7 would now stop programming
Forum Link

Activities

froelich

2012-01-16 13:03

administrator   ~0000578

Last edited: 2012-01-16 13:03

FSBLCheckNBotSig():
Add check for 0xE1000000 (branch: b . )

froelich

2012-01-16 13:13

administrator   ~0000579

FSBLWriteStepStone():
Don't check NBOOT in this function. Call FSBLCheckNBotSig() in platform specific code because reset vectors doesn't start at 0 fro C11 or V210.

froelich

2012-01-17 09:09

administrator   ~0000587

Make some changes to fmd to enable write of stepstone for flash with large sector size.