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
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
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
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
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 soon as it begins. I read this means the