Search found 7 matches
- 2024-02-10 13:37
- Forum: LuckFox Pico
- Topic: include curl into rknn_yolo5_demo example.
- Replies: 1
- Views: 1348
include curl into rknn_yolo5_demo example.
I use pico max and I can cross compile an example successfully , the example is rknn_yolo5_demo. and I copy its output to run in pico-max without problem. Then I want to CURL in main.cc by just include : #include <curl/curl.h> (I already install curl by 'sudo apt') But when do a compilation again , ...
- 2024-01-12 9:14
- Forum: LuckFox Pico
- Topic: Developing Python code in Pico Pro 128MB(RV1106)
- Replies: 10
- Views: 4781
Re: Developing Python code in Pico Pro 128MB(RV1106)
Thank you for your explanation.
- 2024-01-12 8:14
- Forum: LuckFox Pico
- Topic: Developing Python code in Pico Pro 128MB(RV1106)
- Replies: 10
- Views: 4781
Re: Developing Python code in Pico Pro 128MB(RV1106)
SDK is in PC or SPI flash ?
- 2024-01-12 7:42
- Forum: LuckFox Pico
- Topic: Developing Python code in Pico Pro 128MB(RV1106)
- Replies: 10
- Views: 4781
Re: Developing Python code in Pico Pro 128MB(RV1106)
In Buildroot, What a directory name of <SDK Directory> ?
Type : cd ?????
Type : cd ?????
- 2024-01-12 7:27
- Forum: LuckFox Pico
- Topic: Developing Python code in Pico Pro 128MB(RV1106)
- Replies: 10
- Views: 4781
Re: Developing Python code in Pico Pro 128MB(RV1106)
I already goto Buildroot console.There is a prompt "#".
How to goto the "Buildroot configuration interface" ? What a command to call this interface ?
Thank you.
How to goto the "Buildroot configuration interface" ? What a command to call this interface ?
Thank you.
- 2024-01-12 6:50
- Forum: LuckFox Pico
- Topic: Developing Python code in Pico Pro 128MB(RV1106)
- Replies: 10
- Views: 4781
Re: Developing Python code in Pico Pro 128MB(RV1106)
For example , Requests lib.
How to install this lib?
Is it an appropriate to install lib in Buildroot ?
If not , What is a right way ?
Thank you.
How to install this lib?
Is it an appropriate to install lib in Buildroot ?
If not , What is a right way ?
Thank you.
- 2024-01-11 14:10
- Forum: LuckFox Pico
- Topic: Developing Python code in Pico Pro 128MB(RV1106)
- Replies: 10
- Views: 4781
Developing Python code in Pico Pro 128MB(RV1106)
I am using Pico Pro-128MB(RV1106) .I can make my board running Buildroot on flash(no SD card installed). I intend to write Python code with some Python library such as: 1.requests 2.PIL I try to follow this link for install new Python library.(https://wiki.luckfox.com/zh/Luckfox-Pico/Luckfox-Pico-Bu...