fosstodon.org is one of the many independent Mastodon servers you can use to participate in the fediverse.
Fosstodon is an invite only Mastodon instance that is open to those who are interested in technology; particularly free & open source software. If you wish to join, contact us for an invite.

Administered by:

Server stats:

10K
active users

Alexey Min

USB working in U-Boot on sdm660 device!
Thx @cas and folks from Linaro for sdm845-phones branch, was very helpful

@cas yeah, it really is. Not just for fun, this will speed up further development, because I can now actually interactively interact with devices without need for soldering UART thanks to "fastboot oem run" or maybe even simply exposing acm serial gadget?.. 🎉

@alexeymin for interacting with U-Boot yes, but not for Linux.

maybe it's technically possible to include the USB stack as part of the EFI runtime, disable USB on Linux and have a custom UART driver which calls into U-Boot, this would be pretty cool tbh