-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Empty a2cloud directory on $a2cBinaryURL site #34
Comments
Totally a known issue. Both a2cloud and a2server (for now) compile everything all the time. It really slows the installation down. This is what I started working on before the PSU on my Linux server crashed. |
I hope to return to working on this over the weekend. :) |
I've been working on this for a couple weeks, coming up to speed on this project, the code, etc.. I've noticed some bugs during compile of a2cloud, specifically around the nulib2 and nufxlib area. I had to pull those down to compile. I have a few systems I can test builds on. 2 RPi Zeros, 1 RPi Zero W, 1 RPi 2 B+, and a new RPi 3 B+. Currently I'm using the 2B+. I also have an Enhanced Apple IIe with a 64KB add-on card. SSC, and dual 'disk II' drives. I have a huge love for the Apple IIe and would love to help in keeping this project up-to-date. I've never participated in github project before, so it's a learning experience. I have been a coder for over 30 years. I started on the Apple IIe, did Basic and a little Assembler, then moved on the C, Perl, Python, in my career. I'd be more than happy to join the project. I have a learning curve by learning GitHub and how things are done. I have 4 PDFs on Git that I got free from Packtpub.com. So lots of reading. Starting with GitHub Essentials. GITHUB_ESSENTIALS.pdf |
I've just dropped the A2CLOUD.PO and .DSK files in there as we are the origin for those things, so they kinda need to be there whatever else I am doing. I'm going to consider the issue still open since populating those directories is going to be important. |
Do you by chance use slack or irc? @gamebits (Ken Gagne) can invite you to the apple2infinitum slack (dunno who else can, but Ken's responsive) The a2chat script will take you to irc.a2central.com #a2c.chat—but slack's nice because you can do file attachments and the like easily and it's less dependent upon realtime connection. I'm happy to help with new git stuff, and I could certainly use a hand if you've got a mind to help out. :) |
I have not used slack before. If @gamebits can toss me an invite to the workspace, that would be cool. I've also jumped into irc.a2central.com via a2chat. I'd love to help out. Point me to my first task. ;) |
@iKarith thanks for dropping those 2 files out on the a2cBinaryURL location. I used ADTPro via my RPi to Speediboot-strap my IIe and write the A2CLOUD.DSK to a floppy. I rebooted the IIe and used the floppy. Everything came up fine, but after pressing (v) for -VSDRIVE, the app crashed with
Not sure why I'd get the 'I/O ERROR' when my IIe<->RPi serial connection works great with ADTPro in the RPI GUI. FWIW: I compiled ADTPro from https://sourceforge.net/projects/adtpro/. |
Update: At first I thought the I/O error could be caused by me having my SSC in SLOT 1, but I moved it to SLOT 2 and got the same results. Leaving everything as-is and bare-metal bootstrapping it via ADTPro off the RPi works fine, so I'm not sure what the a2cloud -VSDRIVE is complaining about. I'll keep digging but if you have any advice, that would be awesome. I'll try a VDRIVE-2.0.1.DSK and see what results I get. |
Update: Created the VDRIVE-2.0.1.DSK, booted the floppy and was able to see the /usr/local/adtpro/disks contents on the IIe. I decided to try |
Any thoughts on these last couple of comments @david-schmidt? I think we used to use a custom version of ADTPro that didn't match any particular release version (SF snapshot maybe?) but you've updated things since then and Phil's trying to use updated versions with the same result. |
Thought number 1: the latest ADTPro is now on Github (https://github.com/ADTPro/adtpro).
I'm not very familiar with A2CLOUD et al, but it seems likely that at the point you're pressing |
Hello,
I've been trying to rebuild my A2CLOUD.DSK from scratch, but when looking for the A2CLOUD.PO, it's not there on the a2cBinaryURL site. Same with the *.DSK. Is there a new repository for the files required to build an A2CLOUD disk image from scratch? I did build the disk image, but the STARTUP BAS file appears corrupt, so I'm trying to get a working STARTUP program for the .DSK to boot off of.
FILE: ivan.sh
a2cBinaryURL="http://blocksfree.com/downloads"
### DiskImage: Building images from scratch
sudo pkill -f ADTPro
if [[ ! $buildA2CloudDisk ]]; then
echo "A2CLOUD: Downloading 800K disk image..."
wget -qO $a2CloudDisk "${a2cBinaryURL}/a2cloud/A2CLOUD.PO"
echo "A2CLOUD: Downloading 140K disk image..."
wget -qO $a2CloudDisk140 "${a2cBinaryURL}/a2cloud/A2CLOUD.DSK"
fi
The text was updated successfully, but these errors were encountered: