Ming-Ta Yu
Tinker Engineer-
Content Count
13 -
Joined
-
Last visited
Content Type
Profiles
Forums
Calendar
Everything posted by Ming-Ta Yu
-
Do you still see this issue with Android 11 or Android 12 releases?
-
Yes and we are working on that.
-
You can use Magisk to root the device. https://github.com/topjohnwu/Magisk
-
Here are the commands to download the source tree. $ repo init -u https://github.com/TinkerBoard-Android/manifest.git -b android12-rockchip -m tinker_board-android12-0.0.3.xml $ repo sync https://github.com/TinkerBoard-Android/rockchip-android-manifest/blob/main/README.md
-
How about you remove the power source and power it on again? Can it boot successfully then?
-
How Do I Upgrade From 32GB To 64GB SD Card?
Ming-Ta Yu replied to hoser's topic in General Discussion
You can also use Linux dd command to do this. -
How Do I Upgrade From 32GB To 64GB SD Card?
Ming-Ta Yu replied to hoser's topic in General Discussion
Generally, you can use tool such as balenaEtcher to clone the SD card from a 32 GB one to a 64 GB one. Then, you need to resize the rootfs partition to fill the rest of the 32G space. -
[Release] Tinker Edge T Mendel 5 Eagle V3.0.2
Ming-Ta Yu replied to Tinker Board's topic in Software
It is included in the release (the file ASUS_Android_USB_drivers_for_Windows_20160628.zip is under the folder tools) and you can download it from the support site. -
[Release] Tinker Edge T Mendel 5 Eagle V3.0.2
Ming-Ta Yu replied to Tinker Board's topic in Software
Not quite sure the full version you mean. However, V3.0.2 is based on the Mendel 5.0 Eagle release and V3.0.7 is based on the Mendel 5.2 Eagle release. I would say V3.0.7 is an upgraded version. -
WiFi not working with BalenaOS Debian Linux
Ming-Ta Yu replied to skuenstler's topic in General Discussion
Which board do you use? Tinker Board (S) or Tinker Board (S) R2.0? -
Touch Sounds not working on Android 14.4.0.22 for R2.0
Ming-Ta Yu replied to philc's topic in Android
Thank you for reporting this. We will look into this. -
Basically, when the power is cut off unexpectedly, data might be corrupted or lost. This might or might not lead to Android cannot boot up correctly. In this case, Android will try to recover or fix the corruption and make the device boot correctly. However, if the recovery/fixing does not take effect and the device can not boot up correctly, Android still has another mechanism to provide you an option to recover the device manually. https://source.android.com/devices/tech/debug/rescue-party
-
Cant go into MASKROM/Cant Flash the first time
Ming-Ta Yu replied to Serverfrog's topic in General Discussion
Since I am not sure what software version is installed on your Tinker Edge R device right now, could you flash Tinker_Edge_R-Debian-Buster-v2.0.5-20220217.zip to a SD card via tool such as balenaEtcher, then use the SD card to boot the device up first? Once it is confirmed that the device can boot up using SD card correctly, please connect type C USB cable to PC and boot up the device using SD card again. For this time, the deice will boot into UMS mode and you can see "Tinker Edge R" logo on the HDMI display. At this moment, you will have a USB drive detected on the PC. Then, you can use balenaEtcher again to flash Tinker_Edge_R-Debian-Buster-v2.0.5-20220217.zip to that USB drive (eMMC on the device). Once it is done, remove SD card and USB cable, then you should be able to boot up the device from eMMC correctly. Let me know if you have any questions. Leslie