Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 714 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 714 Bytes

Exynos-4412-Bootloader

I wrote these three files start.S init.S boot.c to show how to build a simple bootloader for Samsung Exynos 4412 Quad ARM SoC. The function of these codes is to load the Linux kernel on the chip. However, it is just a toy that helps us understand low-level programming better. So don't expect it to work well. :)

Block Diagram of Booting Timing Operation

image

IROM Booting Sequence

image

Internal Memory Map

image