Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

The IGEP X-loader

2,788 bytes added, 23:52, 2 March 2012
no edit summary
root=/dev/nfs
# Set your NFS root path as <server_ip>:<rootfs_path>
nfsroot=192.168.2.105:/srv/nfs/linaro_minimal</pre>        == How I can change the assigned kernel memory? == You can use the mem kernel variable as assign your desired kernel memory as:<pre><span class="Apple-style-span" style="font-family: monospace; font-size: 12px; white-space: pre; line-height: normal; ">[kparams]</span> <span class="Apple-style-span" style="font-family: monospace; font-size: 12px; white-space: pre; line-height: normal; " />mem=430M</pre>== How I can add more kernel variables? == You can add more variables creating a new variable - value pair under kparams tag as:<pre><span class="Apple-style-span" style="font-family: monospace; font-size: 12px; white-space: pre; line-height: normal; ">boot_delay=0</span></pre>== <span class="Apple-style-span" style="font-family: monospace; font-size: 12px; white-space: pre; line-height: normal; " />How I can modify my MAC address? == You can assign your desired mac address using the variable&nbsp;<span class="Apple-style-span" style="font-family: monospace; font-size: 12px; white-space: pre; line-height: normal; ">smsc911x.mac as:</span><pre><span class="Apple-style-span" style="font-family: monospace; font-size: 12px; white-space: pre; line-height: normal; " /><span class="Apple-style-span" style="font-family: monospace; font-size: 12px; white-space: pre; line-height: normal; ">smsc911x.mac=0xb2,0xb0,0x14,0xb5,0xcd,0xde</span></pre>== How I can boot my board using ubi root filesystem? == You should use these parameters: <span class="Apple-style-span" style="font-family: monospace; font-size: small; line-height: normal; "><pre>ubi.mtd=2 root=ubi0:igep0020-rootfs rootfstype=ubifs</pre><div class="pre" style="font-family: monospace; font-size: 12px; white-space: pre; ">How I can boot my board using a RAM disk?</div></span><span class="Apple-style-span" style="font-family: monospace; font-size: 12px; white-space: pre; line-height: normal; ">kRdImageName</span><span class="Apple-style-span" style="font-family: monospace; font-size: small; line-height: normal; "><div class="pre" style="font-family: monospace; font-size: 12px; white-space: pre; ">Use a RAMdisk it's fully supported, first you should assign your RAMdisk file to the variable </div></span><span class="Apple-style-span" style="font-family: monospace; font-size: small; line-height: normal; "><div class="pre" style="font-family: monospace; font-size: 12px; white-space: pre; "></div><div class="pre" style="font-family: monospace; font-size: 12px; white-space: pre; "></div><div class="pre" style="font-family: monospace; font-size: 12px; white-space: pre; "></div><div class="pre" style="font-family: monospace; font-size: 12px; white-space: pre; "></div><div class="pre" style="font-family: monospace; font-size: 12px; white-space: pre; "></div></span>           <br>
</pre>
= 6 Contribution &amp; Support &amp; Bugs Report =