mac 칩은 i2c 1번 채널에 연결이 되어 있습니다.
커널 소스에서 아래와 같이 수정합니다.
"arch/arm/mach-exynos/mach-mango220.c"
static struct i2c_board_info i2c_devs1[] __initdata = {
#ifdef CONFIG_USB_NET_SMSC95XX
{
I2C_BOARD_INFO("24AA025E48", (0x50)),
},
#endif
커널 이미지 Write 후 커널 메시지 확인
[CRZ] mac_i2c_24AA025E48_probe(1461):24AA025E48 Mac Addr: 00:1E:C0:84:34:C4
문서에 보면 아래와 나와 있습니다.
Note: Currently, Microchip’s OUIs are
0x0004A3, 0x001EC0 and 0xD88039,
though this will change as addresses are
exhauste
내용