Luckfox Lyra on PicoCalc

My kitchen board is ready for the new challenge… :wink:

Has anybody tried the newer TP-Link ax900 +bt with the Lyra and can confirm it’s working or it is better to stick with the older ac600 +bt?

I’m intending to use with Calculinux. I’ve ordered all the parts and just waiting for delivery.

Delivered today within EU for 20.25 euro…

1 Like
1 Like

In order too download without a already working wifi connection

Simple USB DHCP Configuration (Linux Host) - Internet Connection Sharing

No need for iptables and setting sysctl ipv4 ip forwarding

1. Determine the USB Connection name used for the Luckfox Lyra:

It typically wont be Wired connection 1

nmcli connection show

example

NAME UUID TYPE DEVICE
Wired connection 100 c57d31eb-bd98-365d-94df-60c2b875d4cc ethernet –

2. Apply shared internet connection:

sudo nmcli connection down "Wired connection 100"
sudo nmcli connection modify "Wired connection 100" ipv4.method shared 
sudo nmcli connection up "Wired connection 100"

3. Obtain a DHCP client IP for Luckfox Lyra

adb shell dhclient usb0

Setting LLMNR support level “yes” for “2”, but the global support level is “no”.

4. View IP Address chosen for Luckfox Lyra

arp
Address                  HWtype  HWaddress           Flags Mask            Iface
10.42.0.126              ether   16:cf:d3:c6:1b:2c   C                     enx5a85fb60f7cd
1 Like

Shout out to benklop in the calculinux discord for helping me build amfora to browse Gemini Protocol, I think it’s a perfect fit for this little machine

1 Like