Is there any reason why you took this off the mailing list? If not, can you please post your message there instead, so other people can also benefit from the discussion?
On Sun, Sep 22, 2013 at 09:06:59PM +0200, Novello Giampiero wrote:
I have 2 board with sa same (imx wandboard and pandaboard) In any case I have the same result. I have made a wand.conf and a wand01.conf Wand.conf file is very similar to pand.conf file, Here you will se the logfile . lava-dispatch /../wand6.json --target wand01 | tee logfile
I you can see in the log file I can't download the file. In the file system for the wandboard there is LAVA-TEST and it work! I have installed in pc with ubuntu 12.04 the lastest version of lava-deployment-tool from git. In the target device I have installed python, wget,git etc I don't know if I have to install some other package (lighthttpd) or if I have to install Apache.
At the moment lava-dispatcher assumes there is python in the master image, because the webserver used on the target to allow the dispatcher do download contents of the filesystem is started with:
python -m SimpleHTTPServer 0 2>/dev/null
The master images we use at Linaro do have Python, even though the test images might not have it. But since you are using dummy deploy, you will probably have to install python.
This should be changed to use `busybox httpd` at some point, but we are not there yet.
On The Target I Have Python 2.7 installed end the lava-test Those test work well. If In the target from the shell I DO: python -m SimpleHTTPServer 0 2>/dev/null
in the HOST I CAN OPEN FIREFOX AND THEN DOWNLOAD FS.TGZ. In the other case I have the mistake that you can see in the log files. Do you have some IDEA?
PS.:I'm using Master.py like pandaboard. MAy I change some think in the wand01.conf?
Best Regards Novello G
linaro-validation@lists.linaro.org