Edit page CorebootX230
authorbernie <bernie@73.231.141.181>
Tue, 11 May 2021 14:22:47 +0000 (10:22 -0400)
committerGeekiGeeki <webmaster@codewiz.org>
Tue, 11 May 2021 14:22:47 +0000 (10:22 -0400)
CorebootX230

index df1c908146d022f1819d2a0aef666a812069a819..c13c8e10675b391a01d28e053fc73db3bb2a740a 100644 (file)
@@ -8,12 +8,14 @@ By Bernie Innocenti \\
 <div style="width: 640px; margin:0 auto">{{pictures/linux/x230-flashing.jpg | maxwidth=640}}</div>
 
 Coreboot, the free PC BIOS that powers all Google Chromebooks, was recently ported to the Thinkpad X230
 <div style="width: 640px; margin:0 auto">{{pictures/linux/x230-flashing.jpg | maxwidth=640}}</div>
 
 Coreboot, the free PC BIOS that powers all Google Chromebooks, was recently ported to the Thinkpad X230
-by the long time GRUB hacker Vladimir 'φ-coder' Serbinenko. So this week-end, just while Libre Planet was
-taking place at the nearby MIT Stata Center, I decided to give a shot at it. Building a custom Coreboot
-image for the X230 was relatively easy:
+by the long time GRUB hacker Vladimir 'φ-coder' Serbinenko. And so this week-end, while Libre Planet was
+taking place at the nearby MIT Stata Center, I decided to give it a shot.
+
+Building a custom Coreboot image for the X230 was straightforward:
 
 {{{
 
 {{{
-git clone http://review.coreboot.org/p/coreboot    cd coreboot
+git clone http://review.coreboot.org/p/coreboot
+cd coreboot
 git submodule update --init --checkout
 make crosstools-i386
 # install the .config file provided by phcoder on the Coreboot wiki
 git submodule update --init --checkout
 make crosstools-i386
 # install the .config file provided by phcoder on the Coreboot wiki