Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
tools:nintendont [2015/05/29 20:21]
darron
tools:nintendont [2015/05/30 09:02]
darron [Steering wheel support]
Line 1: Line 1:
-Install devkitPro for ARM and PPC +==== Nintendon't for Wii ====
-=================================+
  
 +This is the process to build Nintendon't for the Wii.
 +
 +With a custom version we may patch the source to support USB controllers
 +such as the Microsoft Side Winder Precision Racing Wheel which cannot operate
 +otherwise.
 +=== Install devkitPro ===
 <code> <code>
 cd $HOME cd $HOME
Line 10: Line 15:
 perl devkitARMupdate.pl perl devkitARMupdate.pl
 perl devkitPPCupdate.pl perl devkitPPCupdate.pl
 +</code>
  
-setenv DEVKITPRO /home/xxx/devkitPro +=== Configure environment === 
-setenv DEVKITPPC /home/xxx/devkitPro/devkitPPC +<code> 
-setenv DEVKITARM /home/xxx/devkitPro/devkitARM+setenv DEVKITPRO $HOME/devkitPro 
 +setenv DEVKITPPC $HOME/devkitPro/devkitPPC 
 +setenv DEVKITARM $HOME/devkitPro/devkitARM
  
 </code> </code>
 +
 +=== Test build Nintendon't ===
 +<code>
 +git clone https://github.com/FIX94/Nintendont.git
 +cd Nintendont
 +sh Build.sh
 +</code>
 +
 +=== Racing wheel support ===
 +
 +Fetch the patch for the Microsoft USB wheel.
 +<code>
 +hg clone http://hg.kewl.org/pub/Nintendoes/
 +</code>
 +
 +Apply the patch and rebuild Nintendon't.
 +
 +Copy boot.dol and the .ini configuration file to the target device.