Other Parts Discussed in Thread: AM5728 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1542118/am5728-porting-ov5640-camera-onto-to-ti-linux-sdk-9-03 器件型号: AM5728
工具/软件…
Other Parts Discussed in Thread: SK-AM62P-LP , AM62P 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 https://e2e.ti.com/support/power-management-group/power-management/f/power-management-forum/1508183/am62-evse-dev-platform-am6252atcggaalw 器件型号…
By the way, I try to cancel the uci network config, reboot the machine, and run the script below, it works.
#!/bin/bash
ip link set dev eth0 down
ip link set dev eth1 down
sleep 1
ip link set dev eth0 up
ip link set dev eth1 up
sleep 2
devlink…