forked from len0rd/rockbox
modernized
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11988 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
9cf76179ce
commit
39d8db2676
1 changed files with 8 additions and 17 deletions
25
docs/README
25
docs/README
|
|
@ -7,18 +7,13 @@
|
||||||
|
|
||||||
Build Your Own Rockbox
|
Build Your Own Rockbox
|
||||||
|
|
||||||
1. Check out 'rockbox' from CVS (or extract a downloaded archive). You
|
1. Check out 'rockbox' from SVN (or extract a downloaded archive).
|
||||||
want to check out 'rockbox-devel' instead if you want the simulator
|
|
||||||
code too (for trying out things on host before making target tests).
|
|
||||||
|
|
||||||
(For more information about the simulator, read UISIMULATOR.)
|
$ svn co svn://svn.rockbox.org/rockbox/trunk rockbox
|
||||||
|
|
||||||
$ cvs -d:pserver:anonymous@www.rockbox.org:/cvsroot/rockbox login
|
|
||||||
$ cvs -z3 -d:pserver:anonymous@www.rockbox.org:/cvsroot/rockbox co rockbox
|
|
||||||
|
|
||||||
or
|
or
|
||||||
|
|
||||||
$ tar xzf rockbox.tar.gz
|
$ tar xjf rockbox.tar.bz2
|
||||||
|
|
||||||
2. Create a build directory, preferably in the same directory as the firmware/
|
2. Create a build directory, preferably in the same directory as the firmware/
|
||||||
and apps/ directories. This is where all generated files will be written.
|
and apps/ directories. This is where all generated files will be written.
|
||||||
|
|
@ -37,8 +32,8 @@ Build Your Own Rockbox
|
||||||
|
|
||||||
5. *ploink*. Now you have got a Makefile generated for you.
|
5. *ploink*. Now you have got a Makefile generated for you.
|
||||||
|
|
||||||
6. Make sure you have sh-elf-gcc and siblings in the PATH. Make sure that you
|
6. Make sure you have sh/arm/m68k-elf-gcc and siblings in the PATH. Make sure
|
||||||
have 'perl' in your PATH too.
|
that you have 'perl' in your PATH too.
|
||||||
|
|
||||||
$ which sh-elf-gcc
|
$ which sh-elf-gcc
|
||||||
$ which perl
|
$ which perl
|
||||||
|
|
@ -47,14 +42,10 @@ Build Your Own Rockbox
|
||||||
directories have been compiled, linked and scrambled for you.
|
directories have been compiled, linked and scrambled for you.
|
||||||
|
|
||||||
$ make
|
$ make
|
||||||
|
$ make zip
|
||||||
|
|
||||||
8. Copy the archos.mod or ajbrec.ajz file to your archos, reboot it and
|
8. unzip the rockbox.zip on your music player, reboot it and
|
||||||
*smile*. Recent Rockbox versions need no reboots, just PLAY a new rockbox
|
*smile*.
|
||||||
version and that'll be loaded and replace the currently running version.
|
|
||||||
|
|
||||||
$ mount /dev/sda1 /mnt/archos
|
|
||||||
$ cp ajbrec.ajz /mnt/archos
|
|
||||||
$ umount /mnt/archos
|
|
||||||
|
|
||||||
Whenever the tools/configure script gets updated, you can make your makefile
|
Whenever the tools/configure script gets updated, you can make your makefile
|
||||||
updated too by running 'tools/configure update'.
|
updated too by running 'tools/configure update'.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue