Booting PI from USB
Posted: Friday 31 August 2018 8:25
Ciao,
I recently discovered that Raspberry PI3b and PI3B+ support boot from USB with no longer need of the SDCard
I tried with a 250Gb Sata disk and it worked quite well...
my intention was, now, to move my server installation to a 120Gb SSD for the following reasons:
- SD Cards are almost faulty... I already burn 3 in the past
- Small and cheap SSD (less than 80Gb) are normally made by microsd chips instead of SSD chipsets
The PI gains in speed and I'm planning to move all separated server to just one device:
- Domoticz
- Node
- NodeRed/dashboard
- MQTT Broker
- BLE/BT scan
I hope this would help someone else....
here is how to do that:
You will need an SD Card with the most recent rPI image on it
before boot the first time on the SD card edit the config.txt and add the following line:
program_usb_boot_mode=1
save and insert the SD into the PI and boot it.
now you can shut it down and remove the SDCard
on the USB disk burn the most recent rPI image
plug it to the PI
power it up... that's all!
(note that you will need a 3A power supply!!)
ciao
M
I recently discovered that Raspberry PI3b and PI3B+ support boot from USB with no longer need of the SDCard
I tried with a 250Gb Sata disk and it worked quite well...
my intention was, now, to move my server installation to a 120Gb SSD for the following reasons:
- SD Cards are almost faulty... I already burn 3 in the past
- Small and cheap SSD (less than 80Gb) are normally made by microsd chips instead of SSD chipsets
The PI gains in speed and I'm planning to move all separated server to just one device:
- Domoticz
- Node
- NodeRed/dashboard
- MQTT Broker
- BLE/BT scan
I hope this would help someone else....
here is how to do that:
You will need an SD Card with the most recent rPI image on it
before boot the first time on the SD card edit the config.txt and add the following line:
program_usb_boot_mode=1
save and insert the SD into the PI and boot it.
now you can shut it down and remove the SDCard
on the USB disk burn the most recent rPI image
plug it to the PI
power it up... that's all!
(note that you will need a 3A power supply!!)
ciao
M