Dear Forum
I download the prebuild image :
dragonboard-410c-sdcard-developer-buster-359.img
and copy in a sd card. Im able to boot from SD without problem, following your “guide”.
Just for be clear, the command uname -r give me:
4.14.0-qcomlt-arm64
and the command uname -a give me:
Linux linaro-developer 4.14.0-qcomlt-arm64 #1 SMP PREEMPT Fri Feb 2 21:19:01 UTC 2018 aarch64 GNU/Linux
What I would like to do is compile a module. For this I need the header files. So I tried:
sudo apt-get install linux-headers-$(uname -r)
but i get error saing:
Temporary failure resolving ‘obs.linaro.org’
Unable to fetch some archive.
The same when I do the update
What can I do ?
Thanks in advance for your time
Roberto