Search found 4 matches

by zeljkoj
2025-10-31 17:20
Forum: Luckfox Pico-RV1103/RV1106
Topic: buildroot version upgrade
Replies: 2
Views: 1983

Re: buildroot version upgrade

I managed to compile Nodejs for my Luckfox Pico Max, using the procedure described here:

https://stackoverflow.com/questions/75223634/nodejs-is-not-building-in-buildroot-because-va-list-has-not-been-declared

In short, there are just two files which need simple edits:

in sysdrv/source/buildroot ...
by zeljkoj
2025-10-09 22:40
Forum: Luckfox Pico-RV1103/RV1106
Topic: UART RTS/CTS Hardware Flow Control
Replies: 2
Views: 1269

Re: UART RTS/CTS Hardware Flow Control

Thank you! It works when I put rts and cts pins into correct bank using iomux command. Now I will try to find why
pinctrl in the device tree isn't working as expected. Hopefully, the example with wireless module control will help me.
by zeljkoj
2025-10-04 23:29
Forum: Luckfox Pico-RV1103/RV1106
Topic: UART RTS/CTS Hardware Flow Control
Replies: 2
Views: 1269

UART RTS/CTS Hardware Flow Control

Hello,

I have a Luckfox Pico MAX. Serial communication works on all UARTs, when using only RX and TX pins, and no flow control.

UART0, UART1, and UART4 have available RTS and CTS pins, and I tried to use hardware flow control with them; however, without success.

In sysdrv/source/kernel/arch/arm ...
by zeljkoj
2025-04-15 6:12
Forum: Luckfox Pico-RV1103/RV1106
Topic: Pico Max - how to activate UART0?
Replies: 1
Views: 896

Pico Max - how to activate UART0?

Hello,

According to documentation, LuckFox Pico Pro/Max has 5 serial ports (one of them - UART2 is always used as debug console). I want to use the remaining 4 ports, but only 3 shows up (UART1, UART3, UART4). How to enable UART0?

I tried luckfox-config, and also tried to manually edit /etc ...