Giter Site home page Giter Site logo

H313 X96Q testing about minimyth2 HOT 25 CLOSED

warpme avatar warpme commented on June 18, 2024
H313 X96Q testing

from minimyth2.

Comments (25)

warpme avatar warpme commented on June 18, 2024

Thx for help!
I still can't get my x96-q box showing me anything on uart....
(uart hw is ok as vendor Android shows me boot messages).
So if you can send me:
-android boot log
-linux boot log (if you have any form of linux booting on your box)
-pcb pictures (if you have)
-RAM chips type you have on your box (if you can read them)
thx in advance

from minimyth2.

xAbdaziz avatar xAbdaziz commented on June 18, 2024

Thx for help! I still can't get my x96-q box showing me anything on uart.... (uart hw is ok as vendor Android shows me boot messages). So if you can send me: -android boot log -linux boot log (if you have any form of linux booting on your box) -pcb pictures (if you have) -RAM chips type you have on your box (if you can read them) thx in advance

I'm glad to be able to help, I forgot to mention that I have the second revision of the box (X96Q2)

android boot log: https://pastebin.com/LZzaDjPA
linux boot log: couldn't get linux to boot on it, I tried booting this, but this what shows in console:
U-Boot SPL 2021.04-18166-g647b392bf2-dirty (Jan 27 2023 - 08:09:08 +0100) DRAM:This DRAM setup is currently not supported.

pcb: I couldn't take a clear picture, but here is one I found online: https://i.ibb.co/8gP74QN/photo-2022-11-02-15-18-06.jpg, seems to be the same as my pcb except that I have a Micron EMMC
RAM chips: couldn't read them unfortunately. but it's LPDDR3 according to android boot log.

from minimyth2.

warpme avatar warpme commented on June 18, 2024

Hmm,
thats good that you have any uart output !
may you pls try https://github.com/warpme/minimyth2/releases/download/v12.13.0-v33-Pre-1175-g91e3da68e6/MiniMyth2-armv8-master-12.13.1.r1175-board-h313.x96_q-SD-Image.img.xz

of course uart bootlog pls

