-
Notifications
You must be signed in to change notification settings - Fork 3
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
enable RNDIS support #27
Comments
Hey, do you want to enable RNDIS in U-Boot for BeagleBone hardware? |
Yes, I use BeagleBone green wireless. |
Did you check out the u-boot binary build instructions? |
Yes, I did check out the patch file. |
What TFTP client you're using? |
I want to use TFTP command in uboot to download file. |
You can also use this project as a TFTP server for your board. |
Here are the detailed instructions:
This way you can skip handling the usb drivers for your system. Just make sure to have the pre-requisite packages installed. Let me know if you need more help |
I will try it. |
Hi, I want to enable RNDIS in U-Boot. So I find your project.
I can not find RNDIS settings in U-Boot menuconfig.
How do you achieve this?
The text was updated successfully, but these errors were encountered: