Enabling SLIP in the Pico Mini B Ubuntu kernel
Posted: 2024-11-24 21:09
Hello everyone, I'm trying to make the ESP8266 SLIP interface https://github.com/martin-ger/esp_slip_router work with Mini B. I added these lines to the :
But after rebuilding the Ubuntu with it doesn't work yet:
Could you please show me how I can actually enable this feature in kernel and use the ESP8266 SLIP router with Pico Mini B? Thanks in advance for your help
Code: Select all
luckfox_rv1106_linux_defconfig
Code: Select all
CONFIG_SLIP=y
CONFIG_SLIP_COMPRESSED=y
CONFIG_SLIP_SMART=y
CONFIG_SLIP_MODE_SLIP6=y
Code: Select all
./build.sh
Code: Select all
pico@luckfox:~$ sudo slattach -L -p slip -s 115200 /dev/ttyS4&
[1] 901
pico@luckfox:~$ SLIP_set_disc(1): Invalid argument
[1]+ Exit 1 sudo slattach -L -p slip -s 115200 /dev/ttyS4