Leapster Explorer Root File System

From eLinux.org
Revision as of 11:38, 16 September 2010 by TheMoogle (talk | contribs)
Jump to: navigation, search

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

File Prep

Save the fallowing to your /scripts folder.

  • ( Link to Make_RootFS.sh )
  • ( Link to complete-package-list )

run

chmod 777 Make_RootFS.sh
chmod 777 functions

Download the fallowing and extract to the packages/uclibc folder

  • (link to Missing_uclibc_stuff.rar )
  • 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.