Changeset 586feb7 in clfs-sysroot for BOOK/bootable/arm
- Timestamp:
- Jul 2, 2006, 12:45:15 PM (18 years ago)
- Branches:
- master
- Children:
- 940e6b3
- Parents:
- 89c10a9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/bootable/arm/kernel.xml
r89c10a9 r586feb7 54 54 url="&blfs-root;view/svn/longindex.html#kernel-config-index"/>:</para> 55 55 56 <screen os="i"><userinput>make ARCH=arm CROSS_COMPILE=${ LFS_TARGET}- menuconfig</userinput></screen>56 <screen os="i"><userinput>make ARCH=arm CROSS_COMPILE=${CLFS_TARGET}- menuconfig</userinput></screen> 57 57 58 58 <para os="j">Alternatively, <command>make oldconfig</command> may be more … … 69 69 <para os="m">Compile the kernel image and modules:</para> 70 70 71 <screen os="n"><userinput>make ARCH=arm CROSS_COMPILE=${ LFS_TARGET}-</userinput></screen>71 <screen os="n"><userinput>make ARCH=arm CROSS_COMPILE=${CLFS_TARGET}-</userinput></screen> 72 72 73 73 <para os="o">If using kernel modules, an … … 97 97 them:</para> 98 98 99 <screen os="t"><userinput>make ARCH=arm CROSS_COMPILE=${ LFS_TARGET}- \100 INSTALL_MOD_PATH=${ LFS} modules_install</userinput></screen>99 <screen os="t"><userinput>make ARCH=arm CROSS_COMPILE=${CLFS_TARGET}- \ 100 INSTALL_MOD_PATH=${CLFS} modules_install</userinput></screen> 101 101 102 102 <para os="u">After kernel compilation is complete, additional steps are 103 103 required to complete the installation. Some files need to be copied to 104 the <filename class="directory">${ LFS}/boot</filename> directory.</para>104 the <filename class="directory">${CLFS}/boot</filename> directory.</para> 105 105 106 106 <para os="v">Issue the following command to install the kernel:</para> 107 107 108 <screen><userinput>cp arch/i386/boot/bzImage ${ LFS}/boot/lfskernel-&linux-version;</userinput></screen>108 <screen><userinput>cp arch/i386/boot/bzImage ${CLFS}/boot/lfskernel-&linux-version;</userinput></screen> 109 109 110 110 <para os="w"><filename>System.map</filename> is a symbol file for the kernel. … … 113 113 kernel. Issue the following command to install the map file:</para> 114 114 115 <screen os="w1"><userinput>cp System.map ${ LFS}/boot/System.map-&linux-version;</userinput></screen>115 <screen os="w1"><userinput>cp System.map ${CLFS}/boot/System.map-&linux-version;</userinput></screen> 116 116 117 117 <para os="x">The kernel configuration file <filename>.config</filename> … … 120 120 It is a good idea to keep this file for future reference:</para> 121 121 122 <screen os="x1"><userinput>cp .config ${ LFS}/boot/config-&linux-version;</userinput></screen>122 <screen os="x1"><userinput>cp .config ${CLFS}/boot/config-&linux-version;</userinput></screen> 123 123 124 124 <warning os="z">
Note:
See TracChangeset
for help on using the changeset viewer.