The server I plan to use currently has an IP address of 192.168.0.5, which places it on a non-routed subnet (which is fine). The VME board would like to boot from 128.196.100.19. Lucky for me, I have a set of notes on doing this here:
To get a serial console, a USB to serial dongle, a long cable and the following command get the job done, at least for viewing output:picocom -b 9600 /dev/ttyUSB0It turns out that I had set up this server before for this, but some of the setup had gotten erased or overwritten by subsequent updates and such. I had to:
Then I need to remember things. First is the w9h password for user tom. Next is the need to do the following in order to be able to load files and run ls:
iam "vwuser"In general, user tom can't make his way through directory permissions, but vwuser can, although this depends on ownerships and permissions on ALL the diretories in the path to a file you want to load.
Do I really want to go through all of this? Can I simply use the existing mount computer for anything I want to test? For now I am not tackling this, nor do I intend to unless really forced into it.