简体   繁体   English

Tizen IVI 3.0移植到ARM

[英]Tizen IVI 3.0 porting for ARM

Tizen 3.0 IVI is available for x86 platform (May be intended to be deployed in x86 based phones). Tizen 3.0 IVI可用于x86平台(可能打算在基于x86的电话中部署)。 As a part of my work, am trying to port the whole tizen software for ARM. 作为我工作的一部分,我正在尝试为ARM移植整个tizen软件。

From the Tizen help documentation , i see the build tooling (MIC and GBS) supports ARM cross compilation also. 从Tizen 帮助文档中 ,我看到构建工具(MIC和GBS)也支持ARM交叉编译。 But, when i try to build for Tizen 3.0, it is failing with dependency errors. 但是,当我尝试针对Tizen 3.0进行构建时,它因依赖项错误而失败。

Further Analysis: With further analysis into the GBS tooling and the tizen software, i see all the toolchain (named as pre-builts) are available only for x86 platform but not for ARM platform. 进一步的分析:通过对GBS工具和tizen软件的进一步分析,我看到所有工具链(命名为pre-builts)仅适用于x86平台,而不适用于ARM平台。 So i started building the toolchain for ARM (with the help of Buildroot and pre-existing ARM cross compiler from crosstool-ng sysroot). 因此,我开始为ARM构建工具链(借助Buildroot和crosstool-ng sysroot中预先存在的ARM交叉编译器)。 Due to many cyclic dependency between all the packages (RPMS), i am unable to proceed further. 由于所有软件包(RPMS)之间存在许多循环依赖性,因此我无法继续进行。

My Question: Does anybody tried this already? 我的问题:有人尝试过吗? Is there any way to build the Tizen 3.0 for ARM (Compiling for IMX6)? 有什么方法可以构建Tizen 3.0 for ARM(IMX6编译)? Does the Tizen build tool really supports for ARM? Tizen构建工具是否真的支持ARM?

I assume porting to ARM will be a big job and would recommend Automotive Grade Linux (AGL) for running Tizen on the ARM. 我认为移植到ARM将是一项艰巨的工作,并且建议使用汽车级Linux(AGL)在ARM上运行Tizen。 AGL is derived from the Tizen IVI. AGL源自Tizen IVI。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM