Difference between revisions of "Specific SOM U-Boot Environment Variables"

From DAVE Developer's Wiki
Jump to: navigation, search
m (Dido)
m
Line 5: Line 5:
  
 
= Introduction =
 
= Introduction =
 +
 +
This page describes the U-Boot environment variables that specifically applies to certain Dave SOMs.
  
 
== Naon Family ==
 
== Naon Family ==
  
NELK Version: 4.0.0
+
The following variables applies to Naon, Maya and Dido SOMs. Please note that the this variables refers to U-Boot and Linux provided with NELK version 4.0.0.
  
 
<pre>
 
<pre>
eth0=xx:xx:xx:xx:xx:xx  
+
ethaddr = xx:xx:xx:xx:xx:xx
eth1=xx:xx:xx:xx:xx:xx
+
ethaddr1 = xx:xx:xx:xx:xx:xx -
dual_emac=0/1 kernel
+
dual_emac = [0|1] -
cpsw [0|1]
+
cpsw = [0|1] -
giga [on]
+
giga = [on] -
 
</pre>
 
</pre>
  
 
=== Naon ===
 
=== Naon ===
 
<pre>
 
<pre>
naon_host=
+
naon_host -
 
</pre>
 
</pre>
  
Line 26: Line 28:
  
 
<pre>
 
<pre>
naon_host=
+
naon_host -
 
</pre>
 
</pre>
  
Line 32: Line 34:
  
 
<pre>
 
<pre>
setenv mem 364M mem=320M@0x9fc00000 mem=1020M@0xc0000000 vmalloc=500M
+
addmem = 'setenv bootargs ${bootargs} mem 364M mem=320M@0x9fc00000 mem=1020M@0xc0000000 vmalloc=500M'
naon_host=
+
naon_host = -
 
</pre>
 
</pre>

Revision as of 15:49, 22 April 2013

Info Box
Naon am387x-dm814x.png Applies to Naon
Maya 03.png Applies to Maya
Dido-main.png Applies to Dido
Tux.png Applies to U-Boot

Introduction[edit | edit source]

This page describes the U-Boot environment variables that specifically applies to certain Dave SOMs.

Naon Family[edit | edit source]

The following variables applies to Naon, Maya and Dido SOMs. Please note that the this variables refers to U-Boot and Linux provided with NELK version 4.0.0.

ethaddr = xx:xx:xx:xx:xx:xx -  
ethaddr1 = xx:xx:xx:xx:xx:xx - 
dual_emac = [0|1] - 
cpsw = [0|1] - 
giga = [on] - 

Naon[edit | edit source]

naon_host - 

Maya[edit | edit source]

naon_host -

Dido[edit | edit source]

addmem = 'setenv bootargs ${bootargs} mem 364M mem=320M@0x9fc00000 mem=1020M@0xc0000000 vmalloc=500M'
naon_host = -