We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
Provide pull request. https://docs.armbian.com/Process_Contribute/
Sorry, something went wrong.
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: