ALSchwalm / pISO

Hardware and software source for the pISO
https://www.kickstarter.com/projects/178023282/piso-the-most-versatile-flash-drive-yet?ref=user_menu
GNU General Public License v3.0
138 stars 35 forks source link

Can't boot USB bootable enabled Pi3B/3B+ using pISO #38

Open ukscone opened 5 years ago

ukscone commented 5 years ago

Only done cursory tests so far but not been able to use a pISO to boot an USB boot enabled Raspberry Pi. Only tried with a drive with IchigoJam BASIC4Rpi so far as it should have been the thing that would cause the least amount of problems as it's just files in a FAT32 partition.

Has anyone had any success booting a pi using pISO?

ukscone commented 5 years ago

just to confirm. tried 3 different Pi's, 2 different pISO's and 3 different sd cards and setups and no go unfortunately :(

mikerr commented 5 years ago

I had the same problem, it seems by default the pi doesn't wait long enough.

I've just successfully booted my pi3 from pISO though:

The fix is to insert an sd card with only bootcode.bin and an empty file called TIMEOUT on it. That adds 5 seconds to the wait for USB enumeration, which is enough for pISO to initialize.

I think there may be a config.txt flag to make that permanent in the OTP so you won't need to use an SD card again.

mikerr commented 5 years ago

Just to add that was actually a Pi3B+ the same doesn't appear to work on my Pi3B despite it being USB-boot enabled ?!