This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
new tinker board linaro stretch alip v2.0.6
#11
(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 :Smilev spotted a few issues already i will let you know my findings :Smile thank you ....ps can we have usb boot plzzzzz SmileSmileSmile
Reply
#12
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...
Reply
#13
(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
Reply
#14
Hi,

Who can tell what default addresses in /etc/apt/source.list file are, I had changed it and deleted the default values.

Thanks
Reply
#15
What kernel version is in 2.0.6
Reply
#16
(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...
Reply
#17
(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
Reply
#18
(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
Reply
#19
(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.
Reply
#20
(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...
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)