Difference between revisions of "First Steps with Buildroot"

From InCircuit
Jump to: navigation, search
Line 3: Line 3:
 
Copy desired board configuration from the directory configs as described in [[Configuring Buildroot]].
 
Copy desired board configuration from the directory configs as described in [[Configuring Buildroot]].
  
Start generation of the system by invoking
+
Invoke
 
  make
 
  make
 
If instead of building the configuration screen is shown you have to leave the configuration menu by saving the configuration. And invoke make a second time.
 
  
 
The [[CrossToolchain]] and software for the module selected are generated.
 
The [[CrossToolchain]] and software for the module selected are generated.

Revision as of 11:59, 20 March 2014

Get buildroot files to your as described in Getting Buildroot.

Copy desired board configuration from the directory configs as described in Configuring Buildroot.

Invoke

make

The CrossToolchain and software for the module selected are generated.

After the first build additional parameters can be edited as described in Configuring Buildroot.

Personal tools