On 16 September 2011 10:39, James Westby james.westby@linaro.org wrote:
On Fri, 16 Sep 2011 10:19:49 -0500, Zach Pfeffer zach.pfeffer@linaro.org wrote:
https://blueprints.launchpad.net/linaro-android/+spec/linaro-android-gen-scr...
For making downloading a programming builds easy.
That one should be done as an addition to the existing linaro-fetch-image tools in linaro-image-tools. That way there will be a one-stop-shop for fetching and programming linaro platform images, with GUI and command line interfaces.
I'm not so sure. I'm just looking for a script that contains:
wget --no-check-certificate https://android-build.linaro.org/jenkins/job/linaro-android_panda-11.09-rele...
wget --no-check-certificate https://android-build.linaro.org/jenkins/job/linaro-android_panda-11.09-rele...
wget --no-check-certificate https://android-build.linaro.org/jenkins/job/linaro-android_panda-11.09-rele...
bzr branch lp:linaro-image-tools
./linaro-image-tools/linaro-android-media-create --mmc /dev/sdc --dev panda --system system.tar.bz2 --userdata userdata.tar.bz2 --boot boot.tar.bz2
...verbatim. Maybe with an argument for the SD card.
Thanks,
James