?? readme.txt.bak
字號:
The following is the procedure for adding the SPI driver file in the linux kernel:
1. Put the the cpm_spi.h file into the directory /include/asm-ppc
2. Replace the cpm_8260.h file at directory /include/asm-ppc/cpm_8260.h
3. Replace the immap_8260.h file at directory /include/asm-ppc/immap_8260.h
4. Put the cpm_spi.c file into the directory /arch/ppc/8260_io
5. Replace the Makefile file at directory /arch/ppc/8260_io/Makefile
6. Replace the Config.in file at directory /arch/ppc/8260_io/Config.in
7. Compile the kernel with CONFIG_CPM_SPI sets to True
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -