It has finally arrived, unfortunately in beta but it still works, RPi 4 Native USB Boot. Say goodby to micro SD. I have been using RPi 4 for about four months or a little more, as a personal computer and I am mostly satisfied. Settings "boot" partition on micro SD card and "root" partition on
SD disk, works without any problems. But recently it has been possible to set up RPi 4 to boot directly from a USB drive!
My RPi 4 Setup (RPi 4, 4GB, Samsung SSD 250GB, USB to S-ATA adapter, sertronic RPI4-ARC-FA case with cooler)
First I found a video on Youtube and tried to make it and I failed. Then an article came out on the portal, so I followed the instructions and again I failed.
Opsss! What is happening?
I used NOOBS for OS instead of Raspbian (oooo noooo). So I came to the conclusion that Native USB Boot does not work on NOOBS.
The following is a step-by-step guide on how to set up RPi 4 for Native USB Boot, or to Boot without micro SD.
So let's get started:
- make a fresh copy of micro SD with Raspbian OS (Raspbian Imager, works on Windows, Linux and macOS)
- insert micro SD into RPi4 and power on
- install OS
- update OS:
- sudo apt update
- sudo apt full-upgrade
- sudo rpi-update
- reboot RPi
- edit rpi-eeprom-update:
- sudo nano /etc/default/rpi-eeprom-update
- FIRMWARE_RELEASE_STATUS value from "critical" to "beta"
- update firmware:
- sudo rpi-eeprom-update -d -f /lib/firmware/raspberrypi/bootloader/beta/pieeprom-2020-05-15.bin
- reboot RPi
- check firmware version:
- vcgencmd bootloader_version
- clone micro SD to USB Drive (SD Card Copier)
- shutdown RPi
- remove micro SD
- power on RPi
And that should be it, now we have an RPi with an SSD that is significantly faster than a micro SD. Lots of fun and I hope this step by step guide is helpful.
Until next time, Thanks for visiting!
No comments:
Post a Comment