Compare commits

..

4 Commits

Author SHA1 Message Date
Terence Boldt
9baf64fc23 Update drive image 2022-08-14 22:04:25 -04:00
Terence Boldt
fccb85d6fc
Merge branch 'main' into error-handling 2022-03-24 22:09:08 -04:00
Terence Boldt
a88202ee5e Update boot image 2022-03-04 19:02:36 -05:00
Terence Boldt
387e4b95f0 Add error handling 2022-03-04 18:24:59 -05:00
2 changed files with 4 additions and 4 deletions

Binary file not shown.

View File

@ -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