Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tegra114 support #5

Open
jonasschwoebel opened this issue Oct 26, 2021 · 0 comments
Open

Tegra114 support #5

jonasschwoebel opened this issue Oct 26, 2021 · 0 comments

Comments

@jonasschwoebel
Copy link

Hi,
I am trying to port Fusee Gelee to Tegra114 (T40).
So far i had no success.

How did you port the other devices? Any tips? Will a bootrom dump from Dalmore dev tablet help?
I think i understand the basic concept of the exploit but i think i miss something
As far as i understand i need to know the following things:

  • RCM_PAYLOAD_ADDR: should be 0x4000E000
  • RCM_HEADER_SIZE: should be RCM_V35_HEADER_SIZE = 628
  • COPY_BUFFER_ADDRESSES: Here is only the upper DMA address important/interesting. (My guess: 0x40008000)
  • The stack spray range: could effectively use the whole payload between intermezzo and user_payload?
  • stack spay: should be RCM_PAYLOAD_ADDR, right?

I hope you can remember how you ported FG to T20/30/...

Thanks in advance :)

p.s. i have a payload which should put some chars to uart. It was adapted from a T30 payload and was proven to work as UEFI payload.
I think the payload isn't the problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant