Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What are the steps to boot from NAND?

boot NAND steps
0
Posted

What are the steps to boot from NAND?

0

The NAND boot (or any other boot) is a multiple step process. Usually, a ROM Boot Loader (RBL) will load the user application which could be a User BootLoader (UBL) or any other user application. For applications using Linux, the following steps are usually followed: • The ROM Bootloader (RBL) copies the User BootLoader (UBL) from the NAND flash to Internal RAM (IRAM). • The UBL starts running and configures the DDR. It then copies u-boot from the flash to the DDR. • u-boot starts running and copies the kernel from the flash to DDR. The kernel then starts running. Users can choose to modify the above steps to suit their needs.

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123