notes:old_coreboot
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
notes:old_coreboot [2019/01/13 08:16] – external edit 127.0.0.1 | notes:old_coreboot [2024/08/13 21:32] (current) – removed Sean Rhone | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Ubuntu Server ====== | ||
- | ===== Dependencies ===== | ||
- | |||
- | * 18.04.1 | ||
- | |||
- | sudo apt install git build-essential gnat flex bison libncurses5-dev wget zlib1g-dev python-minimal gcc-6 g++-6 | ||
- | |||
- | ===== GCC6 ===== | ||
- | |||
- | * Removes symlinks of GCC7 and replaces with GCC6 | ||
- | * Necessary if the build of GCC from crossgcc for a specific version of Coreboot fails to build | ||
- | |||
- | sudo rm -fv '/ | ||
- | |||
- | sudo ln -s '/ | ||
- | |||
- | gcc -v && g++ -v | ||
- | |||
- | ====== Coreboot ====== | ||
- | |||
- | ===== Specific Commit ===== | ||
- | |||
- | * Use the '' | ||
- | |||
- | cd ~ && mkdir -p ~/' | ||
- | |||
- | cd ~/' | ||
- | |||
- | ===== Specific Tag ===== | ||
- | |||
- | * Replace '' | ||
- | |||
- | cd ~ && mkdir -p ~/' | ||
- | |||
- | git tag -l | ||
- | |||
- | cd ~/' | ||
- | |||
- | ===== SeaBIOS Fix ===== | ||
- | |||
- | * :!: TODO: Add fix for seabios git repo needing updated URL |
/srv/www/wiki/data/attic/notes/old_coreboot.1547385402.txt.gz · Last modified: (external edit)