Does Boot ROM have a NAND driver?

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

Does Boot ROM have a NAND driver?

853 Views
positron
Contributor I

Is the internal Boot ROM has functionality to write to the NAND?

Is the Boot ROM code opensourced, like AT91BootStrap from ATMEL?

0 Kudos
4 Replies

701 Views
positron
Contributor I
0 Kudos

701 Views
positron
Contributor I

Any links for OBDS? BTW, what it is?

Karl Lu said:

Boot ROM just reads from NAND flash but doesn't write to. If you are looking for simple code for NAND read/write, OBDS is a good reference.

0 Kudos

701 Views
KarlLu
Contributor I

Boot ROM just reads from NAND flash but doesn't write to. If you are looking for simple code for NAND read/write, OBDS is a good reference.

0 Kudos

701 Views
VladanJovanovic
NXP Employee
NXP Employee

Not sure if it has that functionality as such, but it's main point is to read bootloader/bootstream (depending on device you have in mind) from boot device.

Code is not open-sourced, but behavior is documented in reference manual.

0 Kudos