rpi_common

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revisionBoth sides next revision
rpi_common [2020/02/02 04:00] โ€“ [hash sum mismatch during apt-get update] Jรบne Parkrpi_common [2020/02/10 18:47] โ€“ [Upgrade Raspbian from Jessie to Stretch] Jรบne Park
Line 277: Line 277:
  
 ---- ----
 +
 +==== Upgrade Raspbian from Stretch to Buster ==== 
 +
 +Preparing upgrade with keeping up latest 
 +
 +<code bash> 
 +sudo apt update 
 +sudo apt dist-upgrade -y 
 +</code> 
 +
 +Update Raspberry Pi's firmware, 
 +
 +<code bash> 
 +sudo rpi-update 
 +</code> 
 +
 +After rebooting, modify source list with ''buster'' Edit ''/etc/apt/source.list 
 +
 +<code apt>
 +deb http://raspbian.raspberrypi.org/raspbian/ buster main contrib non-free rpi
 +</code> 
 +
 +Edit ''/etc/apt/sources.list.d/raspi.list'' 
 +
 +<code apt> 
 +deb http://archive.raspberrypi.org/debian/ buster main
 +</code> 
 +
 +To optimize upgrading process, remove ''apt-listchanges'' package 
 +
 +<code bash> 
 +sudo apt-get remove apt-listchanges
 +</code> 
 +
 +
 +----
 +
 ==== Customize login messages ====  ==== Customize login messages ==== 
  
  • rpi_common
  • Last modified: 2024/04/18 08:52
  • by Jรบne Park