RSB-4221 User Manual
46
9.
Select “Device Drivers”->”Real Time Clock”, you will see an option “Seiko Instru-
ments S-35390A” on the list. Choose this option then exit and save your config-
uration.
Figure 4.4 Selecting Seiko Instruments S-35390A
10.
Change directory to “source/ linux-3.2.0-psp04.06.00.11/arch/arm/mach-
omap2”, edit the“board-rsb4221.h” and “board-advantech.c”.
Please add below codes to source/ linux-3.2.0-psp04.06.00.11/arch/arm/mach-
mx6/board-rsb4221.h:
/* I2C */
staticstruct i2c_board_info mxc_i2c0_board_info[]
__initdata = {
{
I2C_BOARD_INFO("s35390a", 0x30),
},
};
Please add below codes to
source/ linux-3.2.0-psp04.06.00.11/arch/arm/mach-omap2/board-advantech.c
omap_register_i2c_bus(1, 100, am335x_i2c0_boardinfo,
ARRAY_SIZE(am335x_i2c0_boardinfo));
11.
Please refer to former Chapter 3.4.2 to rebuild the kernel with RTC driver (Seiko
Instruments S-35390A) after completing the above steps
Note!
If you cannot find the driver for your device from the list, please contact
your hardware vendor.
Содержание RSB-4221
Страница 6: ...RSB 4221 User Manual vi...
Страница 10: ...RSB 4221 User Manual x...
Страница 14: ...RSB 4221 User Manual 4...
Страница 33: ...23 RSB 4221 User Manual Chapter 2 H W Installation 2 3 2 Board Dimension...
Страница 35: ...Chapter 3 3 Software Functionality This chapter details the software programs on the RSB 4221 plat form...
Страница 48: ...RSB 4221 User Manual 38...
Страница 49: ...Chapter 4 4 LinuxBSP This chapter introduces how to build an Android system and develop based our Linux system...