s5pv210配置nfs掛載rootfs
想要和得到,中間就差兩個字——做到!

nfs可以使得程序員盡可能少地花費時間在燒錄板子這種無意義的事情上,今天記錄下自己學(xué)習(xí)配置編譯內(nèi)核支持nfs。
首先,編譯執(zhí)行命令:
然后執(zhí)行:

在圖形化配置界面中,我們需要配置
1、網(wǎng)絡(luò)配置
networking support-->
????Networking options? --->
????????IP: kernel level autoconfiguration (必選)
2、文件系統(tǒng)
File systems? --->
????Network File Systems? --->? ????
<*>? ?NFS client support? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?
?[*]? ? ?NFS client support for NFS version 3? ? ? ? ?
?[*]? ? ? ?NFS client support for the NFSv3 ACL protocol extension? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?
?[*]? ? ?NFS client support for NFS version 4 (EXPERIMENTAL)? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ??
? [*]? ? ? ?NFS client support for NFSv4.1 (DEVELOPER ONLY)? ? ? ? ? ???
? [*]? ? ?Root file system on NFS
按照以上配置項配置完成后,即可以進(jìn)行編譯,編譯生成的內(nèi)核會放在arch/arm/boot路徑下。