TinkerBoard / android-7.1.2_kernel

Android Kernel source for Tinker Board
Other
13 stars 10 forks source link

system crash randomly and board loses power #15

Closed umeshjaiswal20 closed 5 years ago

umeshjaiswal20 commented 5 years ago

I have a HDMI touch display connected to tinker board. The issue with this image is that it randomly crashes and the board does not even reboot after that. The power LED's on the board are also off and needs power cable unplug-plug to start again. Unable to debug error.

jamess-huang commented 5 years ago

Dear, umeshjaiswal What is the power source of the HDMI touch display ? Does it have an external power supply or it is powered by Tinker's USB port ? If powered by Tinker's USB port, may I know your AC adaptor SPEC ? We suggest 5V/3A will be better and 5V/2.5A at least.

umeshjaiswal20 commented 5 years ago

Dear Jamess, Thank you for your prompt reply. As for your query I am using a Ac adapter with output of 5.2V 1.8A. for tinker and the display is on another adapter with 12V 1A output. So, as you suggested I will try a new power source for tinker with given specs and see if issue exists. Also I have a query regarding video playback from local storage. I tried to play a downloaded file inside webview but it gives error on logcat 'file not found'. And yes I have given the correct path. If any suggestions please reply. On Fri 22 Feb, 2019, 7:18 AM Jamess, Huang <notifications@github.com wrote:

Dear, umeshjaiswal What is the power source of the HDMI touch display ? Does it have an external power supply or it is powered by Tinker's USB port ? If powered by Tinker's USB port, may I know your AC adaptor SPEC ? We suggest 5V/3A will be better and 5V/2.5A at least.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/TinkerBoard/android-7.1.2_kernel/issues/15#issuecomment-466240893, or mute the thread https://github.com/notifications/unsubscribe-auth/Af3lbNBxgwrtoaY-ACi0rx6YfM8v2cRAks5vP0xngaJpZM4bHQ3a .

jamess-huang commented 5 years ago

May I know what is your step of playing the video

umeshjaiswal20 commented 5 years ago

May I know what is your step of playing the video

Well I am using Ionic to develop an app. So what i need is to play the video in html5

alex3788 commented 5 years ago

Hi, I tried the URI "file:///sdcard/Movies/1.mp4" it is work for me. Please check the attached pic.

screenshot_20190225-072438

umeshjaiswal20 commented 5 years ago

Hi, I tried the URI "file:///sdcard/Movies/1.mp4" it is work for me. Please check the attached pic.

screenshot_20190225-072438

I am using ionic to build my app.How did you build it? Can you show me some code snippets that may be helpful.

alex3788 commented 5 years ago

Hi umeshjaiswal20,

I didn't use ionic to build app. I just open browser and type "file:///sdcard/Movies/1.mp4" in address bar and test it is work.

umeshjaiswal20 commented 5 years ago

Thank you! Jamess and alex3788 for your help. I have resolved the system crash issue using a better power source as suggested and it worked. The video playback issue was from ionic build. Since alex pointed out that videos play in browser it was easier to debug error.The error was I was requesting for file even before loading of app. Kudos! closing issue.