Difference between revisions of "Mini HOWTO: using a CF card for testing and developing coreboot"
(→Installing) |
|||
| Line 13: | Line 13: | ||
No user login and/or password is required. | No user login and/or password is required. | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
Revision as of 16:51, 6 January 2011
Installing coreboot on machine using a CF
The image linux-nokia-ip530-coreboot.img is a 32Mb image which can be placed on the standard CF card. This image was initial intended for the nokia-ip530, but can be used for upgrading, testing and developing coreboot on a x86 system. This is not a distrubution, but a lean and mean installation with a stable kernel. It uses the serial port as its main console at 115200n81. And its easy to personalize for developming and testing needs. Just compile the kernel on a development system and copy the bzImage file to the CF filesystem.
#[sudo] dd of=/dev/<cf-card-device> of=./linux-nokia-ip530-coreboot.img
Download 32Mb CF card image (7.9Mb)
Starting
When you start from the CF card the EXTlinux loader is used to load Linux, just give ENTER
When the kernel is starting you see the console log on the serial port. And last a console prompt.
No user login and/or password is required.