Skip to content

Commit 09d26fc

Browse files
authored
Update 2016-04-28-install-linux-headhers-for-pcDuino8-Uno.md
1 parent 2baab12 commit 09d26fc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

post/2016-04-28-install-linux-headhers-for-pcDuino8-Uno.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@
1313
### 1.下载源码到pcDuino上,在/usr/src目录下创建linux-headers-3.4.39目录,将生成头文件
1414
```
1515
sudo mkdir /usr/src/linux-headers-3.4.39
16+
cd pcduino8-uno-kernel/
1617
sudo cp ./linux-3.4 /usr/src/linux-headers-3.4.39 -r
17-
sudo make O=/home/svn/linux-headers-3.4.39 sun8iw6p1smp_defconfig
18-
sudo make O=/home/svn/linux-headers-3.4.39 modules_prepare
18+
sudo make O=/usr/src/linux-headers-3.4.39 sun8iw6p1smp_defconfig
19+
sudo make O=/usr/src/linux-headers-3.4.39 modules_prepare
1920
```
2021

2122
### 2.建立build软链

0 commit comments

Comments
 (0)