This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM335x Booting Sequence

Hi,

I am using AM335x based BeagleBone Black board. I want to know what are the steps involved in booting sequence right from the RESET/Power ON till it loads the kernel.

As per my understanding, the following sequence is followed:

The boot process begins at Power On Reset (POR) where the hardware reset logic forces the ARM core to begin execution starting from the on-chip Boot ROM.

The Boot ROM code uses the given boot select options as well as the state of various FUSE/straps and GPIO settings to determine the boot flow behavior of the SOC.

After determining the booting media,

1. What's the next step ?

2. How does Boot ROM code read and initialize the DDR settings ?

3. How do we reach the target board or customized board u-boot ?