forked from Apple-2-HW/Apple2-IO-RPi
Compare commits
4 Commits
main
...
error-hand
Author | SHA1 | Date | |
---|---|---|---|
|
9baf64fc23 | ||
|
fccb85d6fc | ||
|
a88202ee5e | ||
|
387e4b95f0 |
Binary file not shown.
@ -5,15 +5,15 @@ wget https://golang.org/dl/go1.17.3.linux-armv6l.tar.gz
|
||||
sudo tar -C /usr/local -xzf go1.17.3.linux-armv6l.tar.gz
|
||||
sudo ln -s /usr/local/go/bin/go /usr/bin/go
|
||||
git clone https://github.com/tjboldt/ProDOS-Utilities.git
|
||||
cd ProDOS-Utilities || exit
|
||||
cd ProDOS-Utilities
|
||||
go build
|
||||
cd ~ || exit
|
||||
cd ~
|
||||
sudo ln -s /home/pi/ProDOS-Utilities/ProDOS-Utilities /usr/bin/ProDOS-Utilities
|
||||
git clone https://github.com/tjboldt/Apple2-IO-RPi.git
|
||||
cd Apple2-IO-RPi/RaspberryPi/apple2driver || exit
|
||||
cd Apple2-IO-RPi/RaspberryPi/apple2driver
|
||||
go build
|
||||
sudo apt install cc65 vim -y
|
||||
cd ~ || exit
|
||||
cd ~
|
||||
sudo bash -c 'cat > /boot/config.txt << EOF
|
||||
disable_splash=1
|
||||
dtoverlay=disable-bt
|
||||
|
Loading…
x
Reference in New Issue
Block a user