More actions
romdump | |
---|---|
General | |
Author | rajkosto |
Type | Payload (Binaries) |
Version | 1 |
License | GPL-2.0 |
Last Updated | 2018/05/20 |
Links | |
Download | |
Website | |
Source | |
Support Author | |
A payload that dumps the RAW FUSE, KFUSE and BOOTROM bytes to your microSD/HOST PC via USB/console screen.
Note: The author is not responsible for any issues or damage this causes to your Switch. Use at your own risk.
User guide
Send the romdump.bin to your Switch running in RCM mode via a fusee-launcher (sudo ./fusee-launcher.py romdump.bin or just drag and drop it onto TegraRcmSmash.exe on Windows).
Read the screen for warnings/errors (fuse bytes will also be printed here, however its much better to read them out from the microSD or via USB with TegraRcmSmash.exe -r).
Credits
- Initial code based on https://github.com/Atmosphere-NX/Atmosphere
- Everything except fusee-primary been removed (from Atmosphere).
- All hwinit code has been replaced by the updated versions from https://github.com/nwert/hekate
- Files pinmux.c/h, carveout.c/h, flow.h, sdram.c/h, decomp.h,lz4_wrapper.c,lzma.c,lzmadecode.c,lz4.c.inc are based on https://github.com/fail0verflow/switch-coreboot.git sources
- main.c has been modified to readout fuse/kfuse data, store them to a USB buffer, write them to microSD files (if inserted), and send the USB buffer if the host is listening.
External links
- Author's website - https://switchtools.sshnuke.net/
- GitHub - https://github.com/rajkosto/romdump