Hello. I've typed `git checkout <hash>` and `git submodule update --checkout` and git updated files and switch to this hash. But the config file did not appear in the directory. Is that how it should be? Do I have to download the configuration myself (from https://review.coreboot.org/plugins/gitiles/board-status/) and place it in the directory?
That's because you need to set up a coreboot config by yourself (make menuconfig) because there are so many boards and options... You can take someone's successful config from board status repository for your board, and copy it to ./.config of your ./coreboot/ directory to use it as a base.
On Thu, Jun 3, 2021 at 5:19 PM Павел budanov.pavel@gmail.com wrote:
Hello. I've typed `git checkout <hash>` and `git submodule update --checkout` and git updated files and switch to this hash. But the config file did not appear in the directory. Is that how it should be? Do I have to download the configuration myself (from https://review.coreboot.org/plugins/gitiles/board-status/) and place it in the directory?
coreboot mailing list -- coreboot@coreboot.org To unsubscribe send an email to coreboot-leave@coreboot.org