Hacker Timesnew | past | comments | ask | show | jobs | submitlogin

How would a person go from the sources posted on github to the binaries that get flashed? I don't see anything in https://github.com/MrChromebox that seems to be actual build scripts, without which the numerous other repos are less than useful


Switch on developer mode on a supported device, pop a shell, and run 'cd; curl mrchromebox.tech/firmware-util.sh --output firmware-util.sh; sudo bash firmware-util.sh'

For more detail, I point you toward the fine documentation


That's how you flash the precompiled binaries. I want to know how you make those binaries.


* ensure you have coreboot prereqs installed per doc.coreboot.org

* git clone https://github.com/MrChromebox/coreboot.git

* cd coreboot

* git submodule update --init --checkout --recursive

* make crossgcc-i386

* ./build-uefi.sh <name of board to build>




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: