Digi 9P 9360/9750 Network Card User Manual


 
Building the Default Project
30 
LxNETES User’s Guide
ConnectCore 9P 9750: cc9p9750dev
Please check if the script used the correct platform and detected the right directory to
install the kernel and the nfsroot directory. If you used the suggested paths in the setup of
the TFTPD and NFS server, the output of configure should contain:
If configure returns an error, you can provide the correct paths to use:
Step 2: Run make
After configure finished successfully, run make:
This will build your first kernel image.
Step 3: Run make install
If the configure script was able to detect the directories for exporting a root file system via
TFTP and NFS serving, add install to the make command to copy the output files from the
build process to the appropriate locations.
checking which directory to install bootfiles to... /tftpboot
checking which directory to install nfsroot to... /exports
--enable-exportdir=/path/to/exportdir
--enable-tftpbootdir=/path/to/tftpbootdir
~/LxNETES-3.2/build$ make
SHIPPED linux/.config
MAKE uImage
...
~/LxNETES-3.2/build$ make install
...
You need write permissions in the corresponding directories.