Difference between revisions of "Leapster Explorer Root File System"
From eLinux.org
| Line 3: | Line 3: | ||
== File Prep == | == File Prep == | ||
Save the fallowing to your /scripts folder. | Save the fallowing to your /scripts folder. | ||
| − | * | + | *( Link to Make_RootFS.sh ) |
| − | * | + | *( Link to complete-package-list ) |
run | run | ||
chmod 777 Make_RootFS.sh | chmod 777 Make_RootFS.sh | ||
| Line 10: | Line 10: | ||
Download the fallowing and extract to the packages/uclibc folder | 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 | *Copy host_tools from the didj kernel sources and put it in the your project folder | ||
Revision as of 18:38, 16 September 2010
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.