View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000872 | EBootC100 | EBoot | public | 2011-12-20 07:38 | 2012-01-18 15:21 |
Reporter | Minas | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | V1.04 | ||||
Target Version | V1.05 | Fixed in Version | V1.05 | ||
Summary | 0000872: Nboot cannot be transmitted over USB | ||||
Description | If 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 | |||||
|
FSBLCheckNBotSig(): Add check for 0xE1000000 (branch: b . ) |
|
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. |
|
Make some changes to fmd to enable write of stepstone for flash with large sector size. |