Local copy of t124 bootloader(works on the nvidia shield)
Go to file
hydrogenium2020 ce26824ed9 feat:SDRAM:bring up for 4GB DDR3L H5TC4G63AFR-RDA 792Mhz!
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).
2024-02-11 14:49:57 +08:00
lib/printf First commit. 2024-01-14 16:20:28 +08:00
loader feat:SDRAM:bring up for 4GB DDR3L H5TC4G63AFR-RDA 792Mhz! 2024-02-11 14:49:57 +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 Fix:Update Makefile and README.md 2024-01-31 16:45:11 +08:00

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