|
Posted at 9/14/2022 03:15:18
Only Author
3#
Oh, nice... When i use the firefly firmware, the ethernet port is up, but, with my firmware does not up.
This is my rk3566-firefly-roc-pc.dts file, i only removed the uart3 from this... And the ethernet is worked again, thanks you
- &uart3 {
- status = "okay";
- };
- // i just removed the uart3, and it works.
- &uart5 {
- status = "okay";
- };
- &uart9 {
- status = "okay";
- };
Copy the code
but, i see in the ROC Rk3566-PC, in the J1 terminal, i only have an uart3_m0 for tx and rx, if i use uart3_m1, this port is not work for me in the J1 terminal, right?
|
|