Search found 2 matches

by illantal
2024-11-25 15:16
Forum: LuckFox Pico
Topic: Enabling SLIP in the Pico Mini B Ubuntu kernel
Replies: 2
Views: 618

Re: Enabling SLIP in the Pico Mini B Ubuntu kernel

Hello, I managed to fix this issue by reflashing the SD card in Windows using the SocToolKit, in Linux it somehow didn't work anymore by that blkenvflash script, but anyway thanks for your help
by illantal
2024-11-24 21:09
Forum: LuckFox Pico
Topic: Enabling SLIP in the Pico Mini B Ubuntu kernel
Replies: 2
Views: 618

Enabling SLIP in the Pico Mini B Ubuntu kernel

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 luckfox_rv1106_linux_defconfig : CONFIG_SLIP=y CONFIG_SLIP_COMPRESSED=y CONFIG_SLIP_SMART=y CONFIG_SLIP_MODE_SLIP6=y But after rebuilding the Ubunt...