Differences

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

Link to this comparison view

Next revision
Previous revision
tools:nintendont [2015/05/29 20:21]
darron created
tools:nintendont [2021/09/11 10:07] (current)
darron
Line 1: Line 1:
-Install devkitPro for ARM and PPC +==== Nintendont for Wii ====
-=================================+
  
 +This is the process to build Nintendont 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>
 cd $HOME cd $HOME
 mkdir devkitPro mkdir devkitPro
Line 9: Line 16:
 perl devkitARMupdate.pl perl devkitARMupdate.pl
 perl devkitPPCupdate.pl perl devkitPPCupdate.pl
 +</code>
 +
 +=== Configure environment ===
 +<code>
 +setenv DEVKITPRO $HOME/devkitPro
 +setenv DEVKITPPC $HOME/devkitPro/devkitPPC
 +setenv DEVKITARM $HOME/devkitPro/devkitARM
 +
 +</code>
 +
 +=== Test build Nintendont ===
 +<code>
 +git clone https://github.com/FIX94/Nintendont.git
 +cd Nintendont
 +sh Build.sh
 +</code>
 +
 +=== Racing wheel support ===
  
-setenv DEVKITPRO /home/xxx/devkitPro +Fetch the patch for the Microsoft USB wheel. 
-setenv DEVKITPPC /home/xxx/devkitPro/devkitPPC +<code> 
-setenv DEVKITARM /home/xxx/devkitPro/devkitARM+hg clone http://hg.kewl.org/pub/Nintendoes
 +</code>
  
 +Apply the patch and rebuild Nintendont.
  
 +Copy boot.dol and the .ini configuration file to the target device.