to develop support - getting android dt will be a must i think.
Is it possible for you to attach adb (android debugger) via usb cable to this box?
If you have usb-usb cable (example https://nvidia.custhelp.com/app/answers/detail/a_id/4367/~/how-to-use-the-new-shield-tv-in-mtp-or-adb-mode) - i can provide you help....

from minimyth2.

xAbdaziz avatar xAbdaziz commented on June 18, 2024

Hmm, thats good that you have any uart output ! may you pls try https://github.com/warpme/minimyth2/releases/download/v12.13.0-v33-Pre-1175-g91e3da68e6/MiniMyth2-armv8-master-12.13.1.r1175-board-h313.x96_q-SD-Image.img.xz

of course uart bootlog pls

to develop support - getting android dt will be a must i think. Is it possible for you to attach adb (android debugger) via usb cable to this box? If you have usb-usb cable (example https://nvidia.custhelp.com/app/answers/detail/a_id/4367/~/how-to-use-the-new-shield-tv-in-mtp-or-adb-mode) - i can provide you help....

Yes, I can connect to the box using adb.
I will try the image you just sent and I will report back

from minimyth2.

xAbdaziz avatar xAbdaziz commented on June 18, 2024

Hmm, thats good that you have any uart output ! may you pls try https://github.com/warpme/minimyth2/releases/download/v12.13.0-v33-Pre-1175-g91e3da68e6/MiniMyth2-armv8-master-12.13.1.r1175-board-h313.x96_q-SD-Image.img.xz

of course uart bootlog pls

to develop support - getting android dt will be a must i think. Is it possible for you to attach adb (android debugger) via usb cable to this box? If you have usb-usb cable (example https://nvidia.custhelp.com/app/answers/detail/a_id/4367/~/how-to-use-the-new-shield-tv-in-mtp-or-adb-mode) - i can provide you help....

This is the output of the image you sent, it's stuck and nothing shows after that:

U-Boot SPL 2023.01-rc3 (Mar 17 2023 - 14:15:21 +0100) DRAM: 128 MiB Failed to set core voltage! Can't set CPU frequency

from minimyth2.

warpme avatar warpme commented on June 18, 2024

Ok - this sounds encouraging!
It is possible DRAM params i put into U-Boot are wrong for your box.
Here we may try box Android device-tree - maybe it has correct values.
You may try following procedure to get DT: https://github.com/warpme/minimyth2/wiki/Getting-device-tree-from-TVbox-vendor-Android

With box DT we may try address PMIC issue with Failed to set core voltage! Can't set CPU frequency

from minimyth2.

xAbdaziz avatar xAbdaziz commented on June 18, 2024

Ok - this sounds encouraging! It is possible DRAM params i put into U-Boot are wrong for your box. Here we may try box Android device-tree - maybe it has correct values. You may try following procedure to get DT: https://github.com/warpme/minimyth2/wiki/Getting-device-tree-from-TVbox-vendor-Android

With box DT we may try address PMIC issue with Failed to set core voltage! Can't set CPU frequency

here is my box's dt: https://pastebin.com/iJXAv3EW

btw, I noticed that my box has ADB over Network working after enabling the switch in Developer Options, maybe other boxes do that as well. you might want to put it in the guide for people who doesn't have a male usb-usb cable.

from minimyth2.

warpme avatar warpme commented on June 18, 2024

Argh - your box has axp1530 and lpddr3.
dt has 31 different dram param sets...
huh
without having box physically i think it will be real pain to get it working....

from minimyth2.

xAbdaziz avatar xAbdaziz commented on June 18, 2024

Argh - your box has axp1530 and lpddr3. dt has 31 different dram param sets... huh without having box physically i think it will be real pain to get it working....

Oh sad, I hoped that I can help you :(

from minimyth2.

xAbdaziz avatar xAbdaziz commented on June 18, 2024

@warpme Hi, I've tried your Tanix LPDDR3 build.
I was able to get these logs from my device, https://pastebin.com/nY4rUhGM
I hope that it's helpful

from minimyth2.

warpme avatar warpme commented on June 18, 2024

Recently I bought x96-q box with lpddr3 memory and successfully add support of MiniMyth and MiniAch on this HW.
You may try: https://github.com/warpme/miniarch/releases/download/20230226-6.2-6b34b2ce/MiniArch-20230212-6.2.9-board-h313.x96_q_lpddr3-SD-Image.img.xz

from minimyth2.

xAbdaziz avatar xAbdaziz commented on June 18, 2024

Recently I bought x96-q box with lpddr3 memory and successfully add support of MiniMyth and MiniAch on this HW. You may try: https://github.com/warpme/miniarch/releases/download/20230226-6.2-6b34b2ce/MiniArch-20230212-6.2.9-board-h313.x96_q_lpddr3-SD-Image.img.xz

Cool!
I will try it now

from minimyth2.

xAbdaziz avatar xAbdaziz commented on June 18, 2024

Recently I bought x96-q box with lpddr3 memory and successfully add support of MiniMyth and MiniAch on this HW. You may try: https://github.com/warpme/miniarch/releases/download/20230226-6.2-6b34b2ce/MiniArch-20230212-6.2.9-board-h313.x96_q_lpddr3-SD-Image.img.xz

Yup, I can confirm that it works.
Thank you

from minimyth2.

xAbdaziz avatar xAbdaziz commented on June 18, 2024

@warpme btw is it possible to to add to MiniArch's start script an option to install the image on eMMC?
SDcard is very slow and takes forever to do anything.

from minimyth2.

xAbdaziz avatar xAbdaziz commented on June 18, 2024

@warpme also there's no wifi interface in ifconfig

from minimyth2.

warpme avatar warpme commented on June 18, 2024

@xAbdaziz may you try this image: https://github.com/warpme/miniarch/releases/download/20230226-6.2-6b34b2ce/MiniArch-20230212-6.2.10-board-h313.x96_q_lpddr3-SD-Image.img.xz

from minimyth2.

xAbdaziz avatar xAbdaziz commented on June 18, 2024

@xAbdaziz may you try this image: https://github.com/warpme/miniarch/releases/download/20230226-6.2-6b34b2ce/MiniArch-20230212-6.2.10-board-h313.x96_q_lpddr3-SD-Image.img.xz

Sure

from minimyth2.

xAbdaziz avatar xAbdaziz commented on June 18, 2024

@xAbdaziz may you try this image: https://github.com/warpme/miniarch/releases/download/20230226-6.2-6b34b2ce/MiniArch-20230212-6.2.10-board-h313.x96_q_lpddr3-SD-Image.img.xz

Unfortunately, there is still no WiFi interface
image

from minimyth2.

warpme avatar warpme commented on June 18, 2024

may you give me output of dmesg ?

from minimyth2.

xAbdaziz avatar xAbdaziz commented on June 18, 2024

may you give me output of dmesg ?

Sure, http://ix.io/4td9

from minimyth2.

warpme avatar warpme commented on June 18, 2024

Hi,
I uploaded new ver of miniarch.
may you try it?
If boot will still fail - may you give me uart output + pictures of pcb (including numbers on dram chips)
thx!

from minimyth2.

xAbdaziz avatar xAbdaziz commented on June 18, 2024

@warpme sorry, i went on a vacation and totally forgot about testing.
the build boots, but still no wifi interface unfortunately.

from minimyth2.

warpme avatar warpme commented on June 18, 2024

Closing due inactivity + lack of details to investigate root cause.
Thx for your help!

from minimyth2.

kerta1n avatar kerta1n commented on June 18, 2024

@warpme I just booted your 6.3.5 X96Q (H313, LPDDR3 2GB) image, and there is indeed WiFi, HDMI works, but no ethernet. I can't initialize anything WiFi because network-manager and iwd are missing. dmesg | grep eth reports EMAC reset timeout and probe of 5030000.ethernet failed with error -110. Attempting to use a USB to Ethernet dongle fails with a firmware load error of -2. Going to try booting a 6.2 build

from minimyth2.

kerta1n avatar kerta1n commented on June 18, 2024

Found out there were no builds for 6.2, but I got my dongle working!! Upon logging in, I ran su, used root as pwd, and then depmod -a. Gave the dongle time to think, then got an IP address about 20 seconds later. Going to extract eMMC contents before I install Linux to it (will host somewhere later).

from minimyth2.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.