What is the difference between a Bootrom vs bootloader on ARM systems
Here’s how I understand the terms. Bootrom Bootrom (or Boot ROM) is a small piece of mask ROM or write-protected flash embedded inside the processor chip. It contains the very first code which is executed by the processor on power-on or reset. Depending on the configuration of some strap pins or internal fuses it may … Read more