Page 1 of 1

Connection refused for Buildroot

Posted: 2024-01-28 14:39
by ZlodeiBaal
Hi!
I have LuckFox Pico Pro Max. And I want to run neural networks on RV1106.
Initially, I installed the Ubuntu image (Luckfox_Pico_Pro_Max_Ubuntu_SDCard https://drive.google.com/drive/folders/ ... Sq14HXL8ao ). But I could not run RKNN inference on it.
I switched on the Buildroot image (Luckfox_Pico_Pro_Max_Mout_SD https://drive.google.com/drive/folders/ ... taYhUSg_NF )
But I could not ssh on it:
01.png
02.png
My IP is 172.32.0.100. Everything is working for Ubuntu, but for Buildroot, it is not.
Any Ideas?

Re: Connection refused for Buildroot

Posted: 2024-01-28 15:04
by ZlodeiBaal
Ok. The trick was to update the firmware after burning the image. I am a bit confused, but OK:)
03.png

Re: Connection refused for Buildroot

Posted: 2024-01-29 6:25
by Luckfox Taylor

Re: Connection refused for Buildroot

Posted: 2024-01-29 10:08
by ZlodeiBaal
I did this. As you can see - my IP was 172.32.0.100, and I can easily ping the device. Also, the same approach worked with the Ubuntu image. The only problem was with Buildroot. I think the problem was with the system flushed into the device's internal memory. Buildroot installation did not start from the SD card before I updated the system.

Re: Connection refused for Buildroot

Posted: 2024-01-30 9:39
by Eng38
ZlodeiBaal wrote: 2024-01-28 14:39 Initially, I installed the Ubuntu image (Luckfox_Pico_Pro_Max_Ubuntu_SDCard https://drive.google.com/drive/folders/ ... Sq14HXL8ao ). But I could not run RKNN inference on it.
The program for "RKNN Model Inference Testing" needs to be cross-compiled and run on a system built with Buildroot; it is not suitable for Ubuntu systems. We recommend using an image built with Buildroot for optimal compatibility.