Can I set up and update the MiSTer without connecting it to the internet and without running anything on my separate Linux system besides utilities I'm already familiar with?
I've read this:
https://github.com/MiSTer-devel/Main_Mi ... etup-Guide
but it seems to involve either connecting the MiSTer to the internet or running a special script on another system, neither of which I want to do.
I'm hoping I can simply copy the latest build to an SD card and insert that into the MiSTer to have things working and up to date.
Can I just copy everything to an SD card?
-
- Posts: 150
- Joined: Tue Jan 11, 2022 1:43 am
- Has thanked: 55 times
- Been thanked: 3 times
- bazza_12
- Top Contributor
- Posts: 443
- Joined: Sun May 24, 2020 7:49 pm
- Location: Yorkshire, UK
- Has thanked: 263 times
- Been thanked: 121 times
Re: Can I just copy everything to an SD card?
AFAIK There isn't a pre-built Mister set up you can simply copy to your SDCard, I'm guessing that's what you're getting at. You'll need to either set up the SDCard manually - following the guide - or use mr fusion.
The music is reversible but time is not. Turn back. Turn back
-
- Posts: 150
- Joined: Tue Jan 11, 2022 1:43 am
- Has thanked: 55 times
- Been thanked: 3 times
Re: Can I just copy everything to an SD card?
Any tips for flashing the Mr Fusion image to an SD card on Linux? Is there a good dd command for that?
Is wifi built in to the board or should I attach a USB dongle?
Is wifi built in to the board or should I attach a USB dongle?
- pgimeno
- Top Contributor
- Posts: 709
- Joined: Thu Jun 11, 2020 9:44 am
- Has thanked: 277 times
- Been thanked: 226 times
Re: Can I just copy everything to an SD card?
The MiSTer needs a specific partition layout to work. One of the partitions must be of type a2, and contain the bootloader (u-boot) stored as raw sectors, i.e. dd if=u-boot.img of=/dev/<device name for that partition>. The default size is 1M. The rest of the SD card can be partitioned as you prefer, but keep in mind that u-boot only supports exFAT, so you need at least one exFAT partition.
On the exFAT partition, you need to have a linux/ subdirectory with the contents copied from the image. Copying everything from https://github.com/MiSTer-devel/Distribution_MiSTer should work.
If you don't want to connect the MiSTer to the internet (like me), you will have to update everything manually (like I do).
On the exFAT partition, you need to have a linux/ subdirectory with the contents copied from the image. Copying everything from https://github.com/MiSTer-devel/Distribution_MiSTer should work.
If you don't want to connect the MiSTer to the internet (like me), you will have to update everything manually (like I do).
Converters I've written: Floppy DIM/FDI/FDD/HDM to D88, D88 to XDF, Tape SVI 318/328 CAS to WAV