Raspberry Pi 4 Mac Os



I’ve recently introduced a Raspberry PI 4 as main remote RTX controller for my Kenwood TS-590s.

In this article, I will cover three Operating System (OS) for the Raspberry Pi (RPi), preferably the RPi 4. These Operating Systems are not truly MacOS or Windows 10, but a desktop with the look and feel of a Mac or Windows system. The look of a Mac or Windows is truly ‘screen deep’. RaspBSD is a free and open-source image of FreeBSD 11 that has been preconfigured in 2 images for Raspberry Pi computers. If you didn’t know, FreeBSD isn’t Linux, but it works in pretty much the same way as it is a descendant of the research by the Berkeley Software Distribution and it is among the world’s most broadly used Operating Systems today with its code existing in.

This allows me to control the Kenwood TS-590S from the iMac simultaneously with several applications, including RUMLOG, FLDIGI, WSJT-X.

The issue

Could not control simultaneously my transceiver directly from two or more applications. Additionally remote connection from the internet requires a PC always turned on or at least the possibilty to power on with wake-on-lan

Cause

The usage of the USB Port is exclusive

Mac

Workaround

An alternative solution is to run the FLRIG on the iMac, and connect the applications to the local loopback 127.0.0.1.

I’m using RUMLOG by DL2RUM as main logging program both as main logging and for contest logging as well. FLDIGI for common digital modes and WSJT-X for weak signals digital modes.

What do you need

On the MAC you need to reconfigure the programs, in order to use FLRIG as Radio. Basically FLRG acts as a gateway to your radio.

Rumlog configuration

FLDIGI Configuration

WSJT-X Configuration

On the Raspberry you need to configure the connection with the USB to Serial cable connected to the RS-232 port of the TS-590S.

If you have issues on selecting the USB Port or you have multiple one, check the status of the USB connections with lsusb command

Related Posts via Taxonomies

Our articles usually show you how to do things on a Raspberry Pi. This time, we’re changing things up: we’re going to show you how to use a PC or Mac to run the Raspberry Pi Foundation’s desktop operating system, Debian with Raspberry Pi Desktop (for brevity’s sake, we’ll call it just “Raspberry Pi Desktop” from now on). This Raspbian-like OS (as the names imply, both operating systems are based on Debian) allows you to use your PC or Mac as a kind of substitute for your Raspberry Pi. That makes it useful for testing out projects when your Pi isn’t handy. It’s also fun because it backs the familiar Raspbian interface with your PC or Mac’s hardware, which is much more powerful than the little Pi.

The simplest way to get Raspberry Pi Desktop up and running is to install the operating system, but that will require you to dedicate a computer to the project (or at least to partition a hard drive). If you want to keep running Windows or macOS on your computer, your best bet is to run Raspberry Pi Desktop on a virtual machine – which is exactly what we’ll show you how to do in this guide.

How to run Raspberry Pi Desktop on Windows or macOS

Step 1: Download and install VirtualBox

Because we’re going to run Raspberry Pi Desktop on a virtual machine, we’ll need to download Oracle VM VirtualBox. In Oracle’s own words, “VirtualBox is a powerful x86 and AMD64/Intel64 virtualization product for enterprise as well as home use.”

You can download the software from VirtualBox’s Downloads page. Just choose the right version for your operation system (there are two: a Windows version and a macOS version). After you’ve downloaded the executable, install VirtualBox by following the installation wizard’s instructions.

Step 2: Download Debian with Raspberry Pi Desktop

Next, you’ll need to download the image file of Raspberry Pi Desktop from the Raspberry Pi Foundation’s site.

Step 3: Launch VirtualBox and create a new virtual machine

Now that we’ve both VirtualBox and Raspberry Pi Desktop downloaded, we’re ready to launch VirtualBox and create a new virtual machine.

Click “New,” and you should see a screen like this:

We don’t want to create a Windows virtual machine, of course, so let’s change the settings a bit. First, choose a descriptive name for your virtual machine (for example, “Raspberry Pi”), then select Linux from the Type dropdown menu and Debian (64-bit) from the Version dropdown menu. After that, click Next.

On the next screen, you can use the recommended memory size of 1024 MB – this corresponds to the Raspberry Pi 3’s memory size.

The next screen is about adding a hard disk to your new virtual machine. Just click Create, unless you have some reason to modify the settings. Then, click Next on this screen and again on the next.

Finally, you can choose the size of your hard disk. We used the recommended size of 8 GB, but you may want to have a larger hard disk. When you’re ready, click Create.

Now we have the settings of our virtual machine in place.

Step 4: Install Raspberry Pi Desktop

Click Start to start the installation of Raspberry Pi Desktop. You should see a screen like this:

Browse to the folder where you saved the image file of Raspberry Pi Desktop, select the file, and click Start. What you should see next is a menu titled “Debian GNU/Linux installer boot menu.” Use the arrow keys – or i – and Enter to select Install.

On the next screen, select your preferred keyboard layout and continue by pressing Enter.

Choose Guided – use the entire disk and keep pressing Enter to Select disk to partition and choose the Partitioning scheme. Finally, Finish partitioning and write changes to disk.

You might want to grab a cup of coffee or tea while the system is installing.

After a while, the installation wizard prompt you: “Install the GRYB boot loader to the master boot record?” Select Yes, and choose /dev/sda.

When the installation wizard has installed everything, you should see a screen like this:

Look familiar? If you’ve used Raspbian before, it should!

Step 5: Make the virtual machine interactive

Our virtual machine is successfully running Raspberry Desktop now, but the screen size is a bit small, and it doesn’t get bigger when you click Maximize. We can make our machine more interactive by installing VirtualBox Guest Additions. Guest Additions makes it possible for us to resize the screen, use the clipboard, and share files between our PC or Mac and the virtual machine.

To do this, first open Terminal and make sure that your system is up to date:

You’ll have to type the commands because our virtual machine isn’t very cooperative, yet.

Now we’re ready to install VirtualBox Guest Additions:

With Guest Extensions installed, click on the Devices menu and select Shared Clipboard > Bidirectional.

If you rebooted your virtual machine now, you would be able to use the same clipboard on both your PC or Mac and the virtual machine. You would also be able to resize the screen. But let’s not reboot, yet. Instead, let’s first to add our user to the vboxsf group to enable file sharing between the virtual machine and PC or Mac:

Now we’re ready to shut down our virtual machine and set up a shared folder. This the shutdown command:

Step 6: Set up a shared folder

To set up a shared folder, right-click on your virtual machines name and select Settings…, or press Ctrl+S with your virtual machine selected.

From the menu that opens, select Shared Folders.

Raspberry Pi 4 Mac Os X

Click the button with the green plus sign that adds a new shared folder.

Raspberry Pi 4 Mac Os Torrent

From the Folder Path dropdown many, select Other… and then the folder you’d like to share. When you’re ready, click OK and check Auto-mount.

Mac Os Auf Raspberry Pi 4

If you start your virtual machine again and launch the file manager, you should see your shared folder with the prefix “sf_” in the /media directory. Any file you put in that folder will also show up in the corresponding folder in/on your PC or Mac, and vice versa.

Raspberry Pi 4 Mac Os X

And that’s it! You now have Raspberry Pi Desktop running on a virtual machine on your PC or Mac, and you can easily use the clipboard and manage folders while you’re working on your next project.