Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rickgaiser authored Feb 23, 2017
1 parent 0fa999b commit c88be83
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
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)

0 comments on commit c88be83

Please sign in to comment.