User Tools

Site Tools


tutorials:cb1:development:building_your_own_embedded_linux_with_buildroot

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

tutorials:cb1:development:building_your_own_embedded_linux_with_buildroot [2013/09/26 09:06]
soloforce created
tutorials:cb1:development:building_your_own_embedded_linux_with_buildroot [2013/12/23 14:50] (current)
Line 14: Line 14:
 ===Building=== ===Building===
 <​code>​ <​code>​
- ​$tools/​build.sh+ $ tools/​build.sh
 </​code>​ </​code>​
 Finally, you will get a livesuit images that can be written to Cubieboard'​s nand flash by livesuit. Finally, you will get a livesuit images that can be written to Cubieboard'​s nand flash by livesuit.
Line 27: Line 27:
 We could customize our rootfs on buildroot We could customize our rootfs on buildroot
 <​code>​ <​code>​
- $cd ~/​mylinux/​buildroot + $ cd ~/​mylinux/​buildroot 
- $make cubieboard_defconfig + $ make cubieboard_defconfig 
- $make menuconfig+ $ make menuconfig
 </​code>​ </​code>​
  
tutorials/cb1/development/building_your_own_embedded_linux_with_buildroot.txt · Last modified: 2013/12/23 14:50 (external edit)