@maribu:
Thanks for your assistance!
I'm using a sd card with one partition for boot & rootfs and my U-Boot was built using moscars current pull request (uboot-cubietruck). The issue I experienced was independent from U-Boot version, script.bin and uEnv.txt entries (tried a lot of combinations, including U-Boot from HEAD of u-boot-sunxi, etc.)
I tried the linux-cubietruck packages you provided and they seem to work fine - VGA & HDMI output are fully working. In fact this is the first 3.4.79 kernel I could get display output on.
I didn't change anything about U-Boot, script.bin or uEnv.txt for this test and it appears you are using the exact same commit as in official repo PKGBUILD, so I guess my issue must be directly related to kernel config.
I diffed kernel configs, result can be found here:
https://paste8.com/sxMQpO2Y ("config" being from linux-cubietruck src by maribu). I had no time to examine differences closely yet.
@moscar:
Regressions can happen all the time in development - especially with such a delicate task like merging kernel packages.
Are your packages from
http://arch.moscar.net/armv7h/ up to date with your git repo? Because I already tried your prebuilt packages without success (meaning I had a fully booting system but no VGA/HDMI output at all, same as for current repo version).
Should I file an issue for my display problem on github?