Search found 14 matches

by Tomate
2025-10-07 14:54
Forum: Luckfox Pico-RV1103/RV1106
Topic: Strange behavior of VSys and VBUS
Replies: 1
Views: 981

Strange behavior of VSys and VBUS

In my Pro/Max board, I wanted to connect a mini USB printer. To do this, I enabled USB Printer support under Device Drivers → USB support → USB Printer support in the kernel configuration, and enabled USB in HOST mode through the DTS.

My board is powered by an external 5 V supply through the VSYS ...
by Tomate
2025-10-01 18:28
Forum: Luckfox Pico-RV1103/RV1106
Topic: RV1106 Luckfox Pico Pro - Ethernet packet loss problem
Replies: 3
Views: 1320

Re: RV1106 Luckfox Pico Pro - Ethernet packet loss problem

Crocodile wrote: 2025-09-30 7:53 Finally, considering the cost, volume, and protection of the chip pins, we choose the RJ45 connector with a network transformer.
They could have used RJ-45 with LEDs 8-)
by Tomate
2025-09-30 21:53
Forum: Luckfox Pico-RV1103/RV1106
Topic: How to disable ADB ?
Replies: 1
Views: 597

How to disable ADB ?

I want to disable the use of ADB or USB virtual network interface since I don’t need it. I read in the Wiki that switching the USB to Host mode disables it — is there another way to do this?

Thanks in advance !
by Tomate
2025-09-29 19:45
Forum: Luckfox Pico-RV1103/RV1106
Topic: Pico Max/Pro with Go
Replies: 1
Views: 553

Pico Max/Pro with Go

Hello, I don't know how to upload this. This isn't a problem, but rather a project using a Pico Max/Pro with an application in Go.

https://github.com/Tomatin/LuckFoxAndGoWithSensors

Best regards !
by Tomate
2025-09-24 22:49
Forum: Luckfox Pico-RV1103/RV1106
Topic: External app
Replies: 2
Views: 604

Re: External app

Crocodile wrote: 2025-09-23 7:24 Hello, you can refer to https://wiki.luckfox.com/Luckfox-Pico-R ... stem-image to package your binary files into rootfs.img.
Thanks !
by Tomate
2025-09-20 22:20
Forum: Luckfox Pico-RV1103/RV1106
Topic: External app
Replies: 2
Views: 604

External app

Hello, I have an application that is compiled outside of the framework. It has been successfully tested on my LuckFox Pico Max board. I need to place this application (executable) somewhere within the SDK so that the next time I perform a full rebuild, it persists and I don’t have to copy it ...
by Tomate
2025-09-20 21:48
Forum: Luckfox Pico-RV1103/RV1106
Topic: 3V3 Out
Replies: 2
Views: 580

Re: 3V3 Out

yangxj121 wrote: 2025-09-19 1:27 Hello, the hardware has a redundant design. If you use the computer's USB 2.0 port for power supply (5V, 500mA), the maximum current supported at 3.3V is 450mA. If the load is too large, it is recommended to use an external power supply.
Thanks !
by Tomate
2025-09-16 17:21
Forum: Luckfox Pico-RV1103/RV1106
Topic: 3V3 Out
Replies: 2
Views: 580

3V3 Out

What is the maximum current that the 3V3OUT pin can supply? I have a Pico Pro/Max.

Thanks in advance !
by Tomate
2024-09-03 15:28
Forum: Luckfox Pico-RV1103/RV1106
Topic: Pico Max in USB Host mode
Replies: 2
Views: 2177

Re: Pico Max in USB Host mode


2. Before the kernel loading stage, the USB is always in peripheral mode, and flashing is also done before the kernel loading stage, so it is still possible to use USB for image flashing. Although using UART for flashing is feasible, it is time-consuming during downloading due to the maximum baud ...
by Tomate
2024-09-02 23:23
Forum: Luckfox Pico-RV1103/RV1106
Topic: Pico Max in USB Host mode
Replies: 2
Views: 2177

Pico Max in USB Host mode

Hi, just to confirm.
  • Power is supplied by the VBUS and GND pins (5V)
  • In this mode, the SocToolKit via USB is not allowed, I suppose it should be done via serial port
Thanks in advance