Boot from USB

Topics about the Hardware of Revolution Pi
Post Reply
Nick Renti
Posts: 14
Joined: 01 Apr 2020, 09:24
Answers: 0

Boot from USB

Post by Nick Renti »

Hello,
Can I boot my revpi core 3+ from USB device?
User avatar
lukas
Expert
Posts: 186
Joined: 13 Feb 2017, 10:29
Answers: 0

Re: Boot from USB

Post by lukas »

You mean attach a USB stick and use it as root filesystem?

That might work, though we've never tested it. The /boot partition on the eMMC contains the kernel. And the drivers for the USB host controller, USB hub, USB mass storage devices and ext4/jbd/f2fs filesystems are all built-in (rather than compiled as modules). So simply adding something like "root=/dev/sda1" might already be sufficient if it contains a root filesystem.
Nick Renti
Posts: 14
Joined: 01 Apr 2020, 09:24
Answers: 0

Re: Boot from USB

Post by Nick Renti »

So, should I add that to config.txt file on the boot folder?
User avatar
lukas
Expert
Posts: 186
Joined: 13 Feb 2017, 10:29
Answers: 0

Re: Boot from USB

Post by lukas »

To /boot/cmdline.txt actually. Sorry, I forgot to mention that earlier.
Post Reply