One customer started playing around with VxWorks 7 SDK for QEMU (sabrelite). Then he built a custom VSB and VIP project for imx6 sabrelite QEMU. He is trying to access a FTP server on the host machine from the QEMU VxWorks image, in the same way he did it with the WindRiver Lab image he used for his initial testings.
Based on the documentation (README_qemu-sabrelite) I extracted the following:
For host file system access from the VxWorks guest, start an FTP server and enable user “target” with password “vxTarget”. These are the built-in credentials for the VxWorks kernel image for QEMU (sabrelite).
$ sudo python -m pyftpdlib -p 21 -u target -P vxTarget -i 127.0.0.1 -d $HOME &
He wants to know what are the required settings on the custom VSB and VIP image, so it can connect to the host machine FTP server in the same way described in the documentation.
I reviewed the vip_config.json and vsb_config.json files of the SDK, but I didn´t find any particular setting regarding FTP.
Could you please provide me with instructions on how to achieve that?
Thanks in advance for any help.
Best regards,
-Daniel