Re: users Digest, Vol 167, Issue 8

2020-08-12 Thread Zacchaeus Liang
I got the test to run but there were tons of errors. I haven't touched any of the source or really dived into it. RTEMS Testing - Tester, 5.0.not_released Command Line: /home/zakonrockets/development/rtems/5/bin/rtems-test --rtems-tools=/home/zakonrockets/development/rtems/5 --rtems-bsp=pc-qemu /

Re: [RTEMS 4.10] NFS mount fails with 'Registering NFS driver failed' message

2020-08-12 Thread Chris Johns
On 12/8/20 10:20 pm, Marcos Jose-Louis wrote: > I'm trying to mount a NFS partition from a server on a sparc board. > My app is basically configuring the network, and trying to mount the NFS > server share using mount_andmmake_target_path() API. > > err = mount_and_make_target_path( > "63

Re: [RTEMS 4.10] NFS mount fails with 'Registering NFS driver failed' message

2020-08-12 Thread Joel Sherrill
On Wed, Aug 12, 2020 at 9:33 AM Jose L. Marcos wrote: > Thank's Joel > > Adding '#define CONFIGURE_MAXIMUM_DRIVERS 15' to my system.h config file > make me one step further... > > I still get a non-0 return value for mount_and_make_target_path. I > printed errno value before 'assert(err == 0)' li

Re: [RTEMS 4.10] NFS mount fails with 'Registering NFS driver failed' message

2020-08-12 Thread Jose L. Marcos
Thank's Joel Adding '#define CONFIGURE_MAXIMUM_DRIVERS 15' to my system.h config file make me one step further... I still get a non-0 return value for mount_and_make_target_path. I printed errno value before 'assert(err == 0)' line and it's errno=22 (EINVAL: invalid args); but can't tell whi

Re: [RTEMS 4.10] NFS mount fails with 'Registering NFS driver failed' message

2020-08-12 Thread Joel Sherrill
On Wed, Aug 12, 2020 at 7:20 AM Marcos Jose-Louis wrote: > Hi > > I'm trying to mount a NFS partition from a server on a sparc board. > My app is basically configuring the network, and trying to mount the NFS > server share using mount_andmmake_target_path() API. > > err = mount_and_make_target_p

[RTEMS 4.10] NFS mount fails with 'Registering NFS driver failed' message

2020-08-12 Thread Marcos Jose-Louis
Hi I'm trying to mount a NFS partition from a server on a sparc board. My app is basically configuring the network, and trying to mount the NFS server share using mount_andmmake_target_path() API. err = mount_and_make_target_path( "6331.1150 at 10.160.7.217:/home/marcosjl/", "/nf