
Hi Heinrich,
xypron.glpk@gmx.de wrote on Sun, 6 Aug 2023 21:29:54 +0200:
On 8/4/23 21:37, Miquel Raynal wrote:
Describe the current situation wrt the handling of USB devices on AM33xx based boards, taking the example of a common board (the Beagle Bone Black) and explaining how the different USB gadgets can be used.
Signed-off-by: Miquel Raynal miquel.raynal@bootlin.com
I've tried to be as transparent and honnest as I could with my limited knowledge of the situation and the USB world, based on our latest dicussions. I am fully open to suggestions, changes, rephrasing...
doc/board/ti/am335x_evm.rst | 61 +++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+)
diff --git a/doc/board/ti/am335x_evm.rst b/doc/board/ti/am335x_evm.rst index ee4faec37c2..0587b506ee2 100644 --- a/doc/board/ti/am335x_evm.rst +++ b/doc/board/ti/am335x_evm.rst @@ -201,3 +201,64 @@ booting and mtdparts have been configured correctly
for the board:
U-Boot # spl export fdt ${loadaddr} - ${fdtaddr} U-Boot # nand erase.part u-boot-spl-os U-Boot # nand write ${fdtaddr} u-boot-spl-os
+USB device +----------
+The platform code for am33xx based designs is legacy in the sense that +it is not fully compliant with the device model in its management of th
e
Thanks for extending the documentation. Please, have a look at the suggestions below.
They all sound sensible to me, I will take them and send a v2.
Thanks, Miquèl