Bug #126
closedHDMI out not working
0%
Description
I've built a Yocto image from the Mediatek repo and I'm not seeing an output on the hdmi.
repo location:
https://gitlab.com/mediatek/aiot
Build instructions I used:
https://mediatek.gitlab.io/aiot/doc/aiot-dev-guide/master/sw/yocto/get-started/build-code.html
I set the MACHINE in the local.conf to:
MACHINE ??= "i350-sb35"
Files
Updated by Travis Lytle over 1 year ago
release I used:
repo init -u https://gitlab.com/mediatek/aiot/bsp/manifest.git -b refs/tags/rity-kirkstone-v23.0
Updated by Travis Lytle over 1 year ago
Flashed device using aiot-flash
https://mediatek.gitlab.io/aiot/doc/aiot-dev-guide/master/sw/yocto/get-started/env-setup/flash-env-windows.html
Using command so gpu-mali and video dtbo's were loaded:
aiot-flash --load-dtbo video.dtbo --load-dtbo gpu-mali.dtbo
Updated by Travis Lytle over 1 year ago
Hi Lion,
I was on vacation and I'm back to work now.
The link has expired, but also Mediatek blocks external sharing sites so I'm not able to access it.
Do you have another method of sharing? I do believe I have access to google drive files.
Thanks,
Travis
Updated by Lion Wang over 1 year ago
- File SB35_Yocto_Linux_User_Guide.pdf SB35_Yocto_Linux_User_Guide.pdf added
- File sb35-yocto-patch.zip sb35-yocto-patch.zip added
Hi Travis,
OK, I got it.
Could you download from this web site?
Updated by Travis Lytle over 1 year ago
I am able to download these two files, will try the patch and reply on results.
Thanks,
Travis
Updated by Travis Lytle over 1 year ago
Hi Lion,
Patches applied, built yocto, flashed, and booted up with HDMI working!
Thank you!
Travis