2024-01-14 08:20:28 +00:00
|
|
|
# gardenia
|
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
|
|
|
|
- Init PMIC (TPS65913)
|
|
|
|
- Init SDRAM
|
|
|
|
- Init Display
|
|
|
|
I am studying its process.
|
2024-01-14 08:20:28 +00:00
|
|
|
|
|
|
|
## Build
|
|
|
|
### **Archlinux**
|
|
|
|
```shell
|
|
|
|
sudo pacman -S arm-none-eabi-newlib arm-none-eabi-gcc arm-none-eabi-binutils #Build Toolchain
|
|
|
|
mkdir build
|
|
|
|
make
|
|
|
|
...#Run the payload
|
|
|
|
```
|