While booting we can stop at uboot prompt.<br><br>there we can see all environment variable with printenv.<br>we can change it by setenv. don&#39;t forget to save it by saveenv after changing environment variable.<br><br>bootargs is the environment variable where we can pass all rootfs details.<br>
<br>Does it solve ur issue ?<br><br><div class="gmail_quote">On Wed, Feb 20, 2013 at 4:01 AM, Peter Steenbergen <span dir="ltr">&lt;<a href="mailto:p.steenbergen@j1nx.nl" target="_blank">p.steenbergen@j1nx.nl</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">I am running into an issue with my Amlogic XBMC development. Before I go out searching the dark secrets of the linux kernel, I thought why not ask you guys first.<div>
<br></div><div>There is this patch;</div>
<div><a href="http://lists.infradead.org/pipermail/linux-arm-kernel/2011-April/047506.html" target="_blank">http://lists.infradead.org/pipermail/linux-arm-kernel/2011-April/047506.html</a><br></div><div>Which is used often. It adds the CONFIG_CMDLINE_EXTEND to the possible CMDLINE options. It is designed to prepend the cmdline parameters in case there are missing values. The passed parameters by uboot are then appended to the ones from CONFIG_CMDLINE.</div>

<div><br></div><div>This all works fine if you indeed are missing parameters, but what if i want to overwrite/override an already by uboot passed parameter? (like root= and rootfstype=)</div><div><br></div>
<div>I don&#39;t want to FORCE everything, because I then have to take over the complete line as passed by uboot. If I do that I will loose the parameters set by variables within uboot (MAC)</div><div><br></div>
<div>If I set them in CMDLINE, then the ones passed from uboot are appended and overriding the ones from CMDLINE.</div><div><br></div><div>I also do not want to change uboot as that is still kind of tricky on the Amlogic boxes.</div>

<div><br></div><div>Do anyone of you guys have some tips and/or directions?</div><div><br></div><div>thanks</div></div>
<br>_______________________________________________<br>
arm-netbook mailing list <a href="mailto:arm-netbook@lists.phcomp.co.uk">arm-netbook@lists.phcomp.co.uk</a><br>
<a href="http://lists.phcomp.co.uk/mailman/listinfo/arm-netbook" target="_blank">http://lists.phcomp.co.uk/mailman/listinfo/arm-netbook</a><br>
Send large attachments to <a href="mailto:arm-netbook@files.phcomp.co.uk">arm-netbook@files.phcomp.co.uk</a><br></blockquote></div><br><br clear="all"><br>-- <br>Thanks &amp; Regards<br><br>Piyush Verma<br><br>