Search found 11 matches
- 2024-12-22 15:23
- Forum: Luckfox Pico-RV1103/RV1106
- Topic: max_leb_cnt calculation problem
- Replies: 1
- Views: 457
max_leb_cnt calculation problem
Hi, When I tried to reduce the image size by disabling these two options in the BoardConfig-SPI_NAND-Buildroot-RV1103_Luckfox_Pico_Mini_B-IPC.mk file pic1.jpg the compilation gave "max_leb_cnt too low error" pic2.jpg by re-enabling them the image creation was succesfull. pic3.jpg Is there ...
- 2024-12-05 17:07
- Forum: Luckfox Pico-RV1103/RV1106
- Topic: Linker problem compiling with Rk libraries using CMakelist.txt
- Replies: 2
- Views: 1703
Re: Linker problem compiling with Rk libraries using CMakelist.txt
Hi,
"target_link_libraries" was the solution as you pointed out.
Thanks
"target_link_libraries" was the solution as you pointed out.
Thanks
- 2024-12-03 18:45
- Forum: Luckfox Pico-RV1103/RV1106
- Topic: Linker problem compiling with Rk libraries using CMakelist.txt
- Replies: 2
- Views: 1703
Linker problem compiling with Rk libraries using CMakelist.txt
Hi, Building my simple app for Buildroot which uses Rk libraries gives errors at the linking phase. I referenced the SDK compiled libraries probably not properly. What is the proper way to reference Rk libraries in CMakelist.txt? Thanks! Compiler output: linking_error.jpg My CMakelist.txt: CMakelist...
- 2024-12-03 17:35
- Forum: Luckfox Pico-RV1103/RV1106
- Topic: sdcard has no owner execute enable flag enabled
- Replies: 2
- Views: 1310
Re: sdcard has no owner execute enable flag enabled
it works, thanks
- 2024-11-30 9:41
- Forum: Luckfox Pico-RV1103/RV1106
- Topic: sdcard has no owner execute enable flag enabled
- Replies: 2
- Views: 1310
sdcard has no owner execute enable flag enabled
Hi, I'm using miniB with an sdcard in the slot (buildroot). After booting the sdcard it has no execute permission enabled just rw. (fmask = 0133) by default. /dev/mmcblk1p1 on /mnt/sdcard type exfat (rw,noatime,uid=1000,gid=1000,fmask=0133,dmask=0022,iocharset=utf8,errors=remount-ro) unmounting and ...
- 2024-11-03 14:02
- Forum: Luckfox Pico-RV1103/RV1106
- Topic: Compiling ko Driver Module
- Replies: 3
- Views: 2399
Re: Compiling ko Driver Module
Hi, Has anyone succeed in compiling the "helloword" kernel sample module from the website? The Faq 19 does not help. Even if I rebuild the kernel using "./builds kernel" those include/generated/autoconf.h or include/config/auto.conf files which the ../source/kernel/Makefile looks...
- 2024-10-31 17:06
- Forum: Luckfox Pico-RV1103/RV1106
- Topic: Compiling ko Driver Module
- Replies: 3
- Views: 2399
Re: Compiling ko Driver Module
That did not help. I recompiled the kernel of the latest 1.4 SDK using ./build.sh and the errpr still persists .... ********rkImageMaker ver 2.2******** Generating new image, please wait... Writing head info... Writing boot file... Writing firmware... Generating MD5 data... MD5 data generated succes...
- 2024-10-31 6:34
- Forum: Luckfox Pico-RV1103/RV1106
- Topic: Compiling ko Driver Module
- Replies: 3
- Views: 2399
Compiling ko Driver Module
Hi, I tried to compile your sample file of Load.ko-driver.zip available on https://wiki.luckfox.com/Luckfox-Pico/Luckfox-Pico-RV1106/Luckfox-Pico-Ultra-W/Luckfox-Pico-SDK for Luckfox pico mini B with buildroot SDK1.4 It gaves me this error: lll@lll-VB:~/luckfox-work/ko-driver$ export ARCH=arm lll@ll...
- 2024-10-29 17:58
- Forum: Luckfox Pico-RV1103/RV1106
- Topic: Buildroot settings for remote debug
- Replies: 5
- Views: 1436
Re: Buildroot settings for remote debug
I've got the point now, github instead of gitee.
It works.
Thanks
It works.
Thanks
- 2024-10-28 19:46
- Forum: Luckfox Pico-RV1103/RV1106
- Topic: Buildroot settings for remote debug
- Replies: 5
- Views: 1436
Re: Buildroot settings for remote debug
Thanks for the response. Where can I download that 1.4 SDK from? I used the git from https://gitee.com/LuckfoxTECH/luckfox-pico.git, compiled it and burnt the images to a pico miniB. There is no gdbserver available in this initial system. I wish to compile the image with my own buildroot menuconfig ...