Ok so today i bit the RPi4 bullet and ordered a Cana kit and a 1 tb microSD card off amazon.
Does anyone have any tipson how to build it? or any "gotchas" to
watch out for?
8 GB is probably overkill. Also, I wouldn't reccomend using a microSD card for the BBS. You can set up the RPi is boot off of and use USB. My
8 GB is probably overkill. Also, I wouldn't reccomend using amicroSD Mo> card for the BBS. You can set up the RPi is boot off of and use USB. Mo> My BBS RPi doesn't even have a microSD card in it. SD cards will wear Mo> out eventually. Don't get a cheap SD card, either.
Make regular backups as you go along. It's inevitiable that at some
point while loading things onto your Pi, you're going to screw something up.
You may want to watch some videos on USB booting from a HD or SSD,
better reliability and a surprising speed boost as well.
sudo apt install zip unzip
That seems to catch a lot of people, including me when I was running off of a Pi.
8 GB is probably overkill.
Also, I wouldn't reccomend using a microSD
card for the BBS. You can set up the RPi is boot off of and use USB. My BBS RPi doesn't even have a microSD card in it. SD cards will wear out eventually.
Don't get a cheap SD card, either.
i am hoping to fit it all into a external US Robotics modem.
Ok so today i bit the RPi4 bullet and ordered a Cana kit and a 1 tb microSD card off amazon. hopefully should be here this next week. i am also expecting the US Robotics external modem to show up as well. so i will have the complete kit to start building my RPi BBS box. Does anyone have any tips on how to build it? or any "gotchas" to watch out for?
ya i was also thinking about getting an M2 drive as that is def able to
be used as an OS disk and also for storage of the BBS stuff... that way
if something were to happen to the MicroSD, then the usb or what ever is used to connect it can just be removed after it is unmounted or powered off. for the OS i was going to try Ubuntu server 20.04 LTS for RPi.
BY: Oli(21:3/102)
;)|07
Not hard at all. I've written a Python script to use the LEDS to mimic connections as if it was an incoming call, or a caller was on line, or
it's waiting for call. All you have to do is hook the LEDs up tot he Pi and run the script.
You may want to watch some videos on USB booting from a HD or SSD, better reliability and a surprising speed boost as well.
That seems to be a little dangerous to me. If you have a power loss, wouldn't you loose most everything?
That seems to be a little dangerous to me. If you have a power loss, wouldn you loose most everything?
Cool. How hard would it be to use the LEDs with the Raspi ;)
Awesome, gcube. Personally, I love the RPi4 platform for running a BBS.
I run 2o on one, so do know that you can reach out to me for any issues you might hit - theres a lot of differences when running on the ARM
chips, but nothing that I haven't been able to overcome.
Just recently I, with others help!, have figured out local door games on the Pi/DOSBox... I can send you the data/info if you need.
You can get a lot of help on fsxNet, there was always someone willing to help me here. :P The Underground Discord has a nice mystic-sysops room; you could find the address on my BBS login sequence.
Good choice, IMO - and you can do so much more with the RPi... get ready to order more of them. :P I do tons of projects with many different
Pi's. Again, don't hesitate to hit me up any time to chat about them. pAULIE42o
it. However, I invite you to try Raspberry Pi OS. It DOES have a GUI, but... since you ordered the 8GB version you'd completely be able to run all aspects of a BBS while using it, and... the Pi just loves it. Theres so much community support that I feel comes with RPi OS... its what I
run and... its worth a look.
Yea, I don't even use an SDCard anymore - I boot directly to an SSD HDD. Be sure to update the BIOS/EEPROM to be able to boot from USB.
I wish I've kept my old modems ... :)
3) RPi3a+ Commodore64 - infact i am currently using one for my BMC64
(Bare metal Commodore64 hypervisor project) basiclly they have taken the VICE C64 emulator and made it to where you can just install the project
on a SD card and put in the C64, vic-20, c128, Commodore PET, and other firmwares, and it will run like its a native OS. the only thing with this project though, is its still only 8-bit, and can only address the 64k of ram. what i would like to see is a complete re-write of the kernel and basic interp to use commodore type language
I'm creating my own daughterbord for the LEDs. I wasn't sure how old
the LEDs were in the modem I had, but I was able to find the identical LEDs online and ordered a fresh batch of them.
https://www.tomshardware.com/how-to/boot-raspberry-pi-4-usb
Thats a good link that walks you through it.
You might be interested in the Mega65 project.
https://github.com/MEGA65
Has even an emulator
https://github.com/MEGA65/xemu
I haven't tried it though (but I know a guy who owns a C65)
* Origin: . (21:3/102)
You might be interested in the Mega65 project.
https://github.com/MEGA65
Has even an emulator
https://github.com/MEGA65/xemu
I haven't tried it though (but I know a guy who owns a C65)
Yea, I don't even use an SDCard anymore - I boot directly to an SSD HDD. Be sure to update the BIOS/EEPROM to be able to boot from USB.
Also, I ran Ubuntu Server for a while when running Synchronet. And it
does have
its benefits... its lightweight and can be built up exactly how you like it. However, I invite you to try Raspberry Pi OS. It DOES have a GUI, but... since you ordered the 8GB version you'd completely be able to run all aspects of a BBS while using it, and... the Pi just loves it. Theres so much community support that I feel comes with RPi OS... its what I
run and... its worth a look.
Yea, I don't even use an SDCard anymore - I boot directly to an SSD H Be sure to update the BIOS/EEPROM to be able to boot from USB.
ya i was thinking about getting an external M2 drive, as they look like the use alot less power, and also use a USB connection.
i do have a question, where do i fnd hte bios update for my RPi4 to
allow it to boot from USB?
I have found the PiCore Linux distribution works well as an alternative. It is a distribution that loads itself to the RAM of the Pi. The SD card is read only when the system is booted, and then left alone because everything the OS needs is stored in RAM. Data is only saved to the SD card when the OS is instructed to do so, so you get nearly no SD I/O
when using PiCore.
I have found the PiCore Linux distribution works well as an alternative It is a distribution that loads itself to the RAM of the Pi. The SD car is read only when the system is booted, and then left alone because everything the OS needs is stored in RAM. Data is only saved to the SD card when the OS is instructed to do so, so you get nearly no SD I/O when using PiCore.
This is neat; I went ahead and read some of the docs. Is it mainly for using a media player? Interesting; I do a lot of Pi stuff and hadn't heard of this yet. (I don't use Pi's yet for media/amp/DAC.)
I donñ t know what people is using it for in the wild, but playing media sounds a task for which it could perform quite well. I wonder if PiCore has a player capable of leveraging the hardware decoder in the PI. If
that is the case, I can imagine the Pi attached to a TV and playing
files stored on a NFS server. An attached hard drive would also work.
There are dedicated distributions for playing media and doing the home theatre dance on a Pi. Maybe those are also worth checking.
you can type sudo raspi-config and fine an option in there to update the BIOS/eeprom. Sorry, my fsxNet went offline for a few days so... I missed all of
these messages. Trying to make sure its back up now.
Sysop: | sneaky |
---|---|
Location: | Ashburton,NZ |
Users: | 28 |
Nodes: | 8 (0 / 8) |
Uptime: | 34:47:03 |
Calls: | 2,013 |
Calls today: | 3 |
Files: | 11,119 |
Messages: | 944,253 |