AirNav RadarBox
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
 


Author Topic: pre loading an SD CARD  (Read 1519 times)

0 Members and 1 Guest are viewing this topic.

Gadgetman

  • New Member
  • *
  • Posts: 25
pre loading an SD CARD
« on: May 12, 2023, 02:45:26 AM »
hi all, i am wondering if there is a way to preload a fresh SD card with all the required software for Pi? i have pi imager app, which i can pre-load the OS, but i’d like to be able to pre load the RBFEEDER and Mlat systems so i can simply remove the current SD and install the new one so i can reduce the OFFLINE status as much as possible… thanks for any and all Help!

Phil.

pedrão18

  • New Member
  • *
  • Posts: 18
Re: pre loading an SD CARD
« Reply #1 on: May 12, 2023, 12:03:20 PM »
Hello.

Wouldn't it be easier to clone the card as a whole?
Take a look at this https://youtu.be/xSxNJSkSgpk video which demonstrates how to do it by RPI itself

Gadgetman

  • New Member
  • *
  • Posts: 25
Re: pre loading an SD CARD
« Reply #2 on: May 12, 2023, 12:22:25 PM »
no, the current SD card i messed it up while trying to load some software, cant fix as there are components that were removed and i have nothing but errors… the only thing that is working is rbfeeder thankfully… but i lost the Mlat client. so cloning will not work

abcd567

  • Hero Member
  • *****
  • Posts: 844
  • CYYZ - Toronto
Re: pre loading an SD CARD
« Reply #3 on: May 12, 2023, 02:46:25 PM »
Code: [Select]
sudo apt purge mlat-client   

sudo apt install --reinstall mlat-client   

sudo reboot   


Gadgetman

  • New Member
  • *
  • Posts: 25
Re: pre loading an SD CARD
« Reply #4 on: May 12, 2023, 07:47:43 PM »
tried that, . its ok, seems like i need to load the required items while SD card is inserted to the pi… just means i will have more off line time than i’d like
thanks for the help