[Q]CW NAND burning w/ u-boot-nand at MPC8313ERDB REVA4

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

[Q]CW NAND burning w/ u-boot-nand at MPC8313ERDB REVA4

1,761 Views
netdiver
Contributor I
Hi All.
 
I got trouble in writing u-boot-nand at NAND flash w/ CW.
 
My environment is as follows:
- B'D : MPC8313E-RDB Rev A4
- CW : CodeWarrior Development Studio for Power Architecture Processors V8.8(Version 5.9.0 Build 2412)
            PA V8.8.1 patch
            PA V8.8.2 service pack
- Flash Programmer setting: used configuration file as below :
  ..\CodeWarrior PA V8.8\bin\Plugins\Support\Flash_Programmer\EPPC\83xx\8313RDB_NAND_FLASH.xml
 
 
NAND burning w/ u-boot(nor) was successful, and I managed to boot kernel at NAND.
But when we are to use CW to burn NAND, it failed.
Actually erasing, blank checking, and burning reported success, but verification failed.
Error Message : 10 data mismatches occur.
 
I saw previous msg thread somebody posted at this board.
He said that CW patch will work, but my result was in fail.
 
Would you advise me?
 
Thx.
VBR/ed
Labels (1)
0 Kudos
1 Reply

341 Views
netdiver
Contributor I
Self Reply for Others :
I succeeded in fusing NAND by changing default settings.
 
By loading 8313RDB_NAND_FLASH.xml, options are set.
But it does not work.
 
You should deselect Restrict Address Range option in Program/Verify tab.
And "Apply Address Offset" option should be enabled w/ 0xF8000000.
Then you can make it.
 
This is weird.
According to CW manual, offset means additional increasement in addition to base address.
So it should be 0x0, logically.
 
Is there anyone who can explain this situation?
0 Kudos