The Garmin Aviation Database Manager is an application for updating Databases on Garmin Aviation devices however it doesn't have any linux binaries, meaning it can only be ran on Windows or Mac.
I got it working and I saw success using Bazzite, which is a Atomic Fedora distro. Your results may vary depending on the linux distro.
- Download the Garmin Aviation Database Manager installer forwindows from the Garmin Website. Save this somewhere on your system.
- Ensure the SD Card you want to use is already properly formatted (FAT32 and small capacity (More Information)
I did this using Lutris for easy installation of the application, so I can going to use those steps here using Lutris. Though you can probably just install via Wine natively.
- Install/Launch Lutris
- Click "Add Game"
- Select "install a Windows game from an executable"
- Game name enter: "Garmin Aviation Database Manager" (Or whatever)
- Keep installer preset as "Windows 10 64-bit", Click "Install".
- Click "Install" to the right of setup file.
- For Select installation directory, leave this default but keep note of it. This is where its going to install. Click "Continue".
- Here for "Select the setup file", navigate to the installer exe you downloaded earlier, then click "Install".
We need to setup a link for Wine to "mount" the SDCard. Mount your SD Card and find its mount point pathing, for me it was /run/media/rico/A48B-C253
. You can see your mounted drives and mount points via command lsblk
or df -h
.
Tip: You can use
df -h -t vfat
to check for filesystems that are properly formatted for Garmin.
You'll want to make the symlink with command
ln -s /run/media/rico/A48B-C253 ~/.wine/dosdevices/e:
You can also do this in winecfg
. The last thing to do is to setup the drive as type "Floppy Disk" (Aka, a removable drive). Open Wine Configuration (or winecfg) , go to the drives tab, select your custom SD Card mount, click "advanced" then change type to "Floppy Disk".
If everything worked out right, you should be able to run the application, login and write databases to SD Cards.