2015년 1월 23일 금요일

Exynos4412 Internal clock never stabilized 문제 Patch


http://www.mangoboard.com

MMC 3번 채널에서 아래와 같이 커널에서 에러 발생 시 

Internal clock never stabilized 

패치 

u-boot에서 MMC Clock divide 값을 재 설정해 줍니다. 

// crazyboy 20150114 Mango220 uses 4bit interface for MMC2
//writel(0x03333000, GPIO_CON_MMC2_2);
//writel(0x00003FF0, GPIO_CON_MMC2_2 + GPIO_PUD_OFFSET);
//writel(0x00003FFF, GPIO_CON_MMC2_2 + GPIO_DRV_OFFSET);
#endif
#endif

// crazyboy 20150114
// to use mmc3 ch for WIFI and BLUETOOTH 
writel(0x02222222, GPIO_CON_MMC2_2);
writel(0x00003FF0, GPIO_CON_MMC2_2 + GPIO_PUD_OFFSET);
writel(0x00003FFF, GPIO_CON_MMC2_2 + GPIO_DRV_OFFSET);


patch 코드 첨부합니다. 

2015년 1월 22일 목요일

zFrog 8 FND 7-Segment Module Feature


zFrog 8 FND 7-Segment Module Feature


Individual LEDSegment Control
Supply VoltageRange : 2.7 to 5.5V
Brightness Control 가능
1MHz I2C-Compatible Interface
Support LEFT, RIGHT Scroll Display
Max  4 x 8FND 7-Segment 가능
Dimensions : 60mm X 30mm

Supported Boards


zFrog IoT Thing Board (CR-IOT-AT100)
Mango-M32 Board

2015년 1월 14일 수요일