Search found 2 matches

by benix
2024-09-15 3:05
Forum: Luckfox Pico-RV1103/RV1106
Topic: ubuntu 22.04 flash-kernel errors , unsupported platform: LuckyFox Pico Plus
Replies: 2
Views: 1741

Re: ubuntu 22.04 flash-kernel errors , unsupported platform: LuckyFox Pico Plus


Hello, you need to install the kernel module directly and use the insmod command, not all platforms support the apt package of linux-modules
The kernel module needs to be compiled, you can run ./build.sh kernelconfig in the root path of the Luckfox Pico SDK, select the module to save and exit, and ...
by benix
2024-09-09 8:10
Forum: Luckfox Pico-RV1103/RV1106
Topic: ubuntu 22.04 flash-kernel errors , unsupported platform: LuckyFox Pico Plus
Replies: 2
Views: 1741

ubuntu 22.04 flash-kernel errors , unsupported platform: LuckyFox Pico Plus

Hi all,

Just bought a Pico Plus and burnt ubuntu image with a MicroSD. It's working OK. However, I couldn't figure out how to install kernel modules (e.g. tun.ko). When I performed "apt install linux-modules-5.15.0-100-generic" and it resulted in "flash-kernel errors, unsupported platform:
LuckyFox ...