Open jemail99 opened 3 years ago
I have a Samsung USB Portable SSD T5 external USB drive: Bus 003 Device 002: ID 04e8:61f5 Samsung Electronics Co., Ltd Portable SSD T5
I used armbian-config to install to USB. After the process completes and a reboot initiated the result is a black screen.
I can solve the issue with adding a usbquirk to the boot.ini: setenv bootargs "... usb-storage.quirks=0x04e8:0x61f5:u"
setenv bootargs "... usb-storage.quirks=0x04e8:0x61f5:u"
Can this usb quirk be added to the default armbianEnv.txt for future official builds?
Provide pull request. https://docs.armbian.com/Process_Contribute/
I have a Samsung USB Portable SSD T5 external USB drive: Bus 003 Device 002: ID 04e8:61f5 Samsung Electronics Co., Ltd Portable SSD T5
I used armbian-config to install to USB. After the process completes and a reboot initiated the result is a black screen.
I can solve the issue with adding a usbquirk to the boot.ini:
setenv bootargs "... usb-storage.quirks=0x04e8:0x61f5:u"
Can this usb quirk be added to the default armbianEnv.txt for future official builds?