]> git.sesse.net Git - pistorm/blob - README.md
Update README.md
[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   **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
12   outwards. Double check that all is properly in place and no pins are bend.
13 * 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
14 * 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
15
16
17 * 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
18   with the login prompt
19 * Log in as user : pi , password : raspberry (The keyboard is set to US Layout on first boot!)
20 * run : sudo raspi-config
21 * Setup your preferences like keyboard layout,language etc.
22 * Setup your Wifi credentials
23 * Enable SSH at boot time
24 * Exit raspi-config 
25   
26   You can now reach the pistorm over SSH , look into you router webpage to find the IP of the pistorm or run : ifconfig 
27
28 run : sudo apt-get install git
29 run : cd pistorm
30 run : make
31
32 to start the pistorm emulator 
33
34 run : ./run.sh 
35
36 to exit emulation
37 ctrl+c
38
39 If you want to use the minimal hdd image you need to unpack it :
40 run : tar xvfz hd0.tar.gz 
41
42 **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 :) 
43
44
45
46