* Soekris not exec'ing INIT
@ 2003-08-06 20:07 Ro0tSiEgE LKML
2003-08-07 5:02 ` Zwane Mwaikambo
0 siblings, 1 reply; 2+ messages in thread
From: Ro0tSiEgE LKML @ 2003-08-06 20:07 UTC (permalink / raw)
To: linux-kernel
I'm not sure that this is a specific kernel issue or not, but here goes...
I have a distro (hand compiled) running off of a CF card that's booting from
a Soekris (Elan SC520) net4501(and net4521) with the console kernel cmdline
set to ttyS0,19200n81, and the kernel messages show up fine and everything
over my serial terminal, but when the kernel goes to execute /sbin/init or
whatever I set init equal to (after the "Freeing unused kernel memory" bit),
nothing happens, init doesn't get executed (or I cannot see it). This same
CF card boots and runs fine from a normal PC, but from any Elan I have, init
never gets executed. What is wrong here?
Thanks...
--
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Soekris not exec'ing INIT
2003-08-06 20:07 Soekris not exec'ing INIT Ro0tSiEgE LKML
@ 2003-08-07 5:02 ` Zwane Mwaikambo
0 siblings, 0 replies; 2+ messages in thread
From: Zwane Mwaikambo @ 2003-08-07 5:02 UTC (permalink / raw)
To: Ro0tSiEgE LKML; +Cc: linux-kernel
On Wed, 6 Aug 2003, Ro0tSiEgE LKML wrote:
>
> I'm not sure that this is a specific kernel issue or not, but here goes...
>
> I have a distro (hand compiled) running off of a CF card that's booting from
> a Soekris (Elan SC520) net4501(and net4521) with the console kernel cmdline
> set to ttyS0,19200n81, and the kernel messages show up fine and everything
> over my serial terminal, but when the kernel goes to execute /sbin/init or
> whatever I set init equal to (after the "Freeing unused kernel memory" bit),
> nothing happens, init doesn't get executed (or I cannot see it). This same
> CF card boots and runs fine from a normal PC, but from any Elan I have, init
> never gets executed. What is wrong here?
Userspace compiled for incorrect processor? One common problem is i686
compiled binaries, you could try the following quick test (but not 100%
conclusive)
objdump -d binary_file | grep cmov
--
function.linuxpower.ca
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2003-08-07 5:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-08-06 20:07 Soekris not exec'ing INIT Ro0tSiEgE LKML
2003-08-07 5:02 ` Zwane Mwaikambo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox