Hi,
I have tried to build linaro.img on validation.linaro.org and found below error. I request you provide way forward on this.
$ linaro-android-media-create --image-file linaro.img --image-size 2000M --dev vexpress --boot boot.tar.bz2 --system system.tar.bz2 --userdata userdata.tar.bz2 Traceback (most recent call last): File "/usr/bin/linaro-android-media-create", line 105, in <module> board_config = android_board_configs[args.dev] AttributeError: 'Namespace' object has no attribute 'dev' [sudo] password for naresh-kamboju: $ ls boot.tar.bz2 system.tar.bz2 userdata.tar.bz2
Best regards Naresh Kamboju
Hi Naresh,
On Thursday 13 December 2012 02:31 PM, Naresh Kamboju wrote:
I have tried to build linaro.img on validation.linaro.org http://validation.linaro.org and found below error. I request you provide way forward on this.
Looks like it works fine with my local version of linaro-media-create, see - https://pastebin.linaro.org/1292/
On the other hand in validation it fails, maybe an update of the linaro-media-create script should be fine - https://pastebin.linaro.org/1293/
@davepigott: Any idea on what method is used to install linaro-media-create in validation, is it coming from pypi / PPA ?
Thank You.
On 12/13/2012 03:14 AM, Senthil Kumaran wrote:
Hi Naresh,
On Thursday 13 December 2012 02:31 PM, Naresh Kamboju wrote:
I have tried to build linaro.img on validation.linaro.org http://validation.linaro.org and found below error. I request you provide way forward on this.
Looks like it works fine with my local version of linaro-media-create, see - https://pastebin.linaro.org/1292/
On the other hand in validation it fails, maybe an update of the linaro-media-create script should be fine - https://pastebin.linaro.org/1293/
@davepigott: Any idea on what method is used to install linaro-media-create in validation, is it coming from pypi / PPA ?
our ssh gateway server (which I think you are trying to run this from has) $ linaro-android-media --version linaro-android-media-create 2012.04
So that's likely out-of-date. Probably just need to do an apt-get upgrade
On 13 December 2012 18:30, Andy Doan andy.doan@linaro.org wrote:
On 12/13/2012 03:14 AM, Senthil Kumaran wrote:
Hi Naresh,
On Thursday 13 December 2012 02:31 PM, Naresh Kamboju wrote:
I have tried to build linaro.img on validation.linaro.org http://validation.linaro.org and found below error. I request you provide way forward on this.
Looks like it works fine with my local version of linaro-media-create, see - https://pastebin.linaro.org/1292/
On the other hand in validation it fails, maybe an update of the linaro-media-create script should be fine - https://pastebin.linaro.org/1293/
@davepigott: Any idea on what method is used to install linaro-media-create in validation, is it coming from pypi / PPA ?
our ssh gateway server (which I think you are trying to run this from has) $ linaro-android-media --version linaro-android-media-create 2012.04
So that's likely out-of-date. Probably just need to do an apt-get upgrade
Done.
On Thu, Dec 13, 2012 at 5:30 PM, Andy Doan andy.doan@linaro.org wrote:
On 12/13/2012 03:14 AM, Senthil Kumaran wrote:
Hi Naresh,
On Thursday 13 December 2012 02:31 PM, Naresh Kamboju wrote:
I have tried to build linaro.img on validation.linaro.org http://validation.linaro.org and found below error. I request you provide way forward on this.
Looks like it works fine with my local version of linaro-media-create, see - https://pastebin.linaro.org/1292/
On the other hand in validation it fails, maybe an update of the linaro-media-create script should be fine - https://pastebin.linaro.org/1293/
@davepigott: Any idea on what method is used to install linaro-media-create in validation, is it coming from pypi / PPA ?
our ssh gateway server (which I think you are trying to run this from has) $ linaro-android-media --version linaro-android-media-create 2012.04
So that's likely out-of-date. Probably just need to do an apt-get upgrade
Why do we see such an error about args.dev not set? we pass --dev at least...
Without knowing, feels odd that one part assumes there is a args.dev and the other part doesn't provide it yet.
Hi,
I have fixed this error by download ( https://launchpad.net/linaro-image-tools ) image on to my home folder on validation server and executed from absolute path and it is working.
Best regards Naresh Kamboju
On 13 December 2012 14:31, Naresh Kamboju naresh.kamboju@linaro.org wrote:
Hi,
I have tried to build linaro.img on validation.linaro.org and found below error. I request you provide way forward on this.
$ linaro-android-media-create --image-file linaro.img --image-size 2000M --dev vexpress --boot boot.tar.bz2 --system system.tar.bz2 --userdata userdata.tar.bz2 Traceback (most recent call last): File "/usr/bin/linaro-android-media-create", line 105, in <module> board_config = android_board_configs[args.dev] AttributeError: 'Namespace' object has no attribute 'dev' [sudo] password for naresh-kamboju: $ ls boot.tar.bz2 system.tar.bz2 userdata.tar.bz2
Best regards Naresh Kamboju
linaro-validation@lists.linaro.org