Local copy of t124 bootloader(works on the nvidia shield)
Go to file
2024-02-11 15:05:26 +08:00
lib/printf First commit. 2024-01-14 16:20:28 +08:00
loader Fix: Correct the copyright and avoid repeated inclusion of header files. 2024-02-11 14:51:13 +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 feat:SDRAM:bring up for 4GB DDR3L H5TC4G63AFR-RDA 792Mhz! 2024-02-11 14:49:57 +08:00
README.md feat:Update README.md 2024-02-11 15:05:26 +08:00

gardenia

NOTICE: This project is in early development! I am not responsible for any damage to your device, please proceed with caution.

(WIP)This is a custom bootloader for Tegra T124/T132 Soc. A fork of early commit of hekate.

Issues/TODO

T124 UDI TK1 Core board

  • Bring up Display
  • Bring up EMMC

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