Lantronix EDS2100 Linux SDK - Quick Start Guide - Page 14

Linux Software Developers Kit SDK Quick Start Guide, Customize Kernel Settings DEFAULTS_KERNEL [N/y]

Page 14 highlights

5 Building Images with the SDK Figure 5-2. Configuration Prompts Default all settings (lose changes) (DEFAULTS_OVERRIDE) [N/y] (NEW) Customize Kernel Settings (DEFAULTS_KERNEL) [N/y] (NEW) Customize Application/Library Settings (DEFAULTS_VENDOR) [N/y] (NEW) Update Default Vendor Settings (DEFAULTS_VENDOR_UPDATE) [N/y] (NEW) ... NOTE The build process may take several minutes to complete. 6. Once the build process is complete, verify that the images listed below are under /linux/images/. $ ls linux/images/ Figure 5-3. Installed Images image.bin imageu.bin imagez.bin linux.bin linuxz.bin image.without_header linux.without_header romfs.img rootfs.img romfs-inst.log 7. Build the root file system for NFS from the installation directory. $ mkdir linux/nfs $ make Linux Software Developers Kit (SDK) Quick Start Guide 14

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15

5 Building Images with the SDK
Linux Software Developers Kit (SDK) Quick Start Guide
14
Figure 5-2. Configuration Prompts
NOTE
The build process may take several minutes to complete.
6.
Once the build process is complete, verify that the images listed below are under <install
directory>/linux/images/.
$ ls linux/images/
Figure 5-3. Installed Images
7.
Build the root file system for NFS from the installation directory.
$ mkdir linux/nfs
$ make
image.bin imageu.bin imagez.bin linux.bin linuxz.bin
image.without_header linux.without_header romfs.img
rootfs.img romfs-inst.log
Default all settings (lose changes)
(DEFAULTS_OVERRIDE) [N/y] (NEW)
Customize Kernel Settings (DEFAULTS_KERNEL) [N/y]
(NEW)
Customize Application/Library Settings
(DEFAULTS_VENDOR) [N/y] (NEW)
Update Default Vendor Settings
(DEFAULTS_VENDOR_UPDATE) [N/y] (NEW)
...