Dhanushka Dangampola's Blog
Friday, December 27, 2024
udev notes
›
In Yocto notes - 3 , we did the following update to drivers/usb/musb/musb_gadget.c to notify MUSB gedget setup/cleanup int musb_gadget_setup...
Thursday, November 28, 2024
U-Boot notes
›
Porting u-boot Just some simple guidelines for start porting u-boot to a new board. I'm using an NXP imx8mp as example. Using u-boot-202...
Sunday, October 27, 2024
USB notes - 2
›
Using Linux USB Gadget Documentation/usb/gadget_configfs.rst details how linux USB gadget is configured through configfs To get ethernet ove...
Saturday, September 28, 2024
Yocto notes - 3
›
Dealing with the linux kernel Here, I'm using yocto scarthgap for my beaglebone-white. Refer to Yocto Linux Kernel Development Manual ...
Sunday, August 18, 2024
USB notes
›
Switching USB speed An example from imx8mp drivers/usb/dwc3/core.c does the speed set dwc->maximum_speed = usb_get_maximum_speed(dev)...
›
Home
View web version