在虚拟机上安装qoriq sdk需要哪几个文件,cache,source,virtual host environment这三个?

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

在虚拟机上安装qoriq sdk需要哪几个文件,cache,source,virtual host environment这三个?

1,110 Views
lingyunhui
Contributor I

在虚拟机上安装qoriq sdk需要哪几个文件,cache,source,virtual host environment这三个?

0 Kudos
6 Replies

849 Views
lunminliang
NXP Employee
NXP Employee

Hi,

你好。

是的,基本上和真实的Host上的安装方法是一样的。

另外,飞思卡尔也提供安装好的虚拟机版本的SDK, 也就是说你只需要安装一个virtual box, 不需再安装 virtual guest, cache, source. 只需要导入.vdi就可以了。

你可以从飞思卡尔 的网站上下载到:

Linux® SDK for QorIQ Processors v1.7|Freescale


Have a great day,
Lunmin

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

0 Kudos

849 Views
lingyunhui
Contributor I

是那个image吗,可是没有.vdi文件啊

在 2015年3月11日,下午10:00,lunminliang <admin@community.freescale.com> 写道:

在虚拟机上安装qoriq sdk需要哪几个文件,cache,source,virtual host environment这三个?

reply from lunminliang in QorIQ Processors - View the full discussion

Hi,

你好。

是的,基本上和真实的Host上的安装方法是一样的。

另外,飞思卡尔也提供安装好的虚拟机版本的SDK, 也就是说你只需要安装一个virtual box, 不需再安装 virtual guest, cache, source. 只需要导入.vdi就可以了。

你可以从飞思卡尔 的网站上下载到:

Linux® SDK for QorIQ Processors v1.7|Freescale

Have a great day,

Lunmin

>

0 Kudos

849 Views
lunminliang
NXP Employee
NXP Employee

Hi,

你好。

你需要解压,比方说解压QorIQ DPAA SDK v1.7 CORTEXA7 with Virtual Host Environment.gz, 得到freescale_sdk_ubuntu14.04_32bit_CORTEXA7_20150108.vdi。

Feel free to let me know if you have any problem on this.

Regards

Lunmin

0 Kudos

849 Views
lingyunhui
Contributor I

安装完virtual host environment后,还要进行什么设置才能进行powerpc交叉编译

0 Kudos

849 Views
lunminliang
NXP Employee
NXP Employee

Hi,

不需要什么特别的设置了。 此后和真实HOST上的SDK一样:

1. $ cd <yocto_install_path>

2. $ ./scripts/host-prepare.sh

3.$ source ./fsl-setup-poky -m <machine>

在第一次进入虚拟机版本时,它会自动出来一个agreement让用户阅读。


Have a great day,
Lunmin

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

0 Kudos

849 Views
lingyunhui
Contributor I

在运行bitbake fsl-image-full后报出如下的错误:

EEROR: Checksum failure fetching http://download.savannah.gnu.org/releases/quilt/quilt-0.61.tar.gz

ERROR: Function failed: Fetcher failure for URL: 'http://download.savannah.gnu.org/releases/quilt/quilt-0.61.tar.gz'. Checksum mismatch!

File: '/home/freescale/SDK/QorIQ-SDK-V1.7-20141218-yocto/poky/build_p1010rdb_release/../sources/quilt-0.61.tar.gz' has md5 checksum 0b9d14df6cb7341703482b39a4c95ba0 when 24417eba5961592b64103bdda001ebf4 was expected

File: '/home/freescale/SDK/QorIQ-SDK-V1.7-20141218-yocto/poky/build_p1010rdb_release/../sources/quilt-0.61.tar.gz' has sha256 checksum 28fd3279727862f50dd4008658caf8ef194ea1ea760c3e8eda11ef29e269ca3c when 1eec0a270ac4d41eea0fd5823603c9d2a35ab6b8ab73a90dd92ce1291b2a9fc3 was expected

If this change is expected (e.g. you have upgraded to a new version without updating the checksums) then you can use these lines within the recipe:

SRC_URI[md5sum] = "0b9d14df6cb7341703482b39a4c95ba0"

SRC_URI[sha256sum] = "28fd3279727862f50dd4008658caf8ef194ea1ea760c3e8eda11ef29e269ca3c"

Otherwise you should retry the download and/or check with upstream to determine if the file has become corrupted or otherwise unexpectedly modified.

ERROR: Logfile of failure stored in: /home/freescale/SDK/QorIQ-SDK-V1.7-20141218-yocto/poky/build_p1010rdb_release/tmp/work/i686-linux/quilt-native/0.61-r0/temp/log.do_fetch.4653

ERROR: Task 17 (/home/freescale/SDK/QorIQ-SDK-V1.7-20141218-yocto/poky/meta/recipes-devtools/quilt/quilt-native_0.61.bb, do_fetch) failed with exit code '1'‍

请问如何解决。谢谢!

0 Kudos