在BeagleBone Black上构建rowboat-android

时间:2013-11-14 13:20:00

标签: android embedded beagleboard

我正在进入Android嵌入式开发领域,并获得了BeagleBone Black。我正在关注Andrew Henderson's guide,并被卡住了。我转到了kernel portion并安装了CA certificates,但是当我运行build_kernel.sh脚本时,我得到了

+ Detected build host []
+ host: [x86_64]
+ git HEAD commit: [3b8714a41677a022608ba1f4838c94c8c172e496]
Installing: gcc-linaro-arm-linux-gnueabihf
-----------------------------
--2013-11-13 14:54:12--  https://launchpad.net/linaro-toolchain-binaries/trunk/2013.04/+download/gcc-linaro-arm-linux-gnueabihf-4.7-2013.04-20130415_linux.tar.xz
Resolving launchpad.net... 91.189.89.222, 91.189.89.223
Connecting to launchpad.net|91.189.89.222|:443... connected.
ERROR: cannot verify launchpad.net's certificate, issued by `/C=US/ST=Arizona/L=Scottsdale/O=GoDaddy.com, Inc./OU=http://certificates.godaddy.com/repository/CN=Go Daddy Secure Certification Authority/serialNumber=07969287':
  Self-signed certificate encountered.
To connect to launchpad.net insecurely, use `--no-check-certificate'.
Unable to establish SSL connection.

[Process completed]

我尝试以root身份运行,以及常规用户运行,结果相同。有任何想法吗?提前谢谢。

编辑1:

我使用--no-check-certificate标志运行,如输出建议,并获得

sh-3.2# ./build_kernel.sh --no-check-certificate
+ Detected build host []
+ host: [x86_64]
+ git HEAD commit: [3b8714a41677a022608ba1f4838c94c8c172e496]
Installing: gcc-linaro-arm-linux-gnueabihf
-----------------------------
--2013-11-14 09:06:35--  https://launchpad.net/linaro-toolchain-binaries/trunk/2013.04/+download/gcc-linaro-arm-linux-gnueabihf-4.7-2013.04-20130415_linux.tar.xz
Resolving launchpad.net... 91.189.89.223, 91.189.89.222
Connecting to launchpad.net|91.189.89.223|:443... connected.
Unable to establish SSL connection.

我不是Linux专业人士,但我正在学习。我是否正确使用--no-check-certificate标志?

1 个答案:

答案 0 :(得分:1)

为什么不使用Andrew提供的预建图像? http://icculus.org/~hendersa/android/

只需在Android :: Overview()部分使用此处的下载链接。