Search found 33 matches

by 14Og
2025-02-02 14:31
Forum: LuckFox Pico
Topic: Encoder resolution change breaks H264 encoder
Replies: 1
Views: 12

Encoder resolution change breaks H264 encoder

Hi! I've encountered a weird situation with media libraries recently, after syncing with upstream luckfox-pico-sdk. I'm using vi-venc pipeline that is based on examples you provide. Everything works fine, i send encoded video via network and can watch it using ffplay. The problem is when i change vi...
by 14Og
2025-01-31 16:46
Forum: LuckFox Pico
Topic: change console from ttyS2 to ttyS5
Replies: 6
Views: 1760

Re: change console from ttyS2 to ttyS5

Hey! I've also been trying to change pico console from ttyS2 to ttyS4, and i've changed everything that i was supposed to: uart parameters for ddr.bin, stdout-path in uboot dts: chosen { stdout-path = &uart4; u-boot,spl-boot-order = &sdmmc, &spi_nor, &spi_nand, &emmc; }; fiq_debu...
by 14Og
2025-01-21 12:57
Forum: LuckFox Pico
Topic: Buildroot sdk
Replies: 4
Views: 576

Re: Buildroot sdk

Sorry for bothering you, problem disappeared after catching up with your sdk. Seems like it was problem between versions of media libraries)
by 14Og
2025-01-18 10:36
Forum: LuckFox Pico
Topic: Buildroot sdk
Replies: 4
Views: 576

Re: Buildroot sdk

Thank you! I've managed to reconfigure original buildroot to build rootfs for luckfox, but i found a really weird problem, that also arises in your buildroot tarball: When buildroot generates host part of output directory, it creates toolchainfile.cmake for convenient cross-compilation process of us...
by 14Og
2025-01-13 9:36
Forum: LuckFox Pico
Topic: Buildroot sdk
Replies: 4
Views: 576

Buildroot sdk

Hi! I've been using your buildroot sdk for a couple of months to customize my linux image for personal needs. Now i'm wondering, can i use original buildroot repository instead of your local tarball? They seem to be pretty similar to each other at first glance, but maybe there is some hidden feature...
by 14Og
2025-01-13 9:33
Forum: LuckFox Pico
Topic: Mounting spi-nand storage from sd-card linux
Replies: 2
Views: 423

Re: Mounting spi-nand storage from sd-card linux

Thank you, i'll let you know if there will be any success with it on my side
by 14Og
2024-12-18 15:51
Forum: LuckFox Pico
Topic: Mounting spi-nand storage from sd-card linux
Replies: 2
Views: 423

Mounting spi-nand storage from sd-card linux

Hello! I'm wondering, is it possible to mount spi-nand storage as mtdblock... when im on sd-card system? If i want to use spi-nand as part of my filesystem storage. Im curious about it and i just want to know whether it's technically possible
by 14Og
2024-12-17 8:26
Forum: LuckFox Pico
Topic: Changing spi-nand flash type in device tree
Replies: 2
Views: 558

Re: Changing spi-nand flash type in device tree

Yep, i found out that bootrom automatically detects nand-flash's id and then kernel also detects it. The problem was that i misinterpreted dmesg output. Thank you!
by 14Og
2024-12-13 11:54
Forum: LuckFox Pico
Topic: Changing spi-nand flash type in device tree
Replies: 2
Views: 558

Changing spi-nand flash type in device tree

Hello! I want to update spi-nand flash on my luckfox pico mini b board. I don't understand where can i reconfigure this parameter in your buildroot sdk. I found device tree node that is responsible for it: /**********SFC**********/ &sfc { status = "okay"; flash@0 { compatible = "s...