P4080 Nor Flash Read/Write Routines In Uboot

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

P4080 Nor Flash Read/Write Routines In Uboot

794 Views
yyurtcan
Contributor III

Hi,

I have been working on u-boot for p4080ds board. Where can I find Nor Flash Read/Write routine in u-boot?

Best regards.

0 Kudos
3 Replies

646 Views
ufedor
NXP Employee
NXP Employee

Please refer to the  u-boot/include/mtd/cfi_flash.h

646 Views
yyurtcan
Contributor III

 I have seen read,write other needed routines in u-boot/include/mtd/cfi_flash.h.  I want to also know how chip select 0-7 are drived. In default, chip select 0 is changed during read/write from nor flash. I want to also drive chip select 1 which is always high. How to make it low? What would you suggest for that?

Best regards. 

0 Kudos

646 Views
yyurtcan
Contributor III

How to assert/negate LCS_B[n] where n can be 0-7? It is observed that only LCS_B[0] is asserted and negated. In addition, I want to also assert/negate LCS_B[1] signal. How can I do that?

Best Regards.

0 Kudos