Hi,
Could you please guide me which settings have to be enabled in the .config file of the Buildroot for making the remote debug with gdbserver available?
# BR2_
...
Buildroot settings for remote debug
Hello, we open the gdbserver tool by default (my current SDK version is 1.4), you can use it directly, I tested it without problems.
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 settings with gdbserver enabled for VSCode IDE
Which BR2_ flags has to be enabled for the gdbserver?
Thanks!
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 settings with gdbserver enabled for VSCode IDE
Which BR2_ flags has to be enabled for the gdbserver?
Thanks!
You can download our latest SDK, which opens the gdbserver tool by default, from here: https://github.com/LuckfoxTECH/luckfox-picorobit wrote: ↑2024-10-28 19:46 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 settings with gdbserver enabled for VSCode IDE
Which BR2_ flags has to be enabled for the gdbserver?
Thanks!
I've got the point now, github instead of gitee.
It works.
Thanks
It works.
Thanks