[U-Boot-Users] Passing Parameters to kernel

Hi,
How do i ensure the ATAG parameters are getting passed properly from U-boot to Kernel.
The bootargs command line that i specify in U-boot is not what i see on kernel command line.
The bootargs from U-boot gets overwritten by the default kernel command line specified in kernel configuration.
What could be the cause? How do i overcome this.
Eagerly awaiting your reply.
Regards, Swapnil Narkhede Mob:- 0432025023 Email:- s3092131@student.rmit.edu.au School of Computer Science and Information Technology RMIT University, Melbourne

On Fri, 18 Nov 2005 22:19:01 +1100 "Swapnil Ashok Narkhede" S3092131@student.rmit.edu.au wrote:
Hi,
How do i ensure the ATAG parameters are getting passed properly from U-boot to Kernel.
The bootargs command line that i specify in U-boot is not what i see on kernel command line.
The bootargs from U-boot gets overwritten by the default kernel command line specified in kernel configuration.
What could be the cause? How do i overcome this.
Check if you have
CONFIG_CMDLINE_BOOL
set in your .config. If so, unset it.
Alex

Swapnil Ashok Narkhede wrote:
The bootargs from U-boot gets overwritten by the default kernel command line specified in kernel configuration.
What could be the cause? How do i overcome this.
Which kernel and which gcc do you use? If you use a 2.4 kernel with gcc 3.4, you'll see exactly these problems.
Detlef

In message 1132312741.535ddf1cS3092131@student.rmit.edu.au you wrote:
Hi,
How do i ensure the ATAG parameters are getting passed properly from U-boot to Kernel.
The bootargs command line that i specify in U-boot is not what i see on kernel command line.
The bootargs from U-boot gets
overwritten by the default kernel
command line specified in kernel configuration.
What could be the cause? How do i overcome this.
Eagerly awaiting your reply.
Regards, Swapnil Narkhede Mob:- 0432025023 Email:- s3092131@student.rmit.edu.au School of Computer Science and Information Technology RMIT University, Melbourne
This SF.Net email is sponsored by the JBoss Inc. Get Certified Today Register for a JBoss Training Course. Free Certification Exam for All Training Attendees Through End of 2005. For more info visit: http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click _______________________________________________ U-Boot-Users mailing list U-Boot-Users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/u-boot-users

Swapnil Ashok Narkhede wrote:
Hi,
How do i ensure the ATAG parameters are getting passed properly from U-boot to Kernel.
The bootargs command line that i specify in U-boot is not what i see on kernel command line.
The bootargs from U-boot gets overwritten by the default kernel command line specified in kernel configuration.
What could be the cause? How do i overcome this.
Eagerly awaiting your reply.
And check cmdline size, by default cmdline in U-Boot have 256 bytes long.
-- Regards Andrey Volkov
participants (5)
-
Alex Zeffertt
-
Andrey Volkov
-
Detlef Vollmann
-
Swapnil Ashok Narkhede
-
Wolfgang Denk