I am setting up a virtual machine with virtualbox with vxworks 7 as guest.
I follow the guide from the windriver documentation but I think something is missing. So, I am able to create successfully the virtual machine, but I need to load the boot file vxWorks
, (created in the multi-stage boot application) using tftp
.
So far, so good, I don't know if I should load the boot image using tftp
or not though. The thing is that I have no ssh
access, therefore I cannot debug any application.
I have tried rebuilding with all the SSH features enabled in the vsb.vxconfig
file (IPNET_SSH
, OPENSSL
, SEC_CRYPTO
, USER_MANAGEMENT
, etc) and still no luck with ssh. Any hints?