Search found 10 matches

by kornpow
2024-12-20 4:45
Forum: LuckFox Pico
Topic: Enable camera in buildroot SDK
Replies: 4
Views: 540

Re: Enable camera in buildroot SDK

In the end, I DONT GOT IT.

The above configuration, does work using SPI flash, but in MicroSD mode, it does not work.

I am quite stumped at this point.
by kornpow
2024-12-19 17:15
Forum: LuckFox Pico
Topic: Enable camera in buildroot SDK
Replies: 4
Views: 540

Re: Enable camera in buildroot SDK

In the end, I got it. It seems like LIBCAMERA_APPS was the missing one. ``` BR2_PACKAGE_LIBCAMERA_ARCH_SUPPORTS=y BR2_PACKAGE_LIBCAMERA=y BR2_PACKAGE_LIBCAMERA_V4L2=y BR2_PACKAGE_LIBCAMERA_HAS_PIPELINE=y # BR2_PACKAGE_LIBCAMERA_PIPELINE_RASPBERRYPI is not set BR2_PACKAGE_LIBCAMERA_PIPELINE_RKISP1=y ...
by kornpow
2024-12-18 3:53
Forum: LuckFox Pico
Topic: Enable camera in buildroot SDK
Replies: 4
Views: 540

Re: Enable camera in buildroot SDK

I just wanted to add some additional info here: Here is my `/etc/luckfox.cfg` file: ``` SPI0_M0_CS_ENABLE=1 SPI0_M0_MODE=1 SPI0_M0_STATUS=1 SPI0_M0_MISO_ENABLE=0 SPI0_M0_SPEED=40000000 CSI_ENABLE=1 UART4_M1_STATUS=0 PWM11_M1_STATUS=0 PWM10_M1_STATUS=0 PWM9_M1_STATUS=0 PWM8_M1_STATUS=0 PWM0_M1_STATUS...
by kornpow
2024-12-17 23:18
Forum: LuckFox Pico
Topic: Enable camera in buildroot SDK
Replies: 4
Views: 540

Enable camera in buildroot SDK

I have successfully flashed my Luckfox Pico Pro Max with the stock OS images, which are available on Google Drive. With this image installed, I am able to communicate with the camera. I see files located in /userdata/ and /dev/video0 is populated. However, when I use the SDK to do my own buildroot c...
by kornpow
2024-10-22 23:16
Forum: LuckFox Pico
Topic: Pico Pro/Max with Linux Host (SocToolKit/upgrade_tool for Linux with SD card support)
Replies: 7
Views: 18672

Re: Pico Pro/Max with Linux Host (SocToolKit/upgrade_tool for Linux with SD card support)

Also, for clarification, there is a SocToolKit for Linux at https://github.com/LuckfoxTECH/luckfox-pico/tree/main/tools/linux/SocToolKit As SocToolKit didn't work for me, I did this blkenvflash script which allows to write to the SD card direct on the Linux Host: https://gist.github.com/Spiritdude/...
by kornpow
2024-08-24 4:00
Forum: LuckFox Pico
Topic: $250 BOUNTY -- Take Photos with CSI camera and get it into Python Pillow Format
Replies: 2
Views: 1689

Re: $250 BOUNTY -- Take Photos with CSI camera and get it into Python Pillow Format

I appreciate your message Crocodile. I will take your advise and hopefully I figure it out before somebody else does. But the bounty is ON, if someone can provide me with a fully working implementation with instructions, I will pay out. If they can save me 5 hours of headaches it will be worth it. I...
by kornpow
2024-08-23 18:19
Forum: LuckFox Pico
Topic: $250 BOUNTY -- Take Photos with CSI camera and get it into Python Pillow Format
Replies: 2
Views: 1689

$250 BOUNTY -- Take Photos with CSI camera and get it into Python Pillow Format

Development bounty: $250 payable in Bitcoin I really need some help with something, which could have a large impact,and I have wasted too much time trying to figure it out already. Goal: Using the buildroot image and Python, I want to be able to take photos using the CSI camera, and read them into a...
by kornpow
2024-08-13 3:35
Forum: LuckFox Pico
Topic: Ethernet connection Pico Pro Max
Replies: 1
Views: 1492

Ethernet connection Pico Pro Max

I have been trying to follow the quick-start guide and any references I can find, but I have yet to successfully connect to my Pico Pro Max via Ethernet using a Linux OS development machine. Currently I am able to connect via ADB, and that is good but not what I want right now. Goals: 1. SSH to my P...
by kornpow
2024-08-13 3:08
Forum: LuckFox Pico
Topic: Pico Pro/Max with Linux Host (SocToolKit/upgrade_tool for Linux with SD card support)
Replies: 7
Views: 18672

Re: Pico Pro/Max with Linux Host (SocToolKit/upgrade_tool for Linux with SD card support)

Thanks a lot for the information about the linux version of SocToolKit! However I am getting an error running it on my Ubuntu 23.04 machine ``` $ ./SocToolKit QSocketNotifier: Can only be used with threads started with QThread (SocToolKit:50620): GLib-GIO-ERROR **: 20:59:34.487: Settings schema 'org...
by kornpow
2024-08-12 19:25
Forum: LuckFox Pico
Topic: how to do clone nand flas luckfox pico max
Replies: 14
Views: 5086

Re: how to do clone nand flas luckfox pico max

Hello, There's no need to erase the SPI NAND FLASH memory. During the boot sequence, the system will first prioritize detecting the TF card and then proceed to check the SPI NAND FLASH. I just wanted to mention that the docs don't seem to match what you are saying here @Eng38. Unless the wording is...