dimtass / meta-allwinner-hx

Yocto meta layer that supports allwinner H2, H3, H5 and H6 cpus (unofficial)
MIT License
16 stars 13 forks source link

Need help with Orange Pi 3 Allwinner H6 board. #1

Open maxleontev opened 4 years ago

maxleontev commented 4 years ago

Hi Dimitris!

I have an Orange Pi 3 board with Allwinner H6 CPU, 2GB RAM and 8G EMMC.

I am tried to use your meta-layer to build a simple allwinner-console-image and found out the next problem: when system starts, the kernel loading process freezes at the half of it initialisations and I can't see a login prompt. However, if I am plugging in an usb device such a keyboard or mouse, the kernel saying that saw it and use.

I am using the 'zeus' branches in all of three repos with default settings.

I've setted verbosity level to 7 in allwinnerEnv.txt, and atteched putty log of system initialization: putty.txt

Looks like there are a some misconfiguration problems occurs with my board, but I can't understand where I can fix it. I am a beginner in Linux Embedded Systems, would you say me, in what way I should go to solve this problem?

dimtass commented 4 years ago

Hi Max, this seems to be similar with this issue here: https://gitlab.com/dimtass/meta-allwinner-hx/-/issues/6

As mentioned in there, I currently don't have an H6 board to test. Only own H2/3/5 boards and I've requested for a sample for H6 from a couple of vendors, but didn't got any reply yet.

Please, if you are interested have a look on the comments in the above link, which will guide you which are the potential issues.

There was no fix on the other thread and it will be difficult for me to fix it without having access to a board. Nevertheless, when I get access to one, then I'll fix and update.

Regards.