Local copy of t124 bootloader(works on the nvidia shield)
Go to file
2024-01-31 16:45:11 +08:00
lib/printf First commit. 2024-01-14 16:20:28 +08:00
loader Feat:MC,EMC:(WIP)Try to init SDRAM 2024-01-31 16:44:10 +08:00
.gitignore refactor:Clean up all code of clocks and registers. 2024-01-21 16:39:28 +08:00
LICENSE License. 2018-03-27 12:04:16 +13:00
Makefile Fix:Update Makefile and README.md 2024-01-31 16:45:11 +08:00
README.md Fix:Update Makefile and README.md 2024-01-31 16:45:11 +08:00

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