christophe leroy writes:
 > I've tried to execute the following init prog with my kernel that
 > now correctly boots:
 > 
 > #include <stdio.h>
 > #include <sys/time.h>
 > 
 > main()
 > {
 >         while (1) {
 >                 printf("Coucou les amis\n");
 >                 fflush(stdout);
 >                 sleep(1);
 >         }
 > }
 > 
 > On console I've got: Freeing unused kernel memory: 8k init
 > Then nothing.
 > EBSA285 responds to ping during kernel boot, but not anymore at this 
 > point
 > 
 > Compiled with crossbuild egcs-1.1b and glibc-2.0.112
 > Doesn't work better when statically linked

/dev/syscons is probably not there or not set up correctly,
you should see a message about no console during boot...

Dave Baukus <[EMAIL PROTECTED]>

>               mknod syscons c 5 1
>               ln -s syscons console

suggested this sometime ago and it works for me (on an EBSA285..)

Andrew
        
unsubscribe: body of `unsubscribe linux-arm' to [EMAIL PROTECTED]

Reply via email to