Convert payload to TX boot.dat Switch: Difference between revisions
From GameBrew
More actions
No edit summary |
No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 15: | Line 15: | ||
Converts any payload for fusee to an sx os boot.dat. | Converts any payload for fusee to an sx os boot.dat. | ||
This is a reimplementation of CTCaer's [https://gist.github.com/CTCaer/13c02c05daec9e674ba00ce5ac35f5be | This is a reimplementation of CTCaer's [https://gist.github.com/CTCaer/13c02c05daec9e674ba00ce5ac35f5be Python script] to convert payloads to boot them with the SX-Gear or SX-Pro. The output is a "boot.dat" file which can be booted directly from those devices. | ||
This is a web based spring-boot app so in order to get it working a simple mvn clean package and mvn boot:run should do the trick. | This is a web based spring-boot app so in order to get it working a simple mvn clean package and mvn boot:run should do the trick. | ||
It was tested successfully with hekate. | |||
== External links == | == External links == | ||
Latest revision as of 08:16, 13 June 2023
| java-sx-boot-dat-creator-webui | |
|---|---|
| General | |
| Author | choss |
| Type | PC Utilities |
| Version | 2021 |
| License | GPL-3.0 |
| Last Updated | 2021/07/13 |
| Links | |
| Download | |
| Website | |
| Source | |
Converts any payload for fusee to an sx os boot.dat.
This is a reimplementation of CTCaer's Python script to convert payloads to boot them with the SX-Gear or SX-Pro. The output is a "boot.dat" file which can be booted directly from those devices.
This is a web based spring-boot app so in order to get it working a simple mvn clean package and mvn boot:run should do the trick.
It was tested successfully with hekate.