where can download SDK which support 64bit boot code, and is not for M4F kernel

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

where can download SDK which support 64bit boot code, and is not for M4F kernel

3,040 次查看
LeonGu
Contributor III

where can download SDK which support 64bit boot code, and is not for M4F kernel ?

0 项奖励
11 回复数

2,870 次查看
LeonGu
Contributor III


admin@662cd820c86f:~/nfs_share/NXP/Yocto$ repo init -u https://source.codeaurora.org/external/imx/imx-manifest -b imx-linux-hardknott -m imx_5.10.35_2.0.0.xml
gpg: keybox '/home/admin/.repoconfig/gnupg/pubring.kbx' created
gpg: /home/admin/.repoconfig/gnupg/trustdb.gpg: trustdb created
gpg: key 16530D5E920F5C65: public key "Repo Maintainer <repo@android.kernel.org>" imported
gpg: key 67B7E448692B382C: public key "Conley Owens <cco3@android.com>" imported
gpg: Total number processed: 2
gpg: imported: 2

Get https://mirrors.tuna.tsinghua.edu.cn/git/git-repo
fatal: unable to access 'https://mirrors.tuna.tsinghua.edu.cn/git/git-repo/': server certificate verification failed. CAfile: none CRLfile: none

0 项奖励

2,889 次查看
LeonGu
Contributor III


admin@662cd820c86f:~/nfs_share/imx8mm/Yocto$ repo init -u https://source.codeaurora.org/external/imx/imx-manifest -b imx-linux-hardknott -m imx_5.10.35_2.0.0.xml
Downloading Repo source from https://mirrors.tuna.tsinghua.edu.cn/git/git-repo
fatal: unable to access 'https://mirrors.tuna.tsinghua.edu.cn/git/git-repo/': server certificate verification failed. CAfile: none CRLfile: none
repo: error: "git" failed with exit status 128
cwd: /home/admin/nfs_share/imx8mm/Yocto/.repo/repo
cmd: ['git', 'fetch', '--quiet', '--progress', 'origin', '+refs/heads/*:refs/remotes/origin/*', '+refs/tags/*:refs/tags/*']
fatal: cloning the git-repo repository failed, will remove '.repo/repo'

 

缺少安全证书, 无法下载

0 项奖励

2,914 次查看
LeonGu
Contributor III

admin@662cd820c86f:~/nfs_share/imx8mm$ repo init -u https://source.codeaurora.org/external/imx/imx-manifest -b imx-linux-hardknott -m imx_5.10.35_2.0.0.xml
Downloading Repo source from https://mirrors.tuna.tsinghua.edu.cn/git/git-repo
fatal: unable to access 'https://mirrors.tuna.tsinghua.edu.cn/git/git-repo/': server certificate verification failed. CAfile: none CRLfile: none
repo: error: "git" failed with exit status 128
cwd: /home/admin/nfs_share/imx8mm/.repo/repo

仍然连不上  我的电话 15221850734, 请联系我

0 项奖励

2,900 次查看
Rita_Wang
NXP TechSupport
NXP TechSupport
it seems that your network issue, in china, we suggest customer change as below:

Open ~/bin/repo file with 'gedit' and Change google address

From
REPO_URL = 'https://gerrit.googlesource.com/git-repo'
To
REPO_URL = ' https://mirrors.tuna.tsinghua.edu.cn/git/git-repo/ '

Or :

curl https://mirrors.tuna.tsinghua.edu.cn/git/git-repo -o repo

0 项奖励

2,885 次查看
LeonGu
Contributor III

admin@662cd820c86f:~/nfs_share/imx8mm/imx-yocto-bsp$ repo init -u https://source.codeaurora.org/external/imx/imx-manifest -b imx-linux-sumo -m imx-4.14.98-2.0.0_ga.xml --repo-url=https://mirrors.tuna.tsinghua.edu.cn/git/git-repo
Downloading Repo source from https://mirrors.tuna.tsinghua.edu.cn/git/git-repo
fatal: unable to access 'https://mirrors.tuna.tsinghua.edu.cn/git/git-repo/': server certificate verification failed. CAfile: none CRLfile: none
repo: error: "git" failed with exit status 128
cwd: /home/admin/nfs_share/imx8mm/imx-yocto-bsp/.repo/repo
cmd: ['git', 'fetch', '--quiet', '--progress', 'origin', '+refs/heads/*:refs/remotes/origin/*', '+refs/tags/*:refs/tags/*']
fatal: cloning the git-repo repository failed, will remove '.repo/repo'
admin@662cd820c86f:~/nfs_share/imx8mm/imx-yocto-bsp$

 

无法连接

0 项奖励

2,922 次查看
LeonGu
Contributor III
repo init -u https://source.codeaurora.org/external/imx/imx-manifest -b <branch name> [ -m <release manifest>]

请问 要下载 i.mx8m evk 的最新的 linux BSP, branch name, release manifest, 如何 设定?
0 项奖励

2,907 次查看
Rita_Wang
NXP TechSupport
NXP TechSupport
0 项奖励

3,011 次查看
LeonGu
Contributor III

贵司的sdk, 国内无法下载, 请问有gitee, 或者国内的下载地址吗?

0 项奖励

3,006 次查看
Rita_Wang
NXP TechSupport
NXP TechSupport

If you cannot download the repo from google, please try this one:

Git Repo | 镜像站使用帮助 | 清华大学开源软件镜像站 | Tsinghua Open Source Mirror 

0 项奖励

3,039 次查看
LeonGu
Contributor III

imx8m mini  board

0 项奖励

3,026 次查看
Rita_Wang
NXP TechSupport
NXP TechSupport
0 项奖励