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 Both sides next revision
sansa_fuze [2017/08/01 00:57]
beandog
sansa_fuze [2017/08/01 01:16]
beandog
Line 39: Line 39:
 <​code>​ <​code>​
 sudo ./fsck.fat -r -l -v -t -y /dev/sansa sudo ./fsck.fat -r -l -v -t -y /dev/sansa
 +</​code>​
 +
 +==== Rockbox ====
 +
 +Building RockBox from source isn't too bad ... if you're patient. :)
 +
 +Download 3.14 source code [[http://​download.rockbox.org/​release/​3.14/​rockbox-3.14.7z|here]] and unpack it.
 +
 +cd into ''​tools/'',​ and set proper permissions for executable files:
 +
 +<​code>​
 +chmod +x *.pl *.sh configure genlang
 +</​code>​
 +
 +Run ''​configure'',​ the architecture type is ARM.
 +
 +Make a build dir outside of the tools directory, and run ''​configure''​.
 +
 +<​code>​
 +../​tools/​configure
 </​code>​ </​code>​

Navigation