📚
SurfaceRT Hacking
  • SurfaceRT/RT2 Hacking Notes
  • Development
    • Cross Compiling
    • EFI Signing / Secure Boot
    • Interesting Repo's
    • UEFI
    • UEFI Boot Sequence
    • GRUB2::booting notes
      • Compiling grub2
    • Kernel
      • Kernel DTB's
    • QEMU
    • APX Mode (USB debug)
  • Reference
    • memory mapping
    • ACPI/DSDT Tables
    • Hardware I/O (J14)
Powered by GitBook
On this page

Was this helpful?

  1. Development

Interesting Repo's

LogoGitHub - OE4T/u-boot-tegra: U-Boot for NVIDIA TegraGitHub

Good for reference DTB's etc

LogoGitHub - imbushuo/boot-shim-tegra-3: Boot Shim with a Tegra 3 (Surface RT) specific patchGitHub

Good for patch for SurfaceRT grub to have display. Also setup for VisualC

LogoGitHub - tofurky/tegra30_debrick: fusee-gelee payload, supporting files, and guide for debricking Tegra 3 devices (2012 Nexus 7 and Ouya)GitHub

Fusee Gelee for T30 (SurfaceRT)

LogoGitHub - coherixmatts/grub-2.04: Latest version of Grub - this will allow booting linux efistub kernels on the Surface RT and Surface 2 (i.e. ARMv7 or ARM32) once a full unlock is releasedGitHub

Grub for SurfaceRT and RT2 pre-patched for display output.

LogoGitHub - rhboot/shim: UEFI shim loaderGitHub

PreviousEFI Signing / Secure BootNextUEFI

Last updated 4 years ago

Was this helpful?