Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # How to use Rockbox on an SD card from Slug's openwrt on the jffs.
- #
- # 0. Get openwrt on your jffs (the latest flashstock is good for that).
- # 1. Unzip rockbox-wrt-r3.9.1.tgz onto your SD card.
- # 2. Unzip rocks-wrt-r3.9.1.tgz onto your SD card (plugins are fun).
- # 3. Put this script file somewhere on the SD card.
- # 3. Put some music files on the SD card.
- # 4. Boot the zipit from the openwrt on the jffs.
- # 5. Insert the SD card.
- # 6. Open the Bash prompt.
- # 7. Run this script.
- # 8. Exit the Bash prompt.
- # 9. Run the Rockbox icon on the gmenu2x applications screen. Enjoy.
- cd /usr/local/bin
- ln -s /mnt/mmcblk0p1/usr/local/bin/rockbox rockbox
- ln -s /mnt/mmcblk0p1/usr/local/bin/rockbox.bin rockbox.bin
- mkdir -p /usr/local/lib
- cd /usr/local/lib
- ln -s /mnt/mmcblk0p1/usr/local/lib/rockbox rockbox
- mkdir -p /usr/local/share
- cd /usr/local/share
- ln -s /mnt/mmcblk0p1/usr/local/share/rockbox rockbox
- cd ~/.config
- cp -R /mnt/mmcblk0p1/root/.config/rockbox.org .
- cd /usr/share/gmenu2x/sections/applications/rockbox
- cp /mnt/mmcblk0p1/usr/share/gmenu2x/sections/applications/rockbox .
- cd /usr/share/gmenu2x/skins/Default/icons
- cp /mnt/mmcblk0p1/usr/share/gmenu2x/skins/Default/icons/rockbox.png .
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement