色偷偷偷久久伊人大杳蕉,色爽交视频免费观看,欧美扒开腿做爽爽爽a片,欧美孕交alscan巨交xxx,日日碰狠狠躁久久躁蜜桃

x
x
查看: 4269|回復(fù): 5
打印 上一主題 下一主題

將編譯好的內(nèi)核安裝到 u 盤(pán)或者 SD卡上。

[復(fù)制鏈接]
跳轉(zhuǎn)到指定樓層
樓主
發(fā)表于 2010-4-29 08:07:35 | 只看該作者 回帖獎(jiǎng)勵(lì) |倒序?yàn)g覽 |閱讀模式
關(guān)鍵詞: existing , file , Installing , kernel , System
Installing a new kernel into an existing file system
1. Install a file system on SD or USB media as described in the section Making a
    Bootable SD or USB drive
2. Mount your SD or USB media on your development system (not the CDK or
    Lanford) – the media should automount to /media/disk
3. Type ‘su’ to gain root privileges
4. Create a ‘kernel’ folder on the mounted media
       a. Type ‘mkdir /media/disk/kernel’
5. Change folders with the ‘cd’ command to the location of the kernel built on
    your development system
6. Mount this working kernel directory to the kernel folder on the mounted
    media
       a. Type ‘mount –-bind `pwd` /media/disk/kernel’
7. Use the ‘cd’ command to change the current folder to the mounted media
       a. Type ‘cd /media/disk’
8. Bind mount the ‘dev’ folder.
       a. Type ‘ mount –-bind /dev dev’
9. Mount the proc folder using the mount command
       a. Type ‘mount –t proc proc proc’
10. Bind mount the sys folder
       a. Type ‘mount –-bind /sys sys’
11. Setup a chroot to the base folder on the mounted media
       a. Type ‘/usr/sbin/chroot .’
12. Change to the ‘kernel’ folder
       a. Type ‘cd kernel’
13. Run a make passing ‘modules_install’ to the makefile
       a. Type ‘make modules_install’
14. Run a ‘make install’ to finish the kernel installation
15. Type ‘sync’ to write the cache to the removable media
16. Change back to the base folder on the media
       a. Type ‘cd ..’
17. Un mount all created mount points
       a. Type ‘umount sys dev kernel proc’
18. Type ‘exit’ to exit the chroot environment.
沙發(fā)
發(fā)表于 2010-4-29 09:09:10 | 只看該作者
live usb?
板凳
發(fā)表于 2010-4-29 09:18:09 | 只看該作者
老郭的拆遷隊(duì)呢?
地板
發(fā)表于 2010-4-29 10:00:20 | 只看該作者
拆遷成功
地下室
 樓主| 發(fā)表于 2010-4-29 10:43:17 | 只看該作者
讓板子從u盤(pán)或sd卡啟動(dòng)時(shí)用得到。
6
 樓主| 發(fā)表于 2010-5-1 12:34:23 | 只看該作者
ps: 這個(gè)實(shí)際上是chroot安裝一個(gè)剛剛編譯過(guò)的新內(nèi)核的方法,
sd卡上本來(lái)就應(yīng)經(jīng)做好一個(gè)系統(tǒng)了。

本版積分規(guī)則

關(guān)于我們  -  服務(wù)條款  -  使用指南  -  站點(diǎn)地圖  -  友情鏈接  -  聯(lián)系我們
電子工程網(wǎng) © 版權(quán)所有   京ICP備16069177號(hào) | 京公網(wǎng)安備11010502021702
快速回復(fù) 返回頂部 返回列表