Not directly - although you could plug a serial LCD into one of the UARTs and write code to talk to it. I’ve started this, but it’s not finished.
However, if you mean plug a ‘monitor’ into the WP7104 dev board (using VGA/DVI/HDMI) then the answer is no.
Dev has do be done on a linux host machine using the dev tools provided by SiWi. You don’t have to use Developer Studio to build your apps - you can simply write C code at the command line and use the toolchain GCC to compile to executable (I’ve done this and it works pretty well) - but it’s a lot easier to develop using Developer Studio and the Remote access tools provided. Especially if you are already used to using Eclipse (which is what Developer Studio is based on).
You’ll only need the windows drivers if you need to do a firmware update of the WP71.
You’ll need to download the Application Framework from Github and install it as per the instructions on the GitHub page. Once you’ve got the Application Framework installed, download DS3 for Linux and start playing.
I will advise you to follow the instructions to the letter - including using the correct Ubuntu distribution (12.04 LTS) and making sure that you have all the pre-requisite packages installed, or you’re going to get quite frustrated…
Did you run as root (i.e. use the sudo command?). Ubuntu us a bit finicky about permissions.
Try running minicom using the following:
sudo minicom
and likewise for ssh:
sudo ssh root@<ip>
Also note that the IP address of the Legato will change unless you manually set the MAC or IP address. Have a look at this post viewtopic.php?f=179&t=7718&p=31528 on the forum.
Can you check to see that the toolchain actually exists at this location:
Check that the untar put things in the correct location as noted above. If not, move the tree in /opt/swi to the correct location and then re-run the legs script.