Advantech RSB-4410 Manual de usuario Pagina 44

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 66
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 43
RSB-4410 User Manual 36
8. Select “Device Drivers”-->”Real Time Clock”, you will see an option “Seiko
Instruments S-35390A” on the list. Choose this option then exit and save your
configuration.
Figure 3.2 Selecting Seiko Instruments S-35390A
9. Change directory to “source/linux-3.0.35/arch/arm/mach-mx6”, edit the “board-
mx6q_rsb4410.h” and “board-mx6q_advantech.c”.
Please add below codes to source/linux-3.0.35/arch/arm/mach-mx6/board-
mx6q_rsb4410.h:
static struct i2c_board_info mxc_i2c0_board_info[] __initdata
= {
{
I2C_BOARD_INFO("sgtl5000", 0x0a),
},
{
I2C_BOARD_INFO("s35390a", 0x30),
},
{
I2C_BOARD_INFO("24c02", 0x57),
},
};
Please add below codes to
source/linux-3.0.35/arch/arm/mach-mx6/board-mx6q_advantech.c
i2c_register_board_info(0, mxc_i2c0_board_info,
ARRAY_SIZE(mxc_i2c0_board_info));
Vista de pagina 43
1 2 ... 39 40 41 42 43 44 45 46 47 48 49 ... 65 66

Comentarios a estos manuales

Sin comentarios