]> git.sesse.net Git - pistorm/blob - README.md
Merge pull request #1 from flype44/patch-1
[pistorm] / README.md
1 # pistorm
2
3 Simple quickstart
4
5
6
7 * Download Raspberry OS from https://www.raspberrypi.org/software/operating-systems/ , the Lite version is sufficent
8 * Write the Image to a SD Card (8GB sized is plenty, for larger HDD Images pick a bigger one)
9 * Install the pistorm adapter inplace of the orignal CPU into the Amiga500. Make sure the pistorm sits flush and correct in the Amiga.
10   The correct orientation on the pistorm is the USB port facing towards you and the HDMI port is facing to the right
11
12   If the pistorm should not stay in place properly (jumping out of the CPU socket) then bend the pins of the pistorm very very very slightly
13   outwards. Double check that all is properly in place and no pins are bend.
14
15 * Connect a HDMI Display and a USB Keyboard to the pistorm. Using a USB Hub is possible, connect the Amiga to the PSU and PAL Monitor
16 * Insert the SD into the Raspberry, Power on the Amiga now. You should see a Rainbow colored screen on the HDMI Monitor and the pistrom booting
17
18
19 * As soon as the boot process is finished (on the first run it reboots automatically after resizing the filesystems to your SD) you should be greeted
20   with the login prompt
21 * Log in as user : pi , password : raspberry (The keyboard is set to US Layout on first boot!)
22 * run : `sudo raspi-config`
23 * Setup your preferences like keyboard layout,language etc.
24 * Setup your Wifi credentials
25 * Enable SSH at boot time
26 * Exit raspi-config 
27   
28   You can now reach the pistorm over SSH , look into you router webpage to find the IP of the pistorm or run : ifconfig 
29
30 * run : `sudo apt-get install git`
31
32 * run : `git clone https://github.com/captain-amygdala/pistorm.git`
33
34 * run : `cd pistorm`
35
36 * run : `make`
37
38
39 to start the pistorm emulator 
40
41 run : `./run.sh`
42
43 to exit emulation
44 `ctrl+c`
45
46 If you want to use the minimal hdd image you need to unpack it :
47 run : `tar xvfz hd0.tar.gz`
48
49 **Currently the emulation is a bit buggy on IDE Interrupts, so it takes ages to boot from the emulated HDD. This will be fixed soon :) 
50
51
52
53