Can you provide an example of instructions how to configure Visual studio code with the operation of the board "buildroo
-
Please refer to the compilation tutorial provided on the official website and explore on your own, using various methods of compilation such as WSL, virtual machines, and hosts.
I have set up cross compilation. I can compile the program but I need to debug it somehow and I don't understand how I can do it. please help me to set up the app debugging somehow.Eng38 wrote: ↑2024-01-24 7:50 The buildroot system within the Luckfox Pico series development boards does not support direct compilation of applications on the board itself. Embedded systems typically have limited resources such as processing power, memory, and storage space; thus, attempting to compile programs directly on them can often be time-consuming. Consequently, using a more powerful host system for cross-compilation is the norm, which significantly enhances the compiling speed.
Therefore, if you wish to run an application on the development board, the first step is to set up a cross-compilation environment (an SDK) on your computer. Once that environment is established, you would cross-compile the program on your PC. Afterward, the resulting executable file should be transferred to the development board for execution.
I can compile via WSL but cannot debug. Can you help? Make a video how to set it up. Or it is possible to make a description.
Remote debugging with GDB+gdbserver
Hello.
I installed the cross-compilation tools provided in the SDK. also set up the SDK environment on the host machine. But I need to debug the code before I transfer it to the board and I don't know how to do it. Please help me with this. I use the opencv-mobile test program on "buildroot". I plan to debug on VS cod.
I can compile via WSL but cannot debug. Can you help?
Make a video how to set it up.
Or it is possible to make a description.
I installed the cross-compilation tools provided in the SDK. also set up the SDK environment on the host machine. But I need to debug the code before I transfer it to the board and I don't know how to do it. Please help me with this. I use the opencv-mobile test program on "buildroot". I plan to debug on VS cod.
I can compile via WSL but cannot debug. Can you help?
Make a video how to set it up.
Or it is possible to make a description.
The idea to develop a program on RK3566 with RKNN with a camera and then transfer it to RK1106.
Will it be possible to do ?
Because I need to work with the camera in real time.
RK3566 supports RKNN with SC3336 camera ?
Will it be possible to do ?
Because I need to work with the camera in real time.
RK3566 supports RKNN with SC3336 camera ?
1. Debugging programs in Visual Studio Code on the host machine can be complex and requires manual configuration. Using GDB+gdbserver for remote debugging can significantly streamline this process. If you need assistance with this method, feel free to create a new post specifically asking how to debug with GDB+gdbserver.
2. Programs developed for RK3566 may not necessarily run on the RV1106 platform.
2. Programs developed for RK3566 may not necessarily run on the RV1106 platform.