gardenia/README.md

21 lines
483 B
Markdown
Raw Normal View History

2024-01-14 08:20:28 +00:00
# gardenia
2024-02-11 07:05:26 +00:00
**NOTICE: This project is in early development! I am not responsible for any damage to your device, please proceed with caution.**
2018-05-01 05:15:48 +00:00
2024-01-14 08:20:28 +00:00
(WIP)This is a custom bootloader for Tegra T124/T132 Soc.
A fork of early commit of [hekate](https://github.com/CTCaer/hekate/).
2018-05-01 05:15:48 +00:00
2024-01-31 08:45:11 +00:00
# Issues/TODO
2024-02-11 07:05:26 +00:00
#### T124 UDI TK1 Core board
- Bring up Display
- Bring up EMMC
2024-01-31 08:45:11 +00:00
I am studying its process.
2024-01-14 08:20:28 +00:00
## Build
2024-05-17 12:59:52 +00:00
2024-01-14 08:20:28 +00:00
```shell
2024-05-17 12:59:52 +00:00
mkdir -p build
export ANDROID_NDK_ROOT=$TOOLCHAINENV/android-ndk-r21_Linux
2024-01-14 08:20:28 +00:00
make
```