-
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 3 replies
-
Using SLIP outside of Qemu is not really tested but should work as long as there is a UART that is providing the connection. |
Beta Was this translation helpful? Give feedback.
-
Hello @ofirshe, as for the ENET drivers getting included, I think the issue in your case is CONFIG_NET_L2_ETHERNET=y. This config is enabled by default when you set CONFIG_NETWORKING=y and you also configure it yourself (on the line right below the IP address configurations). Try setting it to n. It's also selected by CONFIG_NET_SLIP_TAP if you enable that, so keep that in mind. |
Beta Was this translation helpful? Give feedback.
-
@ofirshe Just wondered did you get the SLIP working outside of Qemu? |
Beta Was this translation helpful? Give feedback.
-
Hi @jukkar, I have set up an Ubuntu VM on my Windows machine and connected it via a serial interface to the RT1060-EVK board. On my PC, the connection is mapped to This is my
On the board, I configured I then configured the SLIP network interface as follows:
I'm sending a ping to the board, but I'm not receiving any response. Could there be an issue with the configurations? Thanks! |
Beta Was this translation helpful? Give feedback.
I got it working with the help of @krish2718 here.