Linux Asus Tinker Board
#31
Hi!

I found that the firefly rk3288 board has similar hardware and has been released in 2014 already, but has not been mentioned in this thread so far. Maybe some of the tutorials about the firefly board can help you.

http://wiki.t-firefly.com/index.php/Firefly-RK3288/en

http://bbs.t-firefly.com/forum.php?mod=v...ad&tid=540

BR
Reply
#32
Hello.
Some updates from me:
- HDMI CEC - I found hw problem (need some components to add on board) - see http://tinkerboarding.co.uk/forum/thread...tml#pid664
- HDMI HW - There is dw-hdmi identification:

registers 0-3: 0x20 0xa 0xa0 0xc1

#define DESIGN_ID 0x0000
#define REVISION_ID 0x0001
#define PRODUCT_ID0 0x0002
#define PRODUCT_ID1 0x0003

registers 4-8: 0xbf 0x22 0xc2 0x0

#define CONFIG0_ID 0x0004
#define m_PREPEN BIT(7)
#define m_AUDSPDIF BIT(5)
#define m_AUDI2S BIT(4)
#define m_HDMI14 BIT(3)
#define m_CSC BIT(2)
#define m_CEC BIT(1)
#define m_HDCP BIT(0)


#define CONFIG1_ID 0x0005
#define m_HDCP22 BIT(6)
#define m_HDMI20 BIT(5)
#define m_CONFAPB BIT(1)


#define CONFIG2_ID 0x0006
enum PHYTYPE {
HDMI_TX_PHY = 0x00,
HDMI_MHL_WITH_HEAC_PHY = 0xb2,
HDMI_MHL_PHY = 0xc2,
HDMI_3D_TX_WITH_HEAC_PHY = 0xe2,
HDMI_3D_TX_PHY = 0xf2,
HDMI2_TX_PHY = 0xf3
};

#define CONFIG3_ID 0x0007
#define m_AHB_AUD_DMA BIT(1)
#define m_GP_AUD BIT(0)
Reply
#33
With the software of:
https://github.com/Kwiboo/LibreELEC.tv

I was able to get it up and running. But it would be good if I have the possibility to turn on the board somehow when I'm sitting on the sofa..
I've seen that WOL is not supported on the tinker board, correct?
Does someone has another idea how this could be done.

Thanks.
Reply
#34
Why turn it off? I don't imagine it uses much power.
If I have helped you or increased your knowledge, click the 'thumbs up' button to give thanks :) (People with less than 20 posts won't see the "thumbs up" button.)
Reply
#35
Tinker Board S has just been announced, looks more promising with 16GB of eMMC onboard!

https://www.engadget.com/2018/01/08/tink...diy-types/

Image
Reply
#36
Rainbow 
There is this big discussion thread going on about the Tinkerboard on the RPI forum: https://www.raspberrypi.org/forums/viewt...p?t=208585

I don't see any kodi images like LibreElec, OpenElec, xbmc for turning the Tinkerboard to a media center.

Is there any work being done on this part? If no then this hardware is basically worthless.

I don't have much problem with my current RPI3 based LibreElec box, maybe that it cannot play H265, but neither the Tinkerboard.

TB would be a bit faster from all respect but if there is no out of the box media center distro that will discourage users buying them.
Reply
#37
(2018-04-27, 09:02)dinorihno Wrote: There is this big discussion thread going on about the Tinkerboard on the RPI forum: https://www.raspberrypi.org/forums/viewt...p?t=208585

I don't see any kodi images like LibreElec, OpenElec, xbmc for turning the Tinkerboard to a media center.

Is there any work being done on this part? If no then this hardware is basically worthless.
There is work being done in LibreELEC Kodi Leia for Rockchip Tinkerboard devices, it's still early days for comprehensive LE Rockchip support.

https://github.com/LibreELEC/LibreELEC.t...inkerBoard

https://forum.libreelec.tv/board/43-rockchip/

Reply
#38
@wrxtasy: I have seen all your work in the libreELEC forum, create an account, but can't reply or create a new thread in the forum at the moment (don't know why).
So my question is here: How can I enable the SPDIF output using path through with libreELEC on tinker board? Hardware is already there and was tested with armbian.
Reply

Logout Mark Read Team Forum Stats Members Help
Asus Tinker Board0