Local copy of t124 bootloader(works on the nvidia shield)
Go to file
2024-05-17 14:59:52 +02: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 added ndk for building 2024-05-17 14:59:52 +02:00
README.md added ndk for building 2024-05-17 14:59:52 +02: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

mkdir -p build
export ANDROID_NDK_ROOT=$TOOLCHAINENV/android-ndk-r21_Linux
make