-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0fa999b
commit c88be83
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# linux-dev | ||
Linux development environment for the Playstation2 | ||
|
||
This environment will download and build: | ||
- kernelloader, needed to load a linux kernel on the ps2 | ||
- buildroot, used as the default root filesystem | ||
- binutils, needed to build linux | ||
- gcc, needed to build linux | ||
- linux, the kernel itself | ||
- firmware, these are modules running on the IOP | ||
|
||
Required before installation: | ||
- working ps2dev / ps2sdk environment | ||
- git | ||
|
||
To get started type: | ||
- ./build-all.sh | ||
|
||
Then to create a live USB stick type: | ||
- cd usb-stick | ||
- sudo ./create --device=/dev/sdX (be carefull, this will format the selected drive) |