Page 1 of 1
Device connection problems in the flushing tool
Posted: 2024-11-22 7:27
by hayn08
Hello.
I'm trying to buy and use a PICO Max M. Following the tutorial, I've gone all the way to the stage of baking the SD card, but the next stage, the SPID NAND flash image, is where the device is not recognized.
As shown in the picture, the body recognizes that the device is connected, but the Rockchip Soc ToolKit doesn't seem to recognize it. How do I fix this?
Re: Device connection problems in the flushing tool
Posted: 2024-11-22 10:35
by Crocodile
Hello, you need to press the RESET button while pressing the BOOT button to make Luckfox Pico enter maskrom mode to be recognized, and you also need to pay attention to whether the driver is installed.
Re: Device connection problems in the flushing tool
Posted: 2024-11-29 4:37
by hayn08
Thank you for your answer. I have resolved the above error. According to the tutorial, I logged in using Ubuntu 22.04 in 'Windows Powershell' to burn the image for Linux, and even though I entered the lsusb command
haze@dobi:/mnt/c/WINDOWS/system32$ lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
The device is not recognized as in . How do I fix it?
Re: Device connection problems in the flushing tool
Posted: 2024-11-30 2:59
by Crocodile
There are some settings that need to be made to connect a USB device on a physical machine to the system using wsl, you can refer to
viewtopic.php?p=4092&hilit=usb#p4092
Re: Device connection problems in the flushing tool
Posted: 2024-12-16 2:43
by hayn08
I proceeded according to that method, but when lsusb is played, there is a problem that only those two things pop up and cannot be recognized. Do I have to connect this device to the router separately to recognize it, not just the main body of the computer?
Re: Device connection problems in the flushing tool
Posted: 2024-12-23 3:05
by Crocodile
If the configuration is correct and the Luckfox hardware is working properly, when connecting the Luckfox device to the PC and running lsusb in WSL, you should be able to detect the device. If only two virtual HUB entries are shown, it indicates that the configuration has not been successful. The reference link I provided is a solution from other community members, I have not tested it .
Code: Select all
# This indicates that the connection was not established correctly.
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Re: Device connection problems in the flushing tool
Posted: 2024-12-29 12:59
by hayn08
I succeeded in bringing the product using Moba Xterm. By the way,
pico@luckfox:/userdata$ ls
lost+found
Why does it pop up like this?
Re: Device connection problems in the flushing tool
Posted: 2024-12-30 1:05
by Crocodile
The occurrence of lost+found is that the system generates some data fragments when initializing the file system, which is normal and does not affect the use