Uboot flash problem on uncustom P2020RDB-PC

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Uboot flash problem on uncustom P2020RDB-PC

跳至解决方案
865 次查看
huyang
Contributor III

Hi,

 

We got a problem on U-boot flash.

We changed the NOR Flash on P2020RDB-PC from 16MB(S29GL128P) to 64MB(S29GL512P).

And we got problem on uboot flash.

I know how to flash uboot using Codewarrior on custom board with 16MB NOR Flash.

What should we modify in process of uboot flash to 16MB NOR that we can flash uboot to 64MB NOR?

Thanks.

 

Best Regards,

Hu

标签 (1)
0 项奖励
1 解答
553 次查看
addiyi
NXP Employee
NXP Employee

Yes, you should modify the TLB and LAW to configure your new NOR mapping.

Adrian

在原帖中查看解决方案

0 项奖励
3 回复数
553 次查看
addiyi
NXP Employee
NXP Employee

You can map any peripheral (DDR, NOR, NAND, PCI and so on) to any addresses using a different memory range in TLB, LAW and CS (chip select). So, in your case you should modified the initialization file, to address your changes. Also, to program uboot in new NOR, in CodeWarrior Flash Programmer you should add S29GL512P into Flash Devices view.


Adrian

553 次查看
huyang
Contributor III

So I should modify some value in p2020rdb-pc_init_core.tcl  which in P2020rdb project at Codewarrior?

Hu

0 项奖励
554 次查看
addiyi
NXP Employee
NXP Employee

Yes, you should modify the TLB and LAW to configure your new NOR mapping.

Adrian

0 项奖励