CanaKit Raspberry Pi 4 8GB Starter Kit (Amazon Affiliate link) - [ Ссылка ]
Raspberry PI 4 can now officially boot from USB - finally! That means you can use #SSD or HDD drives instead of SD card. In today’s video I will show you how you can do that step by step and you don’t even have to attach a monitor to your #Raspberry #Pi.
UPDATE: Stable version is now Available! My new HOW-TO ➡️ [ Ссылка ]
Compatible devices for USB Boot (The link below are affiliate Links)
SSD HP P600, 250GB, USB 3.1 - [ Ссылка ]
Samsung 860 EVO 500GB 2.5 Inch SATA III Internal SSD [ Ссылка ]
ELUTENG USB3 SATA Adapter 2.5 Inch SATA to USB 3.0 [ Ссылка ]
SanDisk SSD PLUS 240 GB Sata III 2.5 Inch - [ Ссылка ]
Samsung BAR Plus 64 GB Type-A 200 MB/s USB 3.1 - [ Ссылка ]
SanDisk Ultra 32 GB USB Flash Drive USB 3.0 - [ Ссылка ]
SanDisk 256GB Extreme PRO USB 3.1 Solid State Flash Drive - [ Ссылка ]
Crucial MX500 250GB 3D NAND SATA 2.5 Inch Internal SSD (needs SATA adapter) - [ Ссылка ]
Samsung 860 QVO 1TB Solid State Drive (needs SATA adapter) - [ Ссылка ]
CanaKit Raspberry Pi 4 4GB Starter Kit - 4GB RAM - [ Ссылка ]
CanaKit Raspberry Pi 4 8GB Starter Kit (Amazon Affiliate link) - [ Ссылка ]
Kingspec Z3 Type C USB 3.1 External SSD (Reported by CraftSense in my YouTube) - [ Ссылка ]
Geekworm X825 2.5 inch SATA HDD/SSD Expansion Board (Reported by Jay in peyanski.com) - [ Ссылка ]
Kingston A400 120G Internal SSD M.2 SA400M8 (Reported by Luiz Barreto in peyanski.com) - [ Ссылка ]
My ALL IN 1 page - [ Ссылка ]
► TIME TABLE
00:00 Intro
00:24 What you will see in this video?
01:22 Compatible USB drives
01:38 Creating a SD card with Raspberry Pi Imager
03:11 Creating a SSH file to allow remote SSH login
03:55 Getting ready and updating the Raspberry OS
04:59 Installing rpi-eeprom package for bootloader update
05:30 Editing a file before bootloader update
06:12 Updating the bootloader
06:51 Check if the bootloader is updated
07:07 Check if the boot order is correct
07:29 Burning the Raspberry OS on the SSD
08:21 Copy some files from SD to SSD
09:27 Removing the SD card and booting from SSD
09:58 Question for You!
10:36 Enable VNC server for remote GUI connection
11:25 Quick Fix if you have issues connecting with VNC
12:17 Support my Work!
► STEPS TO EXECUTE
# Update and reboot
sudo apt-get update
sudo apt-get upgrade -y
sudo rpi-update
sudo reboot
# Install eeprom
sudo apt install rpi-eeprom -y
# UPDATED: replace "critical" with "stable"
sudo sed -i 's/critical/stable/g' /etc/default/rpi-eeprom-update
# OLD: This is for the old beta release! Replace "critical" with "beta" only if you need beta release
# otherwise use the stable command from above and don't execute this at all.
sudo sed -i 's/critical/beta/g' /etc/default/rpi-eeprom-update
# UPDATED: update bootloader with version 2020-06-15 or newer and reboot
sudo rpi-eeprom-update -d -f /lib/firmware/raspberrypi/bootloader/stable/pieeprom-2020-06-15.bin
# OLD: This is for the old beta release! Update bootloader like this only if you want the beta
# Otherwise use the stable command from above and don't execute this at all.
sudo rpi-eeprom-update -d -f /lib/firmware/raspberrypi/bootloader/beta/pieeprom-2020-06-03.bin
# Reboot
sudo reboot
# Check the if the bootloader version is updated as well as the boot order
vcgencmd bootloader_version
vcgencmd bootloader_config
# (For MacOS) to create a ssh file in the boot partition to allow remote SSH connection
touch /Volumes/boot/ssh
► FULL ARTICLE
If you prefer to read, check the full article right here - [ Ссылка ]
► USEFUL LINKS
Official page that provide links to Prod and Dev images - [ Ссылка ]
Pi 4 Bootloader Configuration - [ Ссылка ]
► SUBSCRIBE TO MY NEWSLETTER FOR FULL ARTICLES - SENT WEEKLY.
You can do that here - [ Ссылка ]
► COME AND SAY “HI” on:
My Discord server: [ Ссылка ]
My Twitter: [ Ссылка ]
✅ Don't Forget to like 👍 comment ✍ and subscribe to my channel!
► DISCLAIMER
Some of the links above are affiliate links, where I earn a small commission if you click on the link and purchase an item. You are not obligated to do so, but it does help fund these videos in hopes of bringing value to you!
Raspberry Pi 4 Official USB SSD Boot
Теги
raspberry pi 4 ssd bootraspberry pi 4 ssd boot 2020raspberry pi 4 usb bootraspberry pi 4 usb ssd bootraspberry pi 4 usb ssdraspberry pi 4 ssd vs sdraspberry pi 4 bootloader usbraspberry pi 4 ssd boot without sd cardraspberry pi 4 tutorial official usb ssd bootraspberry pi boot from ssd driveraspberry pi 4 boot without sd cardraspberry pi 4 bootloaderraspberry pi 4 bootloader updateraspberry pi 4 bootloader configPeyanskiKiril Peyanski