Hello everyone!
I'd like to ask for early testing of a new launch-control branch adding support for generating system profile information on ARM systems. I need you to find all the ARM hardware you have access to and run a bit of python code and send me the result. See below for details.
== Prerequisites ==
1) Debian-based system 2) Installed packages: * python-2.6 (2.5 support is coming) * python-apt * python-debian * lsb-release * usbutils
== Instructions ==
The branch is at: lp:~zkrynicki/launch-control/hw-profile
Instructions:
$ bzr get lp:~zkrynicki/launch-control/hw-profile \ launch-control.hw-profile $ cd launch-control.hw-profile $ ./get-system-profile -i -o system-profile-with-a-sensible-name.json
If something goes wrong please attach the output of the following commands: * lsb_release -a * cat /proc/cpuinfo * cat /proc/meminfo * lsusb * uname -m Report bugs at: https://bugs.edge.launchpad.net/launch-control/+filebug
== About launch-control ==
Launch control is project that aims to implement the Validation Dashboard spec. See: https://blueprints.launchpad.net/ubuntu/+spec/arm-m-validation-dashboard
== System Detection Features ==
Hardware: * CPU (for x86, x86_64 and arm, PPC is *not* supported yet) * Board detection * Memory * USB
Software: * distribution * installed debian packages (via apt)
Best regards Zygmunt