Re: Issue with 'rtems_shell_wait_for_input' function

2017-04-19 Thread vivek kukreja
Hello Chris, Inside rtems_shell_wait_for_input we call the change_serial_settings function which is returning RTEMS_UNSUCCESSFUL so the test doesn't start on qemu. I tried the tests on gdb for other bsps and they work. I'm still looking into this issue so I can start working on transports. If you

Re: Issue with 'rtems_shell_wait_for_input' function

2017-04-18 Thread Chris Johns
On 18/04/2017 20:12, vivek kukreja wrote: Hello Sebastian, all, Sir as you said the uart_set_attributes function for xilinx serial driver simply returns false. I'm reffering the following file: /c/src/lib/libbsp/arm/xilinx-zynq/console/zynq-uart.c where the tcsetattr function fails. I'm looking

Re: Issue with 'rtems_shell_wait_for_input' function

2017-04-18 Thread vivek kukreja
Hello Sebastian, all, Sir as you said the uart_set_attributes function for xilinx serial driver simply returns false. I'm reffering the following file: /c/src/lib/libbsp/arm/xilinx-zynq/console/zynq-uart.c where the tcsetattr function fails. I'm looking at the older implementations of uart for xil

Re: Issue with 'rtems_shell_wait_for_input' function

2017-03-07 Thread Sebastian Huber
On 03/03/17 23:50, vivek kukreja wrote: Hello all, I made few changes to the fileio test to run NFS using libbsd. The test compiles and when i run it on qemu NFS is initialised. The test starts with the 'rtems_shell_wait_for_input' function which returns RTEMS_UNSATISFIED so the test quits as