Recent content by Man4

  1. Man4

    Hardware Any one have ninty switch mobo schematics ?

    Yes, Razor83, very good info, as we can see on the recomended schematic application seens to be 0,01 uF, anyway the best and safe way to solve it is that someone measure on other Switch to confirm like Razor83 told. Good luck!.
  2. Man4

    Hardware Any one have ninty switch mobo schematics ?

    Look like they are standard, anyway you can put any that fit on place with the same value even non smd. I think that can be a cap but, could you, please , do some more general picture for undertanding of what part of motherboard we talking about?, I saw the teardown pictures on ifixit and can't...
  3. Man4

    Homebrew RELEASE ReiNX Toolkit

    Nice GUI, i like it!. One detail to correct for next version: On change spash option, warning message is :"Image needs to be 1080 x 720!" , but I think need to be 1280 x 720 :).
  4. Man4

    Hacking Launch Fusee gelee on Shield tv

    So before try anything more, better to now what's going on inside hardware part deeply. I wonder also how similar to Jetson TX1 can be, not only shield, switch also. Ok, i have a lot of things to check, smells good ;-). Thanks!.
  5. Man4

    Hacking Launch Fusee gelee on Shield tv

    No, i think sdk will be very "switch specific", i try to understand the code and adapt to the shield tv. My first goal is to be able to launch a fusee on shield and see some feedback on the screen (hdmi output). I started with fusee because i think is the simplest payload of all (as far as i...
  6. Man4

    Hacking Launch Fusee gelee on Shield tv

    Thank you! I had already started with that document but I have not yet seen a direct relationship between what I read and the initialization code of the hardware found in Fusee or other payloads, for example the relation of that base address: #define DISPLAY_A_BASE 0x54200000 I am aware that...
  7. Man4

    Hacking Launch Fusee gelee on Shield tv

    Hello, After reading a comment from Kate about the validity of the vulnerability found in Tegra X1 shared by several devices: "Yeah, fusee.bin drives to panel and not the HDMI output. You'll need a custom payload for that. :) I think someone's working on a proof-of-concept for it." I was...