Max2Play Home › Forums › Max2Play on Raspberry PI › Max2play boot with USB stick › Reply To: Max2play boot with USB stick
Hi fourchtein
Great that you found a solution that worked.
The Pi once needed to be activated before it supported usb. I think by copying the sd-card installation will work fine, but you might have to do that every time you need to reflash it.
Were as Pi3+ and a support a usb stick out of the box, for the Pi3 I would recommend doing an activation before use:
How to activate Raspberry Pi 3 to support Boot from USB Stick
Install the latest Raspbian on a SD Card
On Raspberry Pi:
Open terminal
Type:
sudo nano /boot/config.txt
[ENTER]
scroll down to the bottom of the page and add the line:
program_usb_boot_mode=1
OR
Open the SD-card boot drive on your PC/MAC
open the file config.txt with you built in text editor
Scroll down to the bottom and add:
program_usb_boot_mode=1
Inset the sd-card in the Pi.
Boot up the Pi
Reboot the Pi
after the reboot shout down the Pi.
You can now use the usb stick and it should work with out any problems.