![Shenzhen Orange PI Скачать руководство пользователя страница 47](http://html.mh-extra.com/html/shenzhen/orange-pi/orange-pi_manual_1255790047.webp)
Orange Pi Manual Copy right by Shenzhen Xunlong Software Co., Ltd
www.orangepi.org
47
www.xunlong.tv
If this SD card system is mounted to the directory / dev / SDB, SD card
will have two sub mount points, respectively are/dev/sdb1 and /dev/sdb2.
Two partition of SD card will automatically mount to a PC /media/ directory,
the first partition is the boot partition and the second partition is the rootfs.
There are two files boot partition: script.bin and uImage.
The first boot partition
The second rootfs partition
Copy the kernel image file generated by the compiler to the first partition
(boot partition)
$ cp /lichee/out/sun8iw7p1/dragonboard/common/uImage /media/* -rf
Copy the lib library which generated after compilation to the second
partition (rootfs partition)
$ cp /lichee/linux3.4/output/lib/modules/3.4.39 /media/*/lib/modules/ -rf