<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki42.maceys.net/index.php?action=history&amp;feed=atom&amp;title=Raspberry_Pi</id>
	<title>Raspberry Pi - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki42.maceys.net/index.php?action=history&amp;feed=atom&amp;title=Raspberry_Pi"/>
	<link rel="alternate" type="text/html" href="https://wiki42.maceys.net/index.php?title=Raspberry_Pi&amp;action=history"/>
	<updated>2026-04-14T05:52:29Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.3</generator>
	<entry>
		<id>https://wiki42.maceys.net/index.php?title=Raspberry_Pi&amp;diff=282&amp;oldid=prev</id>
		<title>Lynn: Created page with &quot;Raspberry Pi   =Common Activities and How to do Them= ==Configuration== Common configuration activity on Raspberry Pi OS:   sudo raspi-config  ==Update EEPROM:==  The recommended process is:   sudo apt update  sudo apt full-upgrade  uname -a  However, this is not appropriate for the ADSB.im images since this could damage the application. Do this instead on those systems:   sudu rpi-up...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki42.maceys.net/index.php?title=Raspberry_Pi&amp;diff=282&amp;oldid=prev"/>
		<updated>2026-01-24T23:49:01Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&lt;a href=&quot;/index.php?title=File:COLOUR-Raspberry-Pi-Symbol-Registered-150x150.png&quot; title=&quot;File:COLOUR-Raspberry-Pi-Symbol-Registered-150x150.png&quot;&gt;thumb|alt=Raspberry Pi  Logo|Raspberry Pi &lt;/a&gt;  =Common Activities and How to do Them= ==Configuration== Common configuration activity on Raspberry Pi OS:   sudo raspi-config  ==Update EEPROM:==  The recommended process is:   sudo apt update  sudo apt full-upgrade  uname -a  However, this is not appropriate for the ADSB.im images since this could damage the application. Do this instead on those systems:   sudu rpi-up...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[File:COLOUR-Raspberry-Pi-Symbol-Registered-150x150.png|thumb|alt=Raspberry Pi  Logo|Raspberry Pi ]]&lt;br /&gt;
&lt;br /&gt;
=Common Activities and How to do Them=&lt;br /&gt;
==Configuration==&lt;br /&gt;
Common configuration activity on Raspberry Pi OS:&lt;br /&gt;
&lt;br /&gt;
 sudo raspi-config&lt;br /&gt;
&lt;br /&gt;
==Update EEPROM:==&lt;br /&gt;
&lt;br /&gt;
The recommended process is:&lt;br /&gt;
&lt;br /&gt;
 sudo apt update&lt;br /&gt;
 sudo apt full-upgrade&lt;br /&gt;
 uname -a&lt;br /&gt;
&lt;br /&gt;
However, this is not appropriate for the ADSB.im images since this could damage the application. Do this instead on those systems:&lt;br /&gt;
&lt;br /&gt;
 sudu rpi-update&lt;br /&gt;
 sudo reboot&lt;br /&gt;
&lt;br /&gt;
Verify update status:&lt;br /&gt;
&lt;br /&gt;
 uname -a&lt;br /&gt;
 sudo rpi-eeprom-update&lt;br /&gt;
&lt;br /&gt;
===Cloning the SD card to an NVMe or SSD drive:===&lt;br /&gt;
&lt;br /&gt;
====Install the rpi-clone utility====&lt;br /&gt;
The information for the rpi-clone script is here: [https://rpi-clone.jeffgeerling.com/ rpi-clone]&lt;br /&gt;
&lt;br /&gt;
Download and install:&lt;br /&gt;
&lt;br /&gt;
 sudo curl https://raw.githubusercontent.com/geerlingguy/rpi-clone/master/install | sudo bash&lt;br /&gt;
&lt;br /&gt;
====Clone the Disk====&lt;br /&gt;
Execute the following:&lt;br /&gt;
&lt;br /&gt;
 sudo rpi-clone sda&lt;br /&gt;
&lt;br /&gt;
This will take a few minutes.To verify, login and do a verify. The root partition should be /dev/sda2.&lt;br /&gt;
==Install Tailscale==&lt;br /&gt;
Tailscale is an easy to install and manage mesh VPN service.&lt;br /&gt;
&lt;br /&gt;
===Install GPG Key===&lt;br /&gt;
 curl -L https://pkgs.tailscale.com/stable/raspbian/$(lsb_release -cs).noarmor.gpg | sudo tee /usr/share/keyrings/tailscale-archive-keyring.gpg &amp;gt;/dev/null&lt;br /&gt;
 echo &amp;quot;deb [signed-by=/usr/share/keyrings/tailscale-archive-keyring.gpg] https://pkgs.tailscale.com/stable/raspbian $(lsb_release -cs) main&amp;quot; | sudo tee  /etc/apt/sources.list.d/tailscale.list&lt;br /&gt;
 sudo apt update&lt;br /&gt;
===Install and Initialize Tailscale Software===&lt;br /&gt;
 sudo apt install tailscale&lt;br /&gt;
 sudo tailscale up&lt;br /&gt;
&lt;br /&gt;
Tailscale will present a login URL to follow to add the system to the Talescale network:&lt;br /&gt;
&lt;br /&gt;
To authenticate, visit:&lt;br /&gt;
&lt;br /&gt;
	https://login.tailscale.com/a/ff50df0176f0&lt;br /&gt;
&lt;br /&gt;
Copy and paste the current link. After authentication, the command prompt will return.&lt;br /&gt;
&lt;br /&gt;
=Current Raspberry Pi Hardware at Maceys.net=&lt;br /&gt;
==Pi Pico==&lt;br /&gt;
I have one. Not sure what to do with it.&lt;br /&gt;
&lt;br /&gt;
==Pi Zero==&lt;br /&gt;
I need a mini HDMI connector to connect the Zeros&lt;br /&gt;
&lt;br /&gt;
==Pi Zero W==&lt;br /&gt;
This is the one with GPIO pins.&lt;br /&gt;
&lt;br /&gt;
==Pi Zero 2==&lt;br /&gt;
This is the one without GPIO pins&lt;br /&gt;
&lt;br /&gt;
==Pi 3==&lt;br /&gt;
===SyStem A===&lt;br /&gt;
Currently on the defunct PiDP/8 project. This needs to be Updated with the new PiDP/8 hardware.&lt;br /&gt;
&lt;br /&gt;
===System B===&lt;br /&gt;
In a case &lt;br /&gt;
&lt;br /&gt;
Currently unassigned&lt;br /&gt;
&lt;br /&gt;
==[[Pi 4]]==&lt;br /&gt;
&lt;br /&gt;
==[[Pi 5]]==&lt;br /&gt;
===System B===&lt;br /&gt;
In Argon One V3 case&lt;br /&gt;
&lt;br /&gt;
Currently: ADSB Ultrafeeder&lt;br /&gt;
&lt;br /&gt;
=All things Raspberry Pi=&lt;br /&gt;
This is a collection of Raspberry Pi makers that I have used their part in projects.&lt;br /&gt;
==[https://www.raspberrypi.com/ Raspberry Pi]==&lt;br /&gt;
&lt;br /&gt;
[https://www.raspberrypi.com/products/raspberry-pi-5/ Raspberry Pi Product Information]&lt;br /&gt;
&lt;br /&gt;
==[https://argon40.com/ Argon ONE Man Page]==&lt;br /&gt;
[https://argon40.com/products/argon-one-v3-m-2-nvme-case Argon ONE V3 Case]&lt;br /&gt;
&lt;br /&gt;
[https://argon40.com/blogs/argon-resources/argon-one-v3-case-and-m-2-nvme-pcie-case-manual Argon One V3 Case Manual]&lt;br /&gt;
&lt;br /&gt;
==[https://wiki.geekworm.com/Main_Page Geekworm main page]==&lt;br /&gt;
Pi 4B Case - [https://wiki.geekworm.com/X825-C8 X825-C8 Pi 4B Case] &amp;lt;br&amp;gt;&lt;br /&gt;
Pi 4B Power Management Expansion - [https://wiki.geekworm.com/index.php/X735 X735 Expansion Board]&amp;lt;br&amp;gt;&lt;br /&gt;
Pi 4B Storage Expansion - [https://wiki.geekworm.com/X825 X825 Storage Expansion]&lt;br /&gt;
&lt;br /&gt;
Software installation for the 825 and 735 stack is here: [https://wiki.geekworm.com/X735-script X735 Script]&amp;lt;br&amp;gt;&lt;br /&gt;
The instructions are a little confusing so I have a revised version here: [[X735 Script]]&lt;br /&gt;
&lt;br /&gt;
Pi 5 NVMe board -  [https://wiki.geekworm.com/X1002 X1002 NVMe Hat] [https://wiki.geekworm.com/X1002 Documentation] &amp;lt;br&amp;gt;[https://wiki.geekworm.com/X1002_Hardware Hardware Illustrations]&lt;br /&gt;
&lt;br /&gt;
==[https://www.nooelec.com/store/ Nooelec Home Page]==&lt;br /&gt;
[https://www.nooelec.com/store/flycatcher.html Flycatcher description and Order Information]&amp;lt;br&amp;gt;&lt;br /&gt;
{{Media|Flycatcher datasheet revision 1|pdf|Flycatcher data/documentation sheet}}&lt;br /&gt;
 &lt;br /&gt;
[https://www.nooelec.com/store/sdr/sdr-addons/sawbird-plus-adsb.html SAWbird+ LNA/Filter]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Media|Sawbird ads b datasheet revision 1|pdf|SAWbird+ data/documentation sheet}}&lt;br /&gt;
&lt;br /&gt;
{{Media|Flycatcher datasheet revision 1|pdf|Flycatcher data/documentation sheet}}&lt;br /&gt;
&lt;br /&gt;
==[https://www.waveshare.com/ Waveshare Electronics]==&lt;br /&gt;
&lt;br /&gt;
[https://www.waveshare.com/wiki/Main_Page Waveshare Wiki]&lt;br /&gt;
&lt;br /&gt;
[https://www.waveshare.com/poe-hat-c.htm PoE Hat for Pi 4] [https://www.waveshare.com/wiki/PoE_HAT_(C) Documentation]&lt;br /&gt;
&lt;br /&gt;
[https://www.waveshare.com/poe-m.2-hat-plus-b.htm PoE Hat with M.2 NVMe]  [https://www.waveshare.com/wiki/PCIe_TO_2-CH_M.2_HAT%2B_(B) Documentation]&lt;br /&gt;
&lt;br /&gt;
==[https://52pi.com 52 Pi]==&lt;br /&gt;
&lt;br /&gt;
Raspberry Pi Zero Expansion:&lt;br /&gt;
&lt;br /&gt;
[https://wiki.52pi.com/index.php?title=EP-0097 EP-0097 USB Dongle]&lt;br /&gt;
[https://52pi.com/collections/accessories/products/52pi-usb-dongle-for-raspberry-pi-zero-zero-w Order]&lt;br /&gt;
&lt;br /&gt;
Raspberry 4B Hats:&lt;br /&gt;
&lt;br /&gt;
[https://wiki.52pi.com/index.php?title=zP-0110 ZP-0110 Cooler]&lt;br /&gt;
[https://52pi.com/products/52pi-cnc-extreme-heatsink-with-pwm-fan-for-raspberry-pi-4 Order]&lt;br /&gt;
&lt;br /&gt;
[https://wiki.52pi.com/index.php?title=EP-0136 EP-0136 UPS]&lt;br /&gt;
[https://52pi.com/products/52pi-ups-board-with-rtc-coulometer-for-raspberry-pi Order]&lt;br /&gt;
&lt;br /&gt;
[https://wiki.52pi.com/index.php?title=EP-0115 EP-0115 POE]&lt;br /&gt;
[https://52pi.com/products/52pi-poe-hat-power-over-ethernet-module-for-raspberry-pi?_pos=10&amp;amp;_sid=e22b28075&amp;amp;_ss=r Order]&lt;br /&gt;
&lt;br /&gt;
Return to [[Technical Guides]]&lt;/div&gt;</summary>
		<author><name>Lynn</name></author>
	</entry>
</feed>