Search found 5 matches

by luckfox_prototyper
2025-05-06 23:10
Forum: Luckfox Pico-RV1103/RV1106
Topic: USB Simcom LTE module on Core1106
Replies: 3
Views: 230

Re: USB Simcom LTE module on Core1106

Hi Crocodile, I've created an image of buildroot system from Pico PI board but there are still issues. This is the full log from /var/log/messages/ which does indicate that my LTE was detected: May 6 22:55:37 luckfox kern.info kernel: [ 0.181428] usbcore: registered new interface driver asix May 6 2...
by luckfox_prototyper
2025-05-02 15:48
Forum: Luckfox Pico-RV1103/RV1106
Topic: USB Simcom LTE module on Core1106
Replies: 3
Views: 230

USB Simcom LTE module on Core1106

Hey everyone. I have a LTE Simcom module connected to Core1106 via USB. I've loaded many drivers into kernel that should now enable me to see the usb from core: CONFIG_PPP=y CONFIG_PPPOE=y CONFIG_PPP_ASYNC=y CONFIG_PPP_SYNC_TTY=y CONFIG_USB_USBNET=y CONFIG_USB_NET_RNDIS_HOST=y CONFIG_USB_ACM=y CONFI...
by luckfox_prototyper
2025-04-29 23:30
Forum: Luckfox Pico-RV1103/RV1106
Topic: Sleep mode
Replies: 3
Views: 875

Re: Sleep mode

Thank you for the reply. I've now been able to put my RV1106 to sleep following that forum. However the board won't wake when I connect the GND and the GPIO1_A0 pin. I've appended the following to my .dts file: / { gpio-keys { compatible = "gpio-keys"; autorepeat; pinctrl-names = "def...
by luckfox_prototyper
2025-04-28 13:16
Forum: Luckfox Pico-RV1103/RV1106
Topic: Sleep mode
Replies: 3
Views: 875

Sleep mode

Hi everyone. Has anyone been able to put the luckfox pico ultra W into the sleep mode to consume less power? I've found PMU_PWR_CON register in RV1106 documentation, but I'm unable to write to it and I get segmentation fault everytime. If anyone could share an example code how to put the board to lo...
by luckfox_prototyper
2025-03-29 13:04
Forum: Luckfox Pico-RV1103/RV1106
Topic: Wireguard buildroot in luckfox pico ultra w
Replies: 1
Views: 160

Wireguard buildroot in luckfox pico ultra w

Hello, I'm trying to get the wireguard to work on my luckfox pico ultra W board. I have a docker cross-compilation setup and I've built my own images now. I've managed to load the wireguard kernel module on my board as well. However now that I run a wg-quick up I always sooner or later run into the ...