normally96 0 Posted February 24 Hello, I've just bought a Tinker Board 2S. When I flash the android OS and connected to the UART serial, I saw that is android terminal, which I can have the same as I enter the "adb shell". Now I want to access to the Linux terminal of the board. Is there any solution? Thank you all, have a nice day Share this post Link to post Share on other sites
tooz 54 Posted February 25 hello @normally96, not sure if i quite catch it, but i assume that you're trying to use linux instead of android? the easiest way is to download the debian os from the official website, use the balena etcher to flash the image to a sd card, and use the sd card to boot the board reference: Tinker Board 2 & 2S · TinkerBoard/TinkerBoard Wiki Share this post Link to post Share on other sites
normally96 0 Posted February 25 Hello @tooz, Your assumption is correct, I want to connect to linux terminal but in android version. I'm working on a project, and we developed software on both Android and Linux side. So, I think it's normal to access both terminal in an AOSP embedded board Share this post Link to post Share on other sites
tooz 54 Posted February 26 hello @normally96, we don't have built in linux terminal in the android os for tinker board, perhaps you can try 3rd party apps such as termux https://termux.dev/en/ and see if it fits your needs Share this post Link to post Share on other sites
normally96 0 Posted March 2 Hi @tooz, Is there any way to access via adb? Share this post Link to post Share on other sites
tooz 54 Posted March 3 hello @normally96, absolutely. please download and install the platform tools from https://developer.android.com/tools/releases/platform-tools the process is similar to tinker edge r: Share this post Link to post Share on other sites