Uboot flash problem on uncustom P2020RDB-PC

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Uboot flash problem on uncustom P2020RDB-PC

ソリューションへジャンプ
1,128件の閲覧回数
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 解決策
816件の閲覧回数
addiyi
NXP Employee
NXP Employee

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

Adrian

元の投稿で解決策を見る

0 件の賞賛
返信
3 返答(返信)
816件の閲覧回数
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

816件の閲覧回数
huyang
Contributor III

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

Hu

0 件の賞賛
返信
817件の閲覧回数
addiyi
NXP Employee
NXP Employee

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

Adrian

0 件の賞賛
返信