MrChromebox / firmware

Issue tracker for firmware issues
78 stars 15 forks source link

vram issue on yoga c13 #625

Closed haha1121 closed 5 months ago

haha1121 commented 5 months ago

i follow this guide:https://docs.chrultrabook.com/docs/firmware/compiling-coreboot.html to compile my custom firmware for change the bootsplash image, after i flashed to my laptop, i found out the vram is just 8mb. it there any way to increase the vram? thank you very much! IMG_20240428_111647200

haha1121 commented 5 months ago

and trackpoint cannot work in my custom firmware. any way to fix?

MrChromebox commented 5 months ago

you need to build from a different branch for Picasso boards currently, it will have a working trackpoint, working eMMC and larger UMA:

git fetch --tags git checkout -b picasso git reset --hard MrChromebox-2402+PCO_eMMC git submodule update --checkout --force

then apply your changes and rebuild

haha1121 commented 5 months ago

thx man, it's worked!