ADT installation error (Freescale-Linux-SDK-LS1021A-v0.4)

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

ADT installation error (Freescale-Linux-SDK-LS1021A-v0.4)

1,099 Views
victormazin
Contributor II

Hi

I tried to install ADT (Application Development Kit)  for Freescale-Linux SDK-LS1021A-v0.4 following the QorIQ_SDK_LS1021A_v0.4.pdf manual (paragraph 5.2).

a) I built the adt_installer.tar.bz2 tarball in the build_ls1021atwr_release/tmp/deploy/sdk folder:

$ source ./poky/fsl-setup-poky -m ls1021atwr

$ bitbake adt-installer

b) I copied the tarball in the home directory, unpacked it and started to install:

$ cd adt-installer

$ ./adt_installer

c)But I got the error 404: Not  Found

[ADT_INST] Error: YOCTOADT_REPO does not exist: http://adtrepo.yoctoproject.org/QorIQ-SDK-V1.8

The link is indicated in the adt-installer.conf file.

Which value of the YOCTOADT_REPO variable should I use in order to finish the installation?

Regards

Victor

Tags (1)
0 Kudos
2 Replies

577 Views
lunminliang
NXP Employee
NXP Employee

Hello Victor Mazin

Can you try this: Index of /1.8/

Have a great day,

Lunmin

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos

577 Views
plentod
Contributor I

I am running into a similar problem when trying to install adt-installer from the latest (synced on 10/29) dizzy and fido repo.  In both cases the adt_installer script is trying to download a dir that does not exist on (adtrepo.yoctoproject.org).  For dizzy the adt-installer script tries to download 1.7.3; for fido it tries to download 1.8.1 (see error below).  Should these dirs exist? or is there some platform config that is incorrect?  Any help would be greatly appreciated.

#########################################################################

# Welcome to Yocto Application Developement Tools (ADT) Installer

#

# Host Machine:                x86_64

# OS info:                3.19.0-31-generic

# Yocto ADT version to be installed:   

# supported target architectures:    x86 x86_64 arm ppc mips

# supported target root_fs images:    minimal minimal-dev sato sato-dev sato-sdk lsb lsb-dev lsb-sdk

#########################################################################

Systemwide installation. Installation will occur under /opt/poky/1.8.1

############################################################################

# Your system installation configurations from adt_installer.conf

############################################################################

# Cross toolchains:        arm

# Install Qemu:            Y

# Install NFS utilities:    Y

##############################################################################

# Your rootfs image(s) and target sysroot selections from adt_installer.conf

##############################################################################

# Target architecture:        arm

# Target machine:        qemuarm

# Root_fs images:        minimal sato-sdk

# Target sysroot image:        sato-sdk

# Target sysroot loc:        /home/david/test-yocto/qemuarm

############################################################################

There're two ways you can do installation: silent mode or interactive mode. To choose silent mode, which means you opt for the system to override the existing data under the specified installation directories without prompting for your confirmation. Please be cautious with this selection which may trigger your losing data. With the interactive mode, you have to closely monitor the installation process, since it will prompt you each step it needs to override some existing data. To choose silent mode, please enter [S], for interactive mode, please enter [I] or [X] to exit the installation.

[ADT_INST] Please enter your selections here:

s

Spider mode enabled. Check if remote file exists.

--2015-10-29 21:48:14--  http://adtrepo.yoctoproject.org/1.8.1

Resolving adtrepo.yoctoproject.org (adtrepo.yoctoproject.org)... 198.145.20.127

Connecting to adtrepo.yoctoproject.org (adtrepo.yoctoproject.org)|198.145.20.127|:80... connected.

HTTP request sent, awaiting response... 404 Not Found

Remote file does not exist -- broken link!!!

[ADT_INST] Error: YOCTOADT_REPO does not exist: http://adtrepo.yoctoproject.org/1.8.1

#############################################################################

# Meet error(s) when installing Yocto ADT! Please check log file for details.

#############################################################################

0 Kudos