SLIP on NRF HW
#48697
Replies: 1 comment 8 replies
-
I have not tested this kind of setup, but there should be no difference in zephyr side whether the slip is running in qemu or in target device. Note the dummy L2 in zephyr side does not add or use any L2 header so in linux side, a TUN device must be used (and not TAP). |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have successfully used SLIP with QEMU on a Linux host.
Now i want to run SLIP on NRF52840DK HW but it does not work.
The NRF board does not have Ethernet HW so the SLIP driver uses NET_DEVICE_INIT with DUMMY_L2 layer instead of ETH_NET_DEVICE_INIT.
Assuming the DUMMY_L2 interace could have problems with Ethernet frames i changed the tunslip6 setup on linux side to use a tunnel device instead of the default tap device but still no go.
Beta Was this translation helpful? Give feedback.
All reactions