@spring 这是前置工具没有下载全,apt install很多软件的时候如果中间有几个软件定位不到可能也会跳过后面的下载,你把那几个没有找到的包在安装命令里去掉再安装一遍就好了,这个命令来源于android-tools-mkbootimg
haoxuan.cui 发布的帖子
-
回复: 【极简操作】使用builroot 2021一键编译生成D1 nezha 系统镜像!
-
回复: 【极简操作】使用builroot 2021一键编译生成D1 nezha 系统镜像!
@kirin 好的谢谢!那用这个镜像怎么进uboot呢?没进入系统前我随便按个空格或者s啥的就会直接卡死了
-
回复: 【极简操作】使用builroot 2021一键编译生成D1 nezha 系统镜像!
@ubuntu 好吧,但是我还是想试试看这个镜像能不能用,所以在flash里有tina的情况下怎么从sd卡启动呢?我刚把卡插进开发板还是只能启动tina
-
回复: 【极简操作】使用builroot 2021一键编译生成D1 nezha 系统镜像!
@ubuntu 我这个sdcard.img编译出来有550M,是不是有点问题啊
-
回复: 【极简操作】使用builroot 2021一键编译生成D1 nezha 系统镜像!
@allwinnertech 请问韦老师,这个镜像做出来可以不烧到SD卡而是直接烧录在板子上吗?
-
Ubuntu20.04编译D1报错:debug_print ("SERVER: WaitingForBegin, read '%s'", line)
系统信息与报错位置如下图所示,一开始用的make -j32有两个错误,后来改成make -j1就剩这一个错误了,请问有人碰到过类似情况吗?可以试着改编译选项让他先通过编译吗?
-
回复: 安装repo失败,输密码后一直提示Permission denied
@lvguojian 另外我在make -j32进行编译时还收到了以下报错,请问跟之前的repo操作有关吗?
-
回复: 安装repo失败,输密码后一直提示Permission denied
@lvguojian 我就是按照文档下载的repo,这是我输入上述命令后得到的信息,您看看有没有什么问题
-
回复: 安装repo失败,输密码后一直提示Permission denied
@lvguojian python装有2.7跟3.8的,我使用的是3.8版本。然后我发现只要在repo前面加python3就可以顺利执行命令了,请问这样子执行的repo init与repo sync会有影响吗?
-
回复: 安装repo失败,输密码后一直提示Permission denied
@lvguojian 现在可以连接并下载了,非常感谢!但是下一步repo init的时候又报了这样的错误,您知道是怎么回事吗?
-
回复: 安装repo失败,输密码后一直提示Permission denied
@lvguojian 好的,下面是我的log信息,而且我发现把个人账户里添加的密钥删除后也是相同的log,是不是我的密钥添加有问题呢?
$ ssh -v haoxuan.cui@sdk.allwinnertech.com OpenSSH_8.2p1 Ubuntu-4ubuntu0.3, OpenSSL 1.1.1f 31 Mar 2020 debug1: Reading configuration data /home/haoxuan/.ssh/config debug1: /home/haoxuan/.ssh/config line 1: Applying options for * debug1: /home/haoxuan/.ssh/config line 6: Applying options for sdk.allwinnertech.com debug1: Reading configuration data /etc/ssh/ssh_config debug1: /etc/ssh/ssh_config line 19: include /etc/ssh/ssh_config.d/*.conf matched no files debug1: /etc/ssh/ssh_config line 21: Applying options for * debug1: Connecting to sdk.allwinnertech.com [47.107.103.85] port 22. debug1: Connection established. debug1: identity file /home/haoxuan/.ssh/allwinnertech.pub type 0 debug1: identity file /home/haoxuan/.ssh/allwinnertech.pub-cert type -1 debug1: Local version string SSH-2.0-OpenSSH_8.2p1 Ubuntu-4ubuntu0.3 debug1: Remote protocol version 2.0, remote software version OpenSSH_7.4 debug1: match: OpenSSH_7.4 pat OpenSSH_7.0*,OpenSSH_7.1*,OpenSSH_7.2*,OpenSSH_7.3*,OpenSSH_7.4*,OpenSSH_7.5*,OpenSSH_7.6*,OpenSSH_7.7* compat 0x04000002 debug1: Authenticating to sdk.allwinnertech.com:22 as 'haoxuan.cui' debug1: SSH2_MSG_KEXINIT sent debug1: SSH2_MSG_KEXINIT received debug1: kex: algorithm: curve25519-sha256 debug1: kex: host key algorithm: ecdsa-sha2-nistp256 debug1: kex: server->client cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none debug1: kex: client->server cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none debug1: expecting SSH2_MSG_KEX_ECDH_REPLY debug1: Server host key: ecdsa-sha2-nistp256 SHA256:4/KSpPDtBnMDCx6aIqGWqTZqGG68yfZql5n3mI7zEqk debug1: Host 'sdk.allwinnertech.com' is known and matches the ECDSA host key. debug1: Found key in /home/haoxuan/.ssh/known_hosts:3 debug1: rekey out after 134217728 blocks debug1: SSH2_MSG_NEWKEYS sent debug1: expecting SSH2_MSG_NEWKEYS debug1: SSH2_MSG_NEWKEYS received debug1: rekey in after 134217728 blocks debug1: Will attempt key: /home/haoxuan/.ssh/allwinnertech.pub RSA SHA256:P8srB+DuY+CAQfN2kl7egPYfg0plTmB6CnkxBo5NNJY explicit agent debug1: SSH2_MSG_EXT_INFO received debug1: kex_input_ext_info: server-sig-algs=<rsa-sha2-256,rsa-sha2-512> debug1: SSH2_MSG_SERVICE_ACCEPT received debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password debug1: Next authentication method: gssapi-with-mic debug1: Unspecified GSS failure. Minor code may provide more information No Kerberos credentials available (default cache: FILE:/tmp/krb5cc_1003) debug1: Unspecified GSS failure. Minor code may provide more information No Kerberos credentials available (default cache: FILE:/tmp/krb5cc_1003) debug1: Next authentication method: publickey debug1: Offering public key: /home/haoxuan/.ssh/allwinnertech.pub RSA SHA256:P8srB+DuY+CAQfN2kl7egPYfg0plTmB6CnkxBo5NNJY explicit agent debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password debug1: Next authentication method: password haoxuan.cui@sdk.allwinnertech.com's password:
-
回复: 安装repo失败,输密码后一直提示Permission denied
@whycan 我配置了一下~/.ssh/config,指定了ssh key的文件,也用过ssh-add添加了该密钥,但还是原来那个样子,我现在有点分不清是本地没配置好还是密钥没添加好的原因了
-
安装repo失败,输密码后一直提示Permission denied
在Ubuntu环境安装repo,添加了ssh key之后执行git clone ssh://haoxuan.cui@sdk.allwinnertech.com/git_repo/repo.git后会跳出输密码页面。
“SDK下载常见问题及解决方案”中的方式已全部试过,发现添加key失败,请问一下该如何解决?