06-21-2018, 11:35 AM
new version 20180531-tinker-board-linaro-stretch-alip-v2.0.6
|
new tinker board linaro stretch alip v2.0.6
|
|
06-21-2018, 11:35 AM
new version 20180531-tinker-board-linaro-stretch-alip-v2.0.6
06-21-2018, 11:41 AM
(This post was last modified: 06-23-2018, 07:32 PM by Tinker Board. Edited 3 times in total.)
beat me to it
![]() 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.
06-21-2018, 12:56 PM
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 updateInstall the dnsmasq module. Code: sudo apt-get install dnsmasqAdd this to /etc/network/interfaces Code: auto wlan0Edit /etc/rc.local and add this above "exit 0". Code: ip addr add 192.168.4.1/24 broadcast 192.168.4.255 dev wlan0The /etc/dnsmasq.conf file Code: interface=wlan0The /etc/hostapd/hostapd.conf file Code: interface=wlan0Edit /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=1reboot To determine connected clients Code: sudo hostapd_cli all_sta
06-21-2018, 01:11 PM
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.
06-21-2018, 01:25 PM
@DVE: Mine did ok. Did you set up the localization in the configuration
06-21-2018, 01:49 PM
(This post was last modified: 06-21-2018, 01:50 PM by DVE. Edited 1 time in total.)
No, just run 'sudo apt-get update' with default settings.
It looks like a warning though, all apt-get related stuff is working.
06-21-2018, 07:02 PM
(This post was last modified: 06-21-2018, 07:08 PM by Robertspark. Edited 1 time in total.)
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...
06-22-2018, 02:08 AM
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 CC01888FThen you can find the public key have been installed by: Code: $ apt-key list tinkerboardAnd please kind to keep this image don't spread out, wait our new image. Thanks all.
06-22-2018, 03:12 AM
(06-22-2018, 02:08 AM)Tinker Board Wrote: Dear All,Thank you for the fix ..now working as it should ...but your new repo servers are really slow to the uk ..100kps ..
06-22-2018, 03:54 AM
(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.listsave ctrl+x, yes Thanks. |
|
« Next Oldest | Next Newest »
|