Difference between revisions of "Build coreboot using LBdistro"
From coreboot
(→How to getting started?) |
|||
| Line 18: | Line 18: | ||
make | make | ||
</pre> | </pre> | ||
| + | |||
| + | === Known problems === | ||
| + | |||
| + | There is some problems when compiling it on Debian and others (on Ubuntu 6.06 it works fine). This problem will be fixed ASAP. | ||
Revision as of 20:06, 1 July 2007
What is LBdistro?
LBdistro is an improvement on buildrom to let user customize what binaries will be at final ROM.
How to getting started?
First you need download it from SVN repository:
svn co https://lbdistro.svn.sourceforge.net/svnroot/lbdistro/trunk LBdistro
After that issue:
cd LBdistro make menuconfig make
Known problems
There is some problems when compiling it on Debian and others (on Ubuntu 6.06 it works fine). This problem will be fixed ASAP.