Closed haha1121 closed 7 months ago
and trackpoint cannot work in my custom firmware. any way to fix?
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
thx man, it's worked!
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!