Search found 3 matches

by killerp
2025-07-14 14:48
Forum: Luckfox Pico-RV1103/RV1106
Topic: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.38' not found in container
Replies: 1
Views: 716

/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.38' not found in container

i download the docker image from https://wiki.luckfox.com/zh/Luckfox-Pico/Luckfox-Pico-RV1103/Luckfox-Pico-Plus-Mini/Luckfox-Pico-SDK
and build the sdk will meet the error below.my contaoiner's glibc version is 2.35

```bash
==sysdrv== build buildroot
test -d /home/luckfox-pico/sysdrv/source ...
by killerp
2025-03-29 1:02
Forum: Luckfox Pico-RV1103/RV1106
Topic: boot fail when enable ftrace
Replies: 3
Views: 1015

Re: boot fail when enable ftrace


Hello, it is recommended that you use the USB to serial port tool to obtain the boot log for analysis, the LED is flashing with the kernel activity, and stopping the flashing indicates that the kernel may fail to boot


thanks for your replay,the uart ouput is below:
```bash
FIT: no signed, no ...
by killerp
2025-03-26 11:39
Forum: Luckfox Pico-RV1103/RV1106
Topic: boot fail when enable ftrace
Replies: 3
Views: 1015

boot fail when enable ftrace

software config:
modify default kernel config below:
CONFIG_THUMB2_KERNEL=N
CONFIG_FUNCTION_TRACER=y
CONFIG_FUNCTION_GRAPH_TRACER=y
CONFIG_DYNAMIC_FTRACE=y

and rebuild the kenrel,burn to the board

hardware:
after burn to my luckfox pico min b nand flash, the led of the board is off,and can not ...