어린이와 성인 모두에게 사랑받는 Raspberry Pi 는 수천 개의 프로젝트에서 종종 사용되는 최고의 단일 보드 컴퓨터 중 하나입니다. 그러나 모든 컴퓨터와 마찬가지로 Raspberry Pi 가 최신 기능과 수정 사항을 포함하도록 최신 상태로 유지하는 것이 중요합니다.
대부분의 Raspberry Pi 장치 는 이 작은 PC용으로 특별히 설계된 데비안 기반 Linux 운영 체제인 Raspbian을 사용합니다. (Linux)이전에 Linux(Linux) 를 사용한 적이 있고 터미널 사용에 익숙 하다면 Raspberry Pi 를 업데이트하는 것이 그리 어렵지 않을 것입니다. 확실하지 않은 경우 Raspberry Pi 를 최신 버전으로 업데이트하는 방법은 다음과 같습니다.
Raspberry Pi 소프트웨어를 업데이트하는 방법(How to Update Raspberry Pi Software)
Raspberry Pi 는 작고 기능이 풍부한 컴퓨터입니다 . 별 것 아닌 것처럼 보이지만 Raspbian, Ubuntu 또는 다른 Linux 운영 체제를 사용하든 최고의 Linux 앱 을 실행할 수 있습니다.(best Linux apps)
즉, 다른 Linux PC와 마찬가지로 Raspbian의 내장 패키지 관리자인 apt 를 사용하여 (apt)Raspberry Pi 에서 사용 하는 소프트웨어 패키지를 최신 상태로 유지하고 싶을 것 입니다.
- Raspberry Pi 에서 패키지를 업데이트하려면 터미널 창을 열거나 SSH 클라이언트를 사용하여 원격으로 Pi에 연결합니다. 먼저 소프트웨어 저장소 패키지 목록에서 패키지 목록을 업데이트해야 합니다. 이 유형을 수행하려면 sudo apt update 를 입력한 다음 Enter 키를 눌러 실행하십시오.
- 패키지 목록이 업데이트되면 sudo apt full-upgrade 를 입력하고 Enter 키를 눌러 설치된 모든 소프트웨어 패키지를 사용 가능한 최신 버전으로 업데이트합니다.
- 패키지 업데이트가 완료되면 sudo apt clean(sudo apt clean) 을 입력하고 Enter 키를 눌러 이제 중복된 패키지 파일을 정리하고 지우는 것이 좋습니다 .
대부분의 경우에는 필요하지 않지만 패키지 업데이트 설치가 완료되면 프로세스가 올바르게 완료되도록 sudo reboot 를 입력하여 자유롭게 Raspberry Pi 를 다시 시작할 수 있습니다.(Raspberry Pi)
라즈베리 파이 펌웨어를 업데이트하는 방법(How to Update Raspberry Pi Firmware)
Raspberry Pi Foundation 은 Raspberry Pi 및 실행되는 펌웨어 의 개발을 담당 합니다. 때때로 중요한 보안 수정 사항이나 Raspberry Pi 업데이트를 추가하기 위해 새 펌웨어가 릴리스됩니다 .
Raspberry Pi 펌웨어 를 업데이트하려면 sudo apt update 또는 sudo apt full-update 명령을 실행하여 안정적인 펌웨어 릴리스로 Raspberry PI 를 업데이트합니다 . 충분하지 않고 사용 가능한 최신 펌웨어(예: 중요한 버그 수정) 로 업데이트해야 하는 경우 대신 rpi-update 도구를 사용해야 합니다.
Raspberry PI 는 Raspbian과 함께 설치되어야 하지만 다른 Linux 운영 체제와도 호환됩니다. rpi-update GitHub 페이지(rpi-update GitHub page) 에서 다운로드하여 설치할 수 있습니다 .
- Raspberry Pi 펌웨어 를 업데이트하려면 최신 버전의 rpi-update 도구가 설치되어 있는지 확인해야 합니다 . Raspberry Pi 에 대한 터미널 또는 SSH 연결을 연 다음 Enter 키를 누르기 전에 sudo apt update && sudo apt install rpi-update 를 입력하십시오.
- 최신 버전이 설치된 경우 sudo rpi-update 를 입력하여 펌웨어 업데이트 도구를 실행한 다음 Enter 키를 누릅니다. 키보드의 Y(Y) 키를 눌러 펌웨어 업그레이드를 진행할지 여부를 확인해야 합니다 .
Raspberry Pi 펌웨어가 업데이트 되면 재부팅 해야 합니다. rpi-update 도구가 자동으로 수행하지 않는 경우 이를 수행하려면 sudo reboot 를 입력하십시오.(sudo reboot)
Raspberry Pi에 주요 Raspbian 업데이트를 설치하는 방법(How to Install a Major Raspbian Update on a Raspberry Pi)
적절한 업데이트(apt update) 프로세스는 소프트웨어 패키지를 업데이트 하지만 시스템은 업데이트하지 않습니다. Raspbian을 수동으로 주요 새 릴리스로 업데이트할 수 있지만 이를 수행하는 자동 도구는 없습니다.
한 Raspbian 버전에서 다음 버전으로 수동 업데이트를 수행하는 것은 특히 한 릴리스에서 다음 릴리스로 패키지 및 기능이 변경되는 경우 매우 문제가 됩니다. 이전 Raspbian 릴리스에서 주요 업데이트를 수행하려면 먼저 Raspberry Pi 를 백업하고 최신 버전의 Raspbian을 Raspberry Pi 의 microSD 카드(또는 이전 Pi 모델의 경우 SD 카드)에 플래시해야 합니다.
이것은 또한 한 주요 Raspbian 릴리스에서 다음 릴리스로 이동하는 가장 깨끗하고 빠르며 최선의 방법이기 때문에 Raspberry Pi Foundation에서 현재 위치 업그레이드보다 권장 하는 방법입니다. (Raspberry Pi Foundation recommends)이렇게 하면 microSD 카드가 지워지므로 시작하기 전에 보관하려는 파일이 외부 드라이브에 백업되었는지 확인하십시오.
- 이렇게 하려면 운영 체제에 맞는 Raspberry Pi Imager 도구를 다운로드하여 설치해야 합니다. (download and install the Raspberry Pi Imager tool)그러면 최신 버전의 Raspbian용 이미지 파일이 자동으로 다운로드되어 microSD 카드에 직접 플래시됩니다.
- Raspberry Pi Imager 도구가 설치 되면 Raspberry Pi의 microSD 카드를 제거하고 PC에 연결한 다음 Raspberry Pi Imager 를 시작합니다 . Imager 창에서 OS 선택 버튼을 클릭 하고 옵션(Choose OS) 창에서 Raspbian을 선택 합니다.(Raspbian )
- Rasbian을 선택한 상태에서 SD 카드 선택(Choose SD Card) 버튼을 클릭한 다음 SD 카드 선택 메뉴에서 microSD 카드를 선택합니다.
- 최신 버전의 Raspbian(Raspbian) 으로 microSD 카드를 플래시할 준비가 되면 쓰기(Write) 버튼을 누르 세요.
- Raspberry Pi Imager 도구는 Raspbian을 다운로드하여 microSD 카드에 쓰는 데 시간이 걸립니다 . 프로세스가 완료되면 계속(Continue) 을 눌러 도구를 종료합니다.
microSD 카드를 안전하게 제거하고 Raspberry Pi(Raspberry Pi) 에 다시 삽입하고 이 시점에서 전원을 켤 수 있습니다. 프로세스가 성공적이면 초기 설정 프로세스를 진행하고 백업된 파일을 새 Raspbian 설치로 복원할 수 있습니다.
또한 터미널 창을 열고 sudo apt update && sudo apt full-upgrade 를 실행하여 새로운 Raspbian 설치를 위해 최신 소프트웨어 패키지가 설치되었는지 확인해야 합니다.
라즈베리 파이를 최신 상태로 유지하기(Keeping Your Raspberry Pi Updated)
Raspberry Pi 와 같은 (Raspberry Pi)Linux 장치 는 일반적으로 Windows 장치 보다 더 안전한 것으로 간주되지만 이것이 Raspberry Pi 를 최신 상태로 유지하는 것이 필수적이지 않다는 의미는 아닙니다 . 정기적인 업데이트는 새로운 소프트웨어, 버그 수정, 개선 사항 등을 제공합니다.
이제 Raspberry Pi(Raspberry Pi) 를 업데이트하는 방법을 알았 습니다 . 특히 Pi에서 시도할 수 있는 멋진 Linux 터미널 명령 을 사용하여 (cool Linux terminal commands)Linux 터미널 을 사용하는 데 익숙해지는 것이 좋습니다 . 아래 의견 섹션에서 자신의 Raspberry Pi 팁과 프로젝트 아이디어를 알려 주십시오.
How To Update Raspberry Pi
Loved bу kids and adults alike, the Raspberry Pi is one of the best single-board computers out there, оften used at the heart of thousands of projects. Like all computers, however, it’s important to keep your Raspberry Pi uр-to-date to ensure it has the latest featureѕ and fіxes.
Most Raspberry Pi devices use Raspbian, the Debian-based Linux operating system specially designed for this tiny PC. If you’ve used Linux before, and you’re comfortable using the terminal, updating your Raspberry Pi won’t be too difficult. If you’re unsure, here’s how to update a Raspberry Pi to the latest version.
How to Update Raspberry Pi Software
The Raspberry Pi is a tiny, feature-filled computer. It may not look like much, but it’s more than capable of running the best Linux apps, whether you’re using Raspbian, Ubuntu, or another Linux operating system with it.
That means that, like any other Linux PC, you’ll want to keep the software packages your Raspberry Pi use up-to-date using Raspbian’s built-in package manager—apt.
- To update the packages on your Raspberry Pi, open a terminal window or connect to your Pi remotely using an SSH client. You’ll first need to update the list of packages from the software repository package lists. To do this type sudo apt update, then hit enter to run it.
- Once your package lists are updated, type sudo apt full-upgrade and hit enter to update all installed software packages to the latest available versions.
- Once the packages have finished updating, it’s a good idea to tidy up and clear any now-redundant package files by typing sudo apt clean and hitting enter.
While it isn’t necessary in most instances, feel free to restart your Raspberry Pi by typing sudo reboot once any package updates have finished installing to ensure the process finishes correctly.
How to Update Raspberry Pi Firmware
The Raspberry Pi Foundation is responsible for the development of the Raspberry Pi, as well as the firmware it runs. From time to time, new firmware is released to add important security fixes or updates to your Raspberry Pi.
To update your Raspberry Pi firmware, run the command sudo apt update or sudo apt full-update, which will update your Raspberry PI with stable firmware releases. If that isn’t good enough and you need to update to the latest available firmware (for critical bug fixes, for instance) you’ll need to use the rpi-update tool instead.
The Raspberry PI should come installed with Raspbian, but it’s also compatible with other Linux operating systems. You can download and install it from the rpi-update GitHub page.
- To update your Raspberry Pi firmware, you’ll need to make sure you have the latest version of the rpi-update tool installed. Open a terminal or SSH connection to your Raspberry Pi, then type sudo apt update && sudo apt install rpi-update before hitting enter.
- If the latest version is installed, type sudo rpi-update to run the firmware updating tool, then hit enter. You’ll need to confirm whether or not you wish to proceed with the firmware upgrade by pressing the Y key on your keyboard.
You’ll need to reboot once your Raspberry Pi firmware has updated—type sudo reboot to do this if the rpi-update tool doesn’t do it automatically.
How to Install a Major Raspbian Update on a Raspberry Pi
While the apt update process will update your software packages, it won’t update your system. While Raspbian can be updated to a major new release manually, there’s no automatic tool to do this.
Performing a manual update from one Raspbian version to the next is extremely problematic, especially given the changes to packages and features from one release to the next. To perform a major update from an older Raspbian release, you should first back up your Raspberry Pi and flash the latest version of Raspbian to your Raspberry Pi’s microSD card (or SD card for older Pi models).
This is also the method that the Raspberry Pi Foundation recommends over an in-place upgrade because it’s the cleanest, quickest, and best way to move from one major Raspbian release to the next. Doing this will wipe your microSD card, so make sure any files you wish to keep are backed up to an external drive before you begin.
- To do this, you’ll need to download and install the Raspberry Pi Imager tool for your operating system. This will automatically download the image file for the latest version of Raspbian and flash it to your microSD card directly.
- Once the Raspberry Pi Imager tool is installed, remove your Raspberry Pi’s microSD card and connect it to your PC, then launch the Raspberry Pi Imager. In the Imager window, click the Choose OS button and select Raspbian from the option window.
- With Rasbian selected, click the Choose SD Card button, then select your microSD card from the SD card selection menu.
- When you’re ready to begin flashing your microSD card with the latest version of Raspbian, press the Write button.
- The Raspberry Pi Imager tool will take some time to download and write Raspbian to your microSD card. Once the process is complete, press Continue to end the tool.
You’ll be able to safely remove the microSD card, insert it back into your Raspberry Pi and power it up at this point. If the process was successful, you’ll be able to proceed with the initial setup process and restore any backed up files to your new Raspbian installation.
You should also open a terminal window and run sudo apt update && sudo apt full-upgrade to ensure that the latest software packages are installed for your fresh Raspbian installation.
Keeping Your Raspberry Pi Updated
While Linux devices like the Raspberry Pi are generally considered to be more secure than their Windows counterparts, that doesn’t mean it isn’t essential to keep your Raspberry Pi updated. Regular updates bring new software, bug fixes, advancements, and more.
Now you know how to update a Raspberry Pi, it’s probably a good idea to get comfortable using the Linux terminal, especially with some cool Linux terminal commands you can try on your Pi. Let us know your own Raspberry Pi tips and project ideas in the comments section below.