3 environment system configurations, 1 kernel files, 2 grub configurations – Sony XCI-SX1 User Manual

Page 11: 3 required modules, Environment system configurations, Kernel files, Grub configurations, Required modules

Advertising
background image

XCI-SX1 SDK / SDK Technical Manual

And finally, run make modules_install to copy all build modules to
/lib/modules/2.4.18_mvl30-pc_target/

directory. Please copy

this directory to the target system directory.

2.3 Environment System Configurations

The SDK is installed some software and applied some settings.

2.3.1 Kernel Files

The target file system needs to be configured due to the kernel updates
made. To be sure, copy the following files to its proper destination.

bzImage

Source:

Destination:


/usr/src/linux/arch/i386/boot
/boot/k1

2.3.2 GRUB Configurations

This GRUB configuration file in /boot/grub/grub.conf should contain
settings as shown below:

-----------------------------------------------------------
default=0
timeout=3
title XCI-SX1 Smart Camera SDK (0.6)
root (hd0,0)
kernel /boot/k1 rw root=/dev/hda1 bigphysarea=1280
-----------------------------------------------------------

2.3.3 Required Modules

To load the proper modules during start up, the /etc/modules file
should be edited to look like the configuration below:

9

Advertising