Raspberry Pi3+ first installation on usb

Hello. As you know, the new raspberry Pi3 + can already start without any changes from USB. I have a new RASPBIAN STRETCH LITE and it works. The problem is when I choose a new openhab + raspbian image. the installation stops at the apt update. Does anyone have a problem with this? Is this just a problem for me? Can we confirm that I am installing the USB installation directly.


Do you use the openHABianPi-image 1.4.1?

So installs the latest version of Openhabian .but directly on USB because raspberry Pi3 + has such a possibility but whether Openhabian has such a possibility

Hello. I was able to insert my sd card into my raspberry Pi3 +. Unfortunately, the same problem.

You need to use the SD card without the USB installed and change your /boot/config.text file to allow RPI to boot from your USB. This is needed before you can boot with using a SD card.

From the terminal what output do you get from: $ vcgencmd otp_dump | grep 17:
It should be 17:3020000a

If not then do this then reboot and check the output again.

echo program_usb_boot_mode=1 | sudo tee -a /boot/config.txt