-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
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
No uboot usb-boot support #64
Comments
According to this page https://rvspace.org/en/project/JH7110_Upstream_Plan it's "planned". |
Ethernet over USB is also not working. The complete USB subsystem is lacking on the current kernel. Also the nftables firewall is not starting either. I hope that is planned too... |
You could try mine "upstream" u-boot with support for USB, see here #72 EDIT: Nevermind, it doesn't work |
Did you figure out what's on the PC where the crash happens? may be we can figure out and fix it |
please starfive-tech can we get USB boot prioritized? |
the tag v3.4.5 of u-boot has support usb host function |
Oh nice I also see https://github.com/starfive-tech/VisionFive2/releases/tag/VF2_v3.8.2 mentions USB, I will give it a try and report back. |
Nice I see the usb stack works and we can list USB devices, and read blocks. Can we add USB to the boot script? |
👋 |
I was trying to integrate the visionfive 2 with a project I am working on (jumpstarter) that helps put boards like this in CI and test the software/kernel/board integration etc
But the compiled uboot does not have USB support.
Is it realistic to count on uboot USB support eventually or is it too complicated?
The text was updated successfully, but these errors were encountered: