Cannot install sdk via xds-cli commandline
Description
Environment
openSUSE 15
docker --version
Docker version 17.09.1-ce, build f4ffd2511ce9
dl9pf@monster:~/Downloads> docker images
REPOSITORY TAG IMAGE ID CREATED SIZE
docker.automotivelinux.org/agl/worker-xds 6.90.0 ba1a3d097f32 6 weeks ago 663MB
is duplicated by
Activity
Sebastien Douheret December 21, 2018 at 8:04 AM
Sebastien Douheret
December 21, 2018 at 8:04 AM
Fix by updating SDK file database
Jan-Simon Moeller December 10, 2018 at 1:42 AM
Jan-Simon Moeller
December 10, 2018 at 1:42 AM
Downloading poky-agl-glibc-x86_64-agl-demo-platform-crosssdk-armv7vehf-neon-vfpv4-toolchain-6.0.1.sh ...
--2018-12-10 02:42:02-- https://download.automotivelinux.org/AGL/release/flounder/latest/raspberrypi3/deploy/sdk/poky-agl-glibc-x86_64-agl-demo-platform-crosssdk-armv7vehf-neon-vfpv4-toolchain-6.0.1.sh
Resolving download.automotivelinux.org (download.automotivelinux.org)... 199.19.213.77
Connecting to download.automotivelinux.org (download.automotivelinux.org)|199.19.213.77|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2018-12-10 02:42:02 ERROR 404: Not Found.
link is wrong (6.0.1 at the end for 'latest') .
Jan-Simon Moeller December 10, 2018 at 1:31 AM
Jan-Simon Moeller
December 10, 2018 at 1:31 AM
2nd try after removing docker and installing VM:
dl9pf@monster:~/AGLCLASS> xds-cli sdks install b179c007
Installation of 'AGL-release-flounder-latest-raspberrypi3' SDK successfully started.
nothing happenz
Fixed
Details
Details
Assignee
Sebastien Douheret
Sebastien DouheretReporter
Jan-Simon Moeller
Jan-Simon MoellerLabels
Contract ID
Affects versions
Priority
Created December 10, 2018 at 1:09 AM
Updated January 23, 2019 at 3:05 AM
Resolved December 21, 2018 at 8:04 AM
dl9pf@monster:~/Downloads> xds-cli sdks ls -a | grep latest | grep flounder | grep raspb b179c007 AGL-release-flounder-latest-raspberrypi3 Not Installed 6.0.1 armv7vehf-neon-vfpv4 dl9pf@monster:~/Downloads> xds-cli sdks install b179c007 cannot retrieve sdk path Cannot decode sdk info invalid character '/' looking for beginning of value dl9pf@monster:~/Downloads> xds-cli sdks install b179c007 --help NAME: xds-cli sdks install - Install a SDKUSAGE: xds-cli sdks install [command options] [arguments...]OPTIONS: --id value sdk id to install [$XDS_SDK_ID] --file value, -f value use this file to install SDK --debug enable debug mode (useful to investigate install issue) --force force SDK installation when already installed --short, -s short output, only print create sdk id (useful from scripting) dl9pf@monster:~/Downloads> xds-cli sdks install b179c007 --debug cannot retrieve sdk path Cannot decode sdk info invalid character '/' looking for beginning of value dl9pf@monster:~/Downloads> xds-cli sdks install --id b179c007 --debug cannot retrieve sdk path Cannot decode sdk info invalid character '/' looking for beginning of value dl9pf@monster:~/Downloads> xds-cli sdks install --debug --id b179c007 cannot retrieve sdk path Cannot decode sdk info invalid character '/' looking for beginning of value dl9pf@monster:~/Downloads>