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]].
  
Check configuration shown after invoking
+
Start generation of the system by invoking
 
  make
 
  make
  
Start generation of the system by invoking
+
If instead of building the configuration screen is shown you have to leave the configuration menu by saving the configuration.
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:12, 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.

Start generation of the system by invoking

make

If instead of building the configuration screen is shown you have to leave the configuration menu by saving the configuration.

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