Skip to content

Instantly share code, notes, and snippets.

@lifehackerhansol
Last active August 26, 2023 07:53
Show Gist options
  • Save lifehackerhansol/187f36abc7c83a516ed7db2378887877 to your computer and use it in GitHub Desktop.
Save lifehackerhansol/187f36abc7c83a516ed7db2378887877 to your computer and use it in GitHub Desktop.
R4iTT kernel notes

R4iTT is a known flashcart with dozens of clones out there.

Here I try to write notes about the particular kernel it runs:

  • The version number of kernels are identical across the board. i.e. if r4isdhc.hk has 1.70, then r4i3d.com 1.70 is identical, and so on
    • This isn't the case for the r4igold.cc however, which seems to use its own version scheme, while the actual files are similar to the other kernels
  • mixinfo.dat seems to be bogus on Wood-only kernels; they were only really used on the RTS kernels (which kinda sucks).
    • TODO: test kernel without mixinfo.dat present
    • However, infolib.dat based kernels do exist (from which version is unknown), and those do actually use infolib. This is easier to maintain by external users
    • BL2CK kernel is an updated version of the last infolib-based kernel. Last known version: 1.52
  • Each kernel for different vendor has a different boot hash
    • is it adding some sort of check to see if the cart is the kernel it's for?
  • akloader is encrypted in the mixinfo-based loaders.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment