Tags:
create new tag
, view all tags

在PC上完成开发的项目如何部署到SoC上

虚拟SoC和真实SoC

上面几节提到的虚拟SoC,是指使用QEMU来模拟各种SoC,像ARM、MIPS、IA32等,hybridStudio在完成部署后,不需要烧写到任何硬件上,即可看到系统执行的结果。
真实SoC指的是针对某款实际的SoC,hybridStrudio部署完之后,需要把映像文件烧写到实际硬件中,并且在实际硬件中运行才能看到结果。

部署过程

下面说明的是部署到真实SoC的过程,以S3C2440为例。
开发的过程参考第三步,除SoC选择为S3C2440外,其它步骤、设置都相同。

  • 阅读你的真实SoC的手册,找到烧写内核的方法,把 /opt/hybridos/s3c2440pe.r1007/target/kernel.img 烧写到硬件中
  • 阅读你的真实SoC的手册,找到烧写根文件系统的方法,把第三步中部署的目录作为文件系统制作根文件系统映像,烧到硬件中
  • 重新起动你的真实SoC

-- GaofengYan - 2011-02-19

Topic revision: r2 - 2011-02-19 - GaofengYan
 
This site is powered by the TWiki collaboration platformCopyright © 2008-2012 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback