acassis commented on code in PR #16285: URL: https://github.com/apache/nuttx/pull/16285#discussion_r2067163433
########## Documentation/platforms/sim/sim/index.rst: ########## @@ -103,6 +103,21 @@ You should see some squares in different colors displayed in remmina: remmina connected to sim's VNC Server +Running Simulated CAN +===================== + +The simulator supports CAN support via SocketCAN on the host. +The CAN interface of the host must be properly configured:: + + ip link set can0 type can bitrate 1000000 + ip link set can0 up + +Virtual CAN interface can be used as well:: + + ip link add dev can0 type vcan + ifconfig can0 up + + Review Comment: Please include the detailed information that you added to the Summary, showing the host side, nsh side and the expected result. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org