This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

BootROM for A78

Hi,

I am planning to boot ARM A-78 core with Linux.
I have gone through some documents and ended up with below understanding of cortex ARM-A78's boot process:

ARM A-78 Core Reset => BootROM => 1st stage BootLoader => 2nd stage BootLoader => Kernel Image

Is my understanding correct or I have missed something ?

If this is the case, can any one help me for BootROM code ?
Like,

- from where to get the source code of BootROM ?
- How to develop one by our self ?

If this isn't the case, please help me understand it better.

Thanks You,
Maunik Patel

Parents
  • I am not using any SoC or Chip.
    There is a DDR RAM with ARM A78 core and a interconnect between them.
    No other peripherals are attached with the core, for now.

    I will store the boot Code in this DDR RAM, for now, and wish that ARM A78 will execute that code.

    I am not clear exactly, what should be there in the boot code.
    I need some example boot code or some help to develop one.

    If I am not clear, please feel free to inform me.
    I will be happy to explain.

Reply
  • I am not using any SoC or Chip.
    There is a DDR RAM with ARM A78 core and a interconnect between them.
    No other peripherals are attached with the core, for now.

    I will store the boot Code in this DDR RAM, for now, and wish that ARM A78 will execute that code.

    I am not clear exactly, what should be there in the boot code.
    I need some example boot code or some help to develop one.

    If I am not clear, please feel free to inform me.
    I will be happy to explain.

Children