Posts: 6
Threads: 0
Likes Received: 0 in 0 posts
Likes Given: 2
Joined: Apr 2018
(06-22-2018, 03:54 AM)Tinker Board Wrote: (06-22-2018, 03:12 AM)digitalhippy Wrote: Thank you for the fix ..now working as it should ...but your new repo servers are really slow to the uk ..100kps ..
Ok, we would test more and find the solutions.
And in this case, please modify the apt source list (/etc/apt/sources.list) first.
edit
Code: sudo nano /etc/apt/sources.list
delete the # mark in each list (source).
save
ctrl+x, yes
Thanks. yes that worked now able to do a full apt update now :  v spotted a few issues already i will let you know my findings :  thank you ....ps can we have usb boot plzzzzz  
•
Posts: 66
Threads: 16
Likes Received: 5 in 5 posts
Likes Given: 2
Joined: Mar 2018
Any chance of adding quiet / silent kernel boot
And just checking that u-boot is set to 0 seconds wait.
Looks like a nice build, will serve my needs well
...working my way through the 1000+ ways things don't work to find the one that does...
•
Posts: 72
Threads: 5
Likes Received: 0 in 0 posts
Likes Given: 0
Joined: Mar 2018
06-23-2018, 02:32 AM
(This post was last modified: 06-23-2018, 02:33 AM by samsonluk.)
(06-22-2018, 03:12 AM)digitalhippy Wrote: Thank you for the fix ..now working as it should ...but your new repo servers are really slow to the uk ..100kps ..
Slow to everywhere...
Regards
Samson
•
Posts: 22
Threads: 3
Likes Received: 3 in 2 posts
Likes Given: 4
Joined: May 2018
Hi,
Who can tell what default addresses in /etc/apt/source.list file are, I had changed it and deleted the default values.
Thanks
•
Posts: 22
Threads: 1
Likes Received: 0 in 0 posts
Likes Given: 0
Joined: Dec 2017
06-23-2018, 10:50 PM
(This post was last modified: 06-23-2018, 10:51 PM by MaxK1. Edited 1 time in total.)
What kernel version is in 2.0.6
•
Posts: 66
Threads: 16
Likes Received: 5 in 5 posts
Likes Given: 2
Joined: Mar 2018
06-24-2018, 08:51 AM
(This post was last modified: 06-24-2018, 09:00 AM by Robertspark.)
(06-23-2018, 10:50 PM)MaxK1 Wrote: What kernel version is in 2.0.6
4.4.103+
(06-23-2018, 03:11 PM)TkBd Wrote: Hi,
Who can tell what default addresses in /etc/apt/source.list file are, I had changed it and deleted the default values.
Thanks
Code: # deb http://http.debian.net/debian/ stretch main contrib non-free
# deb-src http://http.debian.net/debian/ stretch main contrib non-free
# deb http://security.debian.org/ stretch/updates main contrib non-free
# deb-src http://security.debian.org/ stretch/updates main contrib non-free
# deb http://http.debian.net/debian/ stretch-updates main contrib non-free
# deb-src http://http.debian.net/debian/ stretch-updates main contrib non-free
deb http://tprd.asus.com:8000 stretch main contrib non-free
deb-src http://tprd.asus.com:8000 stretch main contrib non-free
...working my way through the 1000+ ways things don't work to find the one that does...
•
Posts: 22
Threads: 3
Likes Received: 3 in 2 posts
Likes Given: 4
Joined: May 2018
06-24-2018, 10:01 AM
(This post was last modified: 06-24-2018, 10:05 AM by TkBd.)
(06-22-2018, 02:08 AM)Tinker Board Wrote: Dear All,
About this build, we miss build-in the public key, and it would let apt-get update show some warning.
So, we have been removed this image on our website.
And plan to re-release a new one ASAP.
But short-term, for the current user can use following step to fix.
Code: gpg --keyserver pgp.mit.edu --recv-key CC01888F
gpg --export CC01888F | sudo apt-key add -
Then you can find the public key have been installed by:
Code: $ apt-key list tinkerboard
And please kind to keep this image don't spread out, wait our new image.
Thanks all.
As pgp.mit.edu has become extremely unreliable at least from where I am, I suggest this switches to keyserver.ubuntu.com for retrieval of package keys
(06-24-2018, 08:51 AM)Robertspark Wrote: (06-23-2018, 10:50 PM)MaxK1 Wrote: What kernel version is in 2.0.6
4.4.103+
(06-23-2018, 03:11 PM)TkBd Wrote: Hi,
Who can tell what default addresses in /etc/apt/source.list file are, I had changed it and deleted the default values.
Thanks
Code: # deb http://http.debian.net/debian/ stretch main contrib non-free
# deb-src http://http.debian.net/debian/ stretch main contrib non-free
# deb http://security.debian.org/ stretch/updates main contrib non-free
# deb-src http://security.debian.org/ stretch/updates main contrib non-free
# deb http://http.debian.net/debian/ stretch-updates main contrib non-free
# deb-src http://http.debian.net/debian/ stretch-updates main contrib non-free
deb http://tprd.asus.com:8000 stretch main contrib non-free
deb-src http://tprd.asus.com:8000 stretch main contrib non-free
Hello,
Thank you for telling me that, I imported the gpg key as mentioned before, but I can not receive any updates by doing "apt-get update -y ;apt-get upgrade -y; apt-get dist-upgrade -y". Am I wrong or do I have to burn new image to TF card to get new OS instead of doing such scripts ?
Thanks,
TkBd
•
Posts: 6
Threads: 0
Likes Received: 0 in 0 posts
Likes Given: 2
Joined: Apr 2018
(06-24-2018, 10:01 AM)TkBd Wrote: (06-22-2018, 02:08 AM)Tinker Board Wrote: Dear All,
About this build, we miss build-in the public key, and it would let apt-get update show some warning.
So, we have been removed this image on our website.
And plan to re-release a new one ASAP.
But short-term, for the current user can use following step to fix.
Code: gpg --keyserver pgp.mit.edu --recv-key CC01888F
gpg --export CC01888F | sudo apt-key add -
Then you can find the public key have been installed by:
Code: $ apt-key list tinkerboard
And please kind to keep this image don't spread out, wait our new image.
Thanks all.
As pgp.mit.edu has become extremely unreliable at least from where I am, I suggest this switches to keyserver.ubuntu.com for retrieval of package keys
(06-24-2018, 08:51 AM)Robertspark Wrote: (06-23-2018, 10:50 PM)MaxK1 Wrote: What kernel version is in 2.0.6
4.4.103+
(06-23-2018, 03:11 PM)TkBd Wrote: Hi,
Who can tell what default addresses in /etc/apt/source.list file are, I had changed it and deleted the default values.
Thanks
Code: # deb http://http.debian.net/debian/ stretch main contrib non-free
# deb-src http://http.debian.net/debian/ stretch main contrib non-free
# deb http://security.debian.org/ stretch/updates main contrib non-free
# deb-src http://security.debian.org/ stretch/updates main contrib non-free
# deb http://http.debian.net/debian/ stretch-updates main contrib non-free
# deb-src http://http.debian.net/debian/ stretch-updates main contrib non-free
deb http://tprd.asus.com:8000 stretch main contrib non-free
deb-src http://tprd.asus.com:8000 stretch main contrib non-free
Hello,
Thank you for telling me that, I imported the gpg key as mentioned before, but I can not receive any updates by doing "apt-get update -y ;apt-get upgrade -y; apt-get dist-upgrade -y". Am I wrong or do I have to burn new image to TF card to get new OS instead of doing such scripts ?
Thanks,
TkBd back up your old os and burn this new one .. if you force an update you could break some stuff .. i allways go for a fresh install
•
Posts: 22
Threads: 3
Likes Received: 3 in 2 posts
Likes Given: 4
Joined: May 2018
(06-24-2018, 06:31 PM)digitalhippy Wrote: (06-24-2018, 10:01 AM)TkBd Wrote: (06-22-2018, 02:08 AM)Tinker Board Wrote: Dear All,
About this build, we miss build-in the public key, and it would let apt-get update show some warning.
So, we have been removed this image on our website.
And plan to re-release a new one ASAP.
But short-term, for the current user can use following step to fix.
Code: gpg --keyserver pgp.mit.edu --recv-key CC01888F
gpg --export CC01888F | sudo apt-key add -
Then you can find the public key have been installed by:
Code: $ apt-key list tinkerboard
And please kind to keep this image don't spread out, wait our new image.
Thanks all.
As pgp.mit.edu has become extremely unreliable at least from where I am, I suggest this switches to keyserver.ubuntu.com for retrieval of package keys
(06-24-2018, 08:51 AM)Robertspark Wrote: (06-23-2018, 10:50 PM)MaxK1 Wrote: What kernel version is in 2.0.6
4.4.103+
(06-23-2018, 03:11 PM)TkBd Wrote: Hi,
Who can tell what default addresses in /etc/apt/source.list file are, I had changed it and deleted the default values.
Thanks
Code: # deb http://http.debian.net/debian/ stretch main contrib non-free
# deb-src http://http.debian.net/debian/ stretch main contrib non-free
# deb http://security.debian.org/ stretch/updates main contrib non-free
# deb-src http://security.debian.org/ stretch/updates main contrib non-free
# deb http://http.debian.net/debian/ stretch-updates main contrib non-free
# deb-src http://http.debian.net/debian/ stretch-updates main contrib non-free
deb http://tprd.asus.com:8000 stretch main contrib non-free
deb-src http://tprd.asus.com:8000 stretch main contrib non-free
Hello,
Thank you for telling me that, I imported the gpg key as mentioned before, but I can not receive any updates by doing "apt-get update -y ;apt-get upgrade -y; apt-get dist-upgrade -y". Am I wrong or do I have to burn new image to TF card to get new OS instead of doing such scripts ?
Thanks,
TkBd back up your old os and burn this new one .. if you force an update you could break some stuff .. i allways go for a fresh install
It seems inevitable. Thank you anyway.
•
Posts: 66
Threads: 16
Likes Received: 5 in 5 posts
Likes Given: 2
Joined: Mar 2018
(06-23-2018, 03:11 PM)TkBd Wrote: Hi,
Who can tell what default addresses in /etc/apt/source.list file are, I had changed it and deleted the default values.
Thanks
Code: # deb http://http.debian.net/debian/ stretch main contrib non-free
# deb-src http://http.debian.net/debian/ stretch main contrib non-free
# deb http://security.debian.org/ stretch/updates main contrib non-free
# deb-src http://security.debian.org/ stretch/updates main contrib non-free
# deb http://http.debian.net/debian/ stretch-updates main contrib non-free
# deb-src http://http.debian.net/debian/ stretch-updates main contrib non-free
deb http://tprd.asus.com:8000 stretch main contrib non-free
deb-src http://tprd.asus.com:8000 stretch main contrib non-free
Interesting with regards to version 2.0.6 and the sources.list file.
I downgraded (full reinstall) to 2.0.5 and the sources file does not have the two bottom sources within the file, but all the others look the same but are commented.
Code: deb http://tprd.asus.com:8000 stretch main contrib non-free
deb-src http://tprd.asus.com:8000 stretch main contrib non-free
_______________________________________________________________
Any idea when the revised 2.0.6 or 2.0.7 will be available for download?
...working my way through the 1000+ ways things don't work to find the one that does...
•
|