Leapster Explorer Root File System

From eLinux.org
Revision as of 11:29, 16 September 2010 by TheMoogle (talk | contribs) (Created page with "== <span style="color:red"> This is a work in progress. Fallow at your own risk!</span> == == File Prep == Save the fallowing to your /scripts folder. *File:Make_RootFS.sh *...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This is a work in progress. Fallow at your own risk!

File Prep

Save the fallowing to your /scripts folder.

run

chmod 777 Make_RootFS.sh
chmod 777 functions

Download the fallowing and extract to the packages/uclibc folder

  • Copy host_tools from the didj kernel sources and put it in the your project folder
  • Make the folders in your build environment /target/tftp

Notes

complete-package-list -anything with a # next to it won't be installed

There is stuff missing in /bin that needs addressing

To attempt a build run

sudo ./Make_RootFS.sh

This will compile your kernel using the .config file you have set up.