I managed to get some console output through the serial line using putty. (btw serial setting I used were 115200n8). You can find them in the attached zip-file. I have logged different runs.
- dtech image installed on the EMMC.
- chewitt box image installed on a SD-Card.
- chewitt wetek play2 image installed on a SD-Card (2 times)
One thing that I see is that for the "wetek play2" image the KERNEL is not loaded as U-Boot can not find it. And therefor it falls back to a Android kernel. The following lines indicate that.
reading kernel.img
** Unable to read file kernel.img **
<<-->>
reading aml_autoscript
** Unable to read file aml_autoscript **
reading recovery.img
** Unable to read file recovery.img **
<<-->>
## Booting Android Image at 0x01080000 ...
<<-->>
[ 0.000000@0] Linux version 3.14.29 (alex@alex-laptop)
Display More
On the box version U-Boot seems to use the s905_autoscript to find the KERNEL. Do I need to add some files from the "box" image to the "wetek play2"image to load the KERNEL? Or do you now have the information you need?
Oh and that I do not always get output to the HDMI seems to be related to U-boot finding the wrong hdmi mode. 1080p60hz having output and smpte24hz having no output.