Local copy of t124 bootloader(works on the nvidia shield)
lib/printf | ||
loader | ||
.gitignore | ||
LICENSE | ||
Makefile | ||
README.md |
gardenia
(WIP)This is a custom bootloader for Tegra T124/T132 Soc. A fork of early commit of hekate.
Issues/TODO
- Init PMIC (TPS65913)
- Init SDRAM
- Init Display I am studying its process.
Build
Archlinux
sudo pacman -S arm-none-eabi-newlib arm-none-eabi-gcc arm-none-eabi-binutils #Build Toolchain
mkdir build
make
...#Run the payload