Make bootmii autoboot to file May 14, 2009 03:20PM | Registered: 15 years ago Posts: 8 |
Re: Make bootmii autoboot to file May 14, 2009 10:06PM | Registered: 15 years ago Posts: 56 |
Re: Make bootmii autoboot to file November 30, 2009 08:24AM | Registered: 14 years ago Posts: 121 |
Re: Make bootmii autoboot to file December 01, 2009 12:30PM | Registered: 14 years ago Posts: 121 |
Re: Make bootmii autoboot to file December 02, 2009 07:34PM | Registered: 15 years ago Posts: 5,075 |
Re: Make bootmii autoboot to file December 03, 2009 01:07PM | Registered: 14 years ago Posts: 121 |
Re: Make bootmii autoboot to file December 04, 2009 10:30PM | Registered: 15 years ago Posts: 5,075 |
Re: Make bootmii autoboot to file January 21, 2010 12:31AM | Registered: 15 years ago Posts: 234 |
Re: Make bootmii autoboot to file January 21, 2010 11:21AM | Registered: 15 years ago Posts: 379 |
Indeed, that would be the way to go. Kinda surprised nobody has released an app that can do that yet.Quote
giantpune
i would go with an entirely different approach. rather than messing with the HBC or any wads, you can just rename the ppcboot file in the bootmii folder and put a new one there. just grab the ppcskel, which is essentially a "hello world" example for apps to talk to mini instead of IOS.
you can already use this code to start any channel which is installed on the wii. so install your homebrew as a channel on the wii and use the code there to boot it.
While I know there is code to load a DOL file, I don't know how you would load an IOS?Quote
you can also make it run dols from the SD card. just put some dol loading code into this pppcskel and youre set. it will produce a ppcboot.elf and you put that file into your bootmii folder on your sd card and when you start bootmii, it will start mini, and mini will start your ppcboot.elf and that will load a IOS and your final dol. and you don't need to try to mess with HBC or install anything to your nand
Re: Make bootmii autoboot to file January 21, 2010 11:40PM | Registered: 15 years ago Posts: 5,075 |
Quote
DaidIndeed, that would be the way to go. Kinda surprised nobody has released an app that can do that yet.Quote
giantpune
i would go with an entirely different approach. rather than messing with the HBC or any wads, you can just rename the ppcboot file in the bootmii folder and put a new one there. just grab the ppcskel, which is essentially a "hello world" example for apps to talk to mini instead of IOS.
you can already use this code to start any channel which is installed on the wii. so install your homebrew as a channel on the wii and use the code there to boot it.
Re: Make bootmii autoboot to file January 25, 2010 08:17PM | Registered: 15 years ago Posts: 379 |
Re: Make bootmii autoboot to file January 25, 2010 11:14PM | Registered: 15 years ago Posts: 5,075 |
Re: Make bootmii autoboot to file January 27, 2010 10:50AM | Registered: 15 years ago Posts: 379 |
Re: Make bootmii autoboot to file January 28, 2010 06:44PM | Registered: 15 years ago Posts: 5,075 |
Re: Make bootmii autoboot to file January 29, 2010 10:26AM | Registered: 15 years ago Posts: 379 |
Re: Make bootmii autoboot to file January 30, 2010 09:17AM | Registered: 14 years ago Posts: 121 |
Re: Make bootmii autoboot to file January 30, 2010 05:52PM | Registered: 15 years ago Posts: 379 |
Re: Make bootmii autoboot to file January 31, 2010 12:38AM | Registered: 14 years ago Posts: 121 |
Re: Make bootmii autoboot to file January 31, 2010 06:39PM | Registered: 15 years ago Posts: 379 |
-rw-r--r-- 1 daid daid 50134 2010-01-25 18:45 armboot.bin -rw-r--r-- 1 daid daid 412 2010-01-25 18:49 bootmii.ini -rwxr-xr-x 1 daid daid 47481 2010-01-25 18:45 ppcboot.elf
Re: Make bootmii autoboot to file February 02, 2010 01:48AM | Registered: 14 years ago Posts: 121 |