AppNote 3201: Booting from NAND with U-Boot on MPC8313E

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

AppNote 3201: Booting from NAND with U-Boot on MPC8313E

1,709 Views
mcMC
Contributor I
Hello,

AppNote 3201 describes the boot process from NAND memory using U-Boot v1.1.6 on an MPC8313E.

It also gives examples on how to compile U-Boot 1.1.6 with NAND boot support.
However, there is _no_ NAND boot support in U-Boot 1.1.6 (neither there is for later versions),
which causes the build process to fail (natually...).

The Code quoted in the App-Note Appendix is not part of the U-Boot source tree, neither for 1.1.6 nor
for later versions. Doing a google search for some characteristic parts of the quoted code does not yield any hits
besides the AppNote itself. Within the AppNote, there is no description on how to include the quoted
code with U-Boot.

So, where can one obtain this special U-Boot version?

Greetings,
 Marc
0 Kudos
1 Reply

536 Views
Domino
Contributor I
You need to patch the u-boot 1.1.6.
Download the Linux BSP iso file (eg. MPC8313E_RDB_K26_20070831-LTIB.iso) and check the subdirectory ./pkgs. You will find there also usefull patches for linux and other packages.

Regards
0 Kudos