Difference between revisions of "Build coreboot using LBdistro"
From coreboot
| Line 18: | Line 18: | ||
make | make | ||
</pre> | </pre> | ||
| + | |||
| + | For now only QEMU compilation is generating ROM, but other boards will be added after Kdrive and application works. | ||
=== Known problems === | === 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. | 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:10, 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
For now only QEMU compilation is generating ROM, but other boards will be added after Kdrive and application works.
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.