Search found 14 matches

by avinash_gupta
2024-12-08 12:10
Forum: LuckFox Pico
Topic: Using Eclipse IDE to Develop for Luckfox
Replies: 1
Views: 367

Using Eclipse IDE to Develop for Luckfox

Hello,

I have created a video tutorial which teaches how to use Eclipse IDE to Develop for Luckfox. Please check it out here.
https://youtu.be/ZgJgEknqweg
by avinash_gupta
2024-09-30 14:13
Forum: LuckFox Pico
Topic: 1106 max的网络问题
Replies: 3
Views: 2180

Re: 1106 max的网络问题

May be DHCP lease expiring.
by avinash_gupta
2024-09-30 14:06
Forum: LuckFox Pico
Topic: Complete Reference Manual of Rockchip RV1106G3 SoC
Replies: 6
Views: 5192

Re: Complete Reference Manual of Rockchip RV1106G3 SoC

Thank you bMetalSoc! That is what I needed!
by avinash_gupta
2024-09-30 14:00
Forum: LuckFox Pico
Topic: BOM file (Bill of Materials) for Luckfox Ultra W and Pro Max
Replies: 1
Views: 1022

BOM file (Bill of Materials) for Luckfox Ultra W and Pro Max

Can you share the BOM file (Bill of Materials) for Luckfox Ultra W and Pro Max? I need to know about the details of some hardware like MIC and all. Also the component designators reference location as the PCB silkscreen doesn't has any component designators like C1,R1,U1 etc. Otherwise please tell m...
by avinash_gupta
2024-07-31 4:29
Forum: LuckFox Pico
Topic: How do you load the buildroot on sd card successfully
Replies: 6
Views: 2517

Re: How do you load the buildroot on sd card successfully

What problem you are facing? is it booting from internal flash in place or SD card? or not booting at all? Connect a USB to TLL convertor of 3.3V level like FT232 and then see what is happening inside, also post the screenshot of the boot messages on serial terminal.
by avinash_gupta
2024-07-31 4:26
Forum: LuckFox Pico
Topic: How do you load the buildroot on sd card successfully
Replies: 6
Views: 2517

Re: How do you load the buildroot on sd card successfully

This is because the SD Card is not using MBR or anyother standard partition method. This is common in case of flash storage. The partitions are defined in the kernel configurations. So SDCard here is managed as a Linux MTD device. See this page for more details https://bootlin.com/blog/managing-flas...
by avinash_gupta
2024-07-31 4:18
Forum: LuckFox Pico
Topic: How to build custom application in C/C++?
Replies: 3
Views: 1502

Re: How to build custom application in C/C++?

In the lvgl demo they have used a CMake based build system, so I have used the same idea to build my applications also. I copied their CMakeLists.txt file and made few changes to make a simple template to build application using sources files in the src directory. I created a main.c file in this src...
by avinash_gupta
2024-07-29 1:24
Forum: LuckFox Pico
Topic: How to build custom application in C/C++?
Replies: 3
Views: 1502

How to build custom application in C/C++?

Hello, I have read the whole wiki but there is no document as how to compile my own applications and link with various libraries available in SDK. I have seen the LVGL demo and doing the same way that is to use a CMake based project system. Also how to debug application using gdb and some IDE would ...
by avinash_gupta
2024-07-25 2:30
Forum: LuckFox Pico
Topic: Luckfox-pico Ultra W重启后USB 虚拟网卡无法SSH登录
Replies: 2
Views: 2395

Re: Luckfox-pico Ultra W重启后USB 虚拟网卡无法SSH登录

I also faced the same issue yesterday when I received my camera.
IMG-20240724-WA0014.jpg