by paran » Thu Apr 02, 2015 2:02 pm
I think Jan.2015 pubuntu version is stripped down ubuntu for testing purpose so that it will make easier sorting out the kinks in parallella board and ubuntu software. The blank desktop with terminal like input ( cross- mouse) is expected. I tried installing desktop but it was blocked due to missing incompatible packages. The next phase of testing - the important ones is to run parallella examples which I do not know how yet. I think the important one is the c code that print out hello world 16 times each representing a core number of parallella board you have ( or 64 times for other version of parallella board), And then other more challenging codes like malbrot etc. If epiphany does not work then one has no point of spending time troubleshooting linaro or pubuntu. The purpose of parallella board is to use epiphany chip not zynq or run linux-desktop. That is right. That will be interesting. In instructions of installing next version of pubuntu on SD card, it will be very cool/interesting to have automated-user activated thorough test of paralllella board and to send log of test results to aoloffsson or somebody else for statistical data collection of issues of parallella board. It will help visualize the parallella performace on large scale and manufacturer performance which is standard procedure for most software and mnufacturer-checks-vendors companies. Here is where I see some improvements can be made. In parallella/parallella folder, there are three sub-folders in tests folder (zynq, mpi, epihany, browndeer) each with run.sh command. I had to go to each folder to execute them. Why not just one run-complete-test.sh file in parallella folder to do all tests at one and to create a log file for user to view the results. Another command to transmit that log so that user has a choice about sending info avoiding privacy issue.
NOTE: to execute the run.sh file type: ./run.sh
to navigate folders like list type: ls
or change directory type: cd ..