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
#1
new version 20180531-tinker-board-linaro-stretch-alip-v2.0.6
Reply
#2
beat me to it Smile

TinkerOS_Debian V2.0.6

TinkerOS default username is “linaro”, password is “linaro”

Release Notes
*Changelog
1. Update Qt video for Media Player to support repeat function.
2. Improve the HDMI Eye Pattern.
3. Fixed onboard usb audio module missing after resume from suspend.
4. Update U-Boot's UMS name to "TinkerBoard UMS disk"
5. Set the GPIO pins default mode to input mode.
6. Support CAN-Bus
7. Fixed Tinker Board can not be used as wifi AP
8. Support Google AIY Voice Kit (v2) HAT sound card
9. Sync RK package to support display ratio setting
10. Improve the usb camera performance
11. Change APT Repository source to ASUS server
12. Support ADS7846 touch screen for 4"/3.5" HDMI LCD
13. Set U-Boot only stop the autoboot when triggered the space key.
14. Update rtl8723bs driver.
15. Improve the WiFi roaming fail issue.
16. Fix the warning message when tring to build the Kernel sourece code.
17. Add back the missing comment of the rk3288-gpiomem.c file.

*ARM Security Update:
1. Meltdown and Spectre
Variant 1: bounds check bypass (CVE-2017-5753)
Variant 2: branch target injection (CVE-2017-5715)

*Tinker CLI and GUI's Configuration Tools (Experimental):
1. Support to enabled/disabled wlan verbose log.

https://www.asus.com/uk/Single-Board-Com..._Download/

---- Update ----
[ASUS]: This image has been deleted. Please wait for new image update, that would fix some known issue, e.g. missing public key.
Reply
#3
I can verify the AP bug has been corrected. Here is the setup I used:
Insure your OS is up to date.
Code:
sudo apt-get update
sudo apt-get upgrade

Install the dnsmasq module.
Code:
sudo apt-get install dnsmasq

Add this to /etc/network/interfaces
Code:
auto wlan0
allow-hotplug wlan0

iface wlan0 inet manual

Edit /etc/rc.local and add this above "exit 0".
Code:
ip addr add 192.168.4.1/24 broadcast 192.168.4.255 dev wlan0
iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE

The /etc/dnsmasq.conf file
Code:
interface=wlan0
dhcp-range=192.168.4.20,192.168.4.100,255.255.255.0,12h

The /etc/hostapd/hostapd.conf file
Code:
interface=wlan0
driver=nl80211
ssid=TinkerNet
hw_mode=g
channel=7
wmm_enabled=0
macaddr_acl=0
auth_algs=1
ignore_broadcast_ssid=0
wpa=2
wpa_passphrase=mypassphrase
wpa_key_mgmt=WPA-PSK
wpa_pairwise=TKIP
rsn_pairwise=CCMP
ctrl_interface=/var/run/hostapd
ctrl_interface_group=0

Edit /etc/default/hostapd, uncomment and change this:
Code:
DAEMON_CONF="/etc/hostapd/hostapd.conf"

Edit /etc/sysctl.conf and uncomment
Code:
net.ipv4.ip_forward=1

reboot

To determine connected clients
Code:
sudo hostapd_cli all_sta
[-] The following 1 user Likes SurferTim's post:
  • TkBd
Reply
#4
Trying 'sudo apt-get update' in a new version.

Getting errors:
W: GPG error: http://tprd.asus.com:8000 stretch InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 64ABE672CC01888F
W: The repository 'http://tprd.asus.com:8000 stretch InRelease' is not signed.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
Reply
#5
@DVE: Mine did ok. Did you set up the localization in the configuration
Reply
#6
No, just run 'sudo apt-get update' with default settings.

It looks like a warning though, all apt-get related stuff is working.
Reply
#7
Hello,

TinkerOS_Debian V2.0.6
...
Release Notes
...
6. Support CAN-Bus

Does this mean a shield like this will now work with the tinker?

http://skpang.co.uk/catalog/pican2-canbu...-1475.html

.....OR
http://www.dx.com/p/mcp2515-can-bus-modu...yv27qdKiCg
...working my way through the 1000+ ways things don't work to find the one that does...
Reply
#8
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.
Reply
#9
(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.
Thank you for the fix ..now working as it should ...but your new repo servers are really slow to the uk ..100kps ..
Reply
#10
(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.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)