Console image的源码下载
From Terasic Wiki
(Difference between revisions)
| Line 7: | Line 7: | ||
'''git checkout 3bb556b -b console''' | '''git checkout 3bb556b -b console''' | ||
| - | + | ||
| + | (2)这个image使用的是Angstrom,filesystem的源码链接如下: | ||
| + | |||
| + | '''https://github.com/kraj/meta-altera''' | ||
| + | |||
| + | |||
(3) | (3) | ||
Revision as of 10:34, 13 August 2019
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)