RE: help in loading linux kernel from sdcard
Mitja Špes <[email protected]>
| Newsgroups | gmane.linux.ports.arm.general |
|---|---|
| Message-ID | <!&!AAAAAAAAAAAYAAAAAAAAAHwW0WbJwyhNsG/gnYbiZGrCgAAAEAAAAOukY/[email protected]> |
On Wed, Nov 10, 2010 at 4:19 AM, Tamamontu M <[email protected]> wrote: > I have a EP9307 (Arm 920T) based board. The design is based on Cirrus logic EP9307 development board. > One of the kernel boot requirments is boot parameters Atag List. At present redboot sets these parameters. Is there any way to see what these parameters are. How to create this list. Hi, you'll find the Atag parameters in redboot/packages/hal/arm/arch/current/src/redboot_linux_exec.c. Look for "params->u.cmdline.cmdline". You can add a diag_printf there and print out the command line to the console.