Local copy of t124 bootloader(works on the nvidia shield)
ce26824ed9
Here is the detail: 1. It has 2Ranks and 8bit*8. 2. There are some differences between H5TC4G63AFR-RDA and H5TC4G63AFR-PBA, and the parameters are not universal. If mixed use, it may lead to unstable data in memory writing (for example, data loss during writing). |
||
---|---|---|
lib/printf | ||
loader | ||
.gitignore | ||
LICENSE | ||
Makefile | ||
README.md |
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