Search found 6 matches

by Tomate
2024-09-03 15:28
Forum: LuckFox Pico
Topic: Pico Max in USB Host mode
Replies: 2
Views: 1021

Re: Pico Max in USB Host mode

2. Before the kernel loading stage, the USB is always in peripheral mode, and flashing is also done before the kernel loading stage, so it is still possible to use USB for image flashing. Although using UART for flashing is feasible, it is time-consuming during downloading due to the maximum baud r...
by Tomate
2024-09-02 23:23
Forum: LuckFox Pico
Topic: Pico Max in USB Host mode
Replies: 2
Views: 1021

Pico Max in USB Host mode

Hi, just to confirm.
  • Power is supplied by the VBUS and GND pins (5V)
  • In this mode, the SocToolKit via USB is not allowed, I suppose it should be done via serial port
Thanks in advance
by Tomate
2024-08-18 13:52
Forum: LuckFox Pico
Topic: Put my executable in the spi flash
Replies: 2
Views: 2891

Re: Put my executable in the spi flash

Thanks !
by Tomate
2024-08-16 13:15
Forum: LuckFox Pico
Topic: Put my executable in the spi flash
Replies: 2
Views: 2891

Put my executable in the spi flash

How do I add my own executable binary to the final image that I'm going to burn to the SPI flash?

Thanks in advance !
by Tomate
2024-08-15 13:59
Forum: LuckFox Pico
Topic: Error trying to compile SDK
Replies: 2
Views: 1677

Re: Error trying to compile SDK

Hello, your environment variables include ~/dev/luckfox/sdk/luckfox-pico, which causes the SDK check to fail during compilation. Please remove the declaration of the Luckfox Pico SDK root directory from your environment variables. If you set the environment variable in ~/.zshrc or ~/.bashrc, you ca...
by Tomate
2024-08-14 17:12
Forum: LuckFox Pico
Topic: Error trying to compile SDK
Replies: 2
Views: 1677

Error trying to compile SDK

Hi, I downloaded and followed the instructions in the tutorial to compile buildroot. My Ubuntu version is 22.04. But when I run build.sh an error appears: m /home/epsonbox/dev/luckfox/sdk/luckfox-pico/sysdrv/source/buildroot/buildroot-2023.02.6/output/build/buildroot-config/zconf.tab.c # # configura...