wyzhou 发表于 2020-6-18 12:01:41

【FAQ】Console image的源码下载

本帖最后由 wyzhou 于 2020-6-18 12:29 编辑

Q:TSoM Linux Console image的源码在哪里下载呢?

A:(1)kernel的源码是用户要编译kernel的host时,执行下面两个命令来下载。
git clone https://github.com/terasic/linux-socfpga.git
git checkout 3bb556b -b console

(2)这个image使用的是Angstrom,filesystem的源码链接如下:
https://github.com/kraj/meta-altera

(3)FPGA project在TSOM SystemCD里面的\Demonstration\SoC_FPGA路径下。TSOM SystemCD可在下面的链接下载。
https://www.terasic.com.tw/cgi-bin/page/archive.pl?Language=China&CategoryNo=228&No=1213&PartNo=4

(4)device-tree也可以在GHRD内找到(soc_system.dts)。

页: [1]
查看完整版本: 【FAQ】Console image的源码下载