Hi,
I have a problem on the using the shell on the RTEMS.
My RTEMS version is 4.8.0.
I found out this documnet ( http://rtems.org/onlinedocs/doc-current/share/rtems/pdf/shell.pdf ) on the internet.
It explains about the shell on the RTEMS 4.10.99. And there is no document for 4.8.0.
But I tried to do the section "1.2 Configuration" on that document, like below
#define CONFIGURE_SHELL_COMMANDS_INIT
#define CONFIGURE_SHELL_COMMANDS_ALL
#include <rtems/shellconfig.h>
Because there are required source codes and MACROS to configure in the RTEMS 4.8.0 too.
next, I copied source code from "testsuites/samples/fileio.init.c"
And little bit modified it like below.
shell_init("SHLL",RTEMS_MINIMUM_STACK_SIZE+0x1000, 150,"/dev/console",B19200 | CS8, 1);
And there was no error while compiling it.
But I stucked on the login process of the shell.
It asked my ID and PW for login. But I din't set my ID and PW. How can I loggin on that shell?
I typed "rtems" or "root" as ID and PW but it said that wrong ID & PW.
Is there any other configuration to use this shell?
Or can't I use that <Shell> with RTEMS 4.8.0 since it's not supported?
At least I'd like to disable the function of checking ID and PW.
Best Regards,
Yungjoong
4.8 is not supported by the free project. It is recommended that you use 4.10 or the git code which will become 4.11
--joel
송영중 <yungjoo...@samsung.com> wrote:
_______________________________________________
rtems-users mailing list
rtems...@rtems.org
http://www.rtems.org/mailman/listinfo/rtems-users