网上的教程只涵盖windows版本
# I was successful getting the 'buildroot' version onto my mini pico m
then it was pretty much step by step, like in this tutorial;
https://github.com/LuckfoxTECH/luckfox-pico/tree/main
I think this is the only option that works for the mini B? buildroot, but I wanted ubuntu
----------------------------------------------------------------
6. BoardConfig_IPC/BoardConfig-SPI_NAND-Buildroot-RV1103_Luckfox_Pico_Mini_B-IPC.mk
boot medium(启动介质): SPI_NAND
system version(系统版本): Buildroot
hardware version(硬件版本): RV1103_Luckfox_Pico_Mini_B
applicaton(应用场景): IPC
----------------------------------------------------------------
# The Luckfox Pico/Pico Mini A/B Login is ONLY for windows, but I found a solution for ubuntu:
https://wiki.luckfox.com/Luckfox-Pico/S ... i-ab-login
# mods the kernal, allowing usb internet I think
Code: Select all
sudo modprobe cdc_ether
Code: Select all
sudo apt update sudo apt install net-tools
Code: Select all
ifconfig -a
# allowing us to use that network
Code: Select all
sudo ifconfig exx00xx00x0x00x0x 172.32.0.1 netmask 255.255.255.0 up
Code: Select all
ssh root@172.32.0.93
Instead of system version(系统版本): Buildroot
for the Luckfox mini Pico M, is there a ubuntu version?
Luckfox mini Pico M 没有“buildroot”,有 ubuntu 版本吗?
# When I build with option 2:
----------------------------------------------------------------
2. BoardConfig_IPC/BoardConfig-EMMC-Ubuntu-RV1103_Luckfox_Pico-IPC.mk
boot medium(启动介质): EMMC
system version(系统版本): Ubuntu
hardware version(硬件版本): RV1103_Luckfox_Pico
applicaton(应用场景): IPC
----------------------------------------------------------------
I get the following error:
我收到以下错误:
?????