I am using LS1046ARDB evalution board to build the network encryptor application, when i am try to do debug the application i found a solution at this community mentioned in below image
img.png(attach the image here)
1. I have connected my LS1046ARDB board to the internet and checked the google.com, its working.
2. Now i am trying to download the gdbserver on LS1046ARDB board but apt was not working, it show's the below error.
LS1046ARDB Board -> ~$ sudo apt-get install gdbserver
~$ E: The package lists or status file could not be parsed or opened
Is there possible to install gdbserver on NXP LS1046ARDB board and do remote debugging through aarch64-linux-gnu-gdb in host system?
If the above method is not worked means, then what is the alternate solution for remote dugging.
Thanks in advance.
.