From owner-freebsd-arm@FreeBSD.ORG Fri Mar 2 15:03:16 2007 Return-Path: X-Original-To: freebsd-arm@freebsd.org Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 18F2B16A406 for ; Fri, 2 Mar 2007 15:03:16 +0000 (UTC) (envelope-from krassi@bulinfo.net) Received: from mx.bulinfo.net (mx.bulinfo.net [193.194.156.1]) by mx1.freebsd.org (Postfix) with ESMTP id CBE3D13C4B6 for ; Fri, 2 Mar 2007 15:03:15 +0000 (UTC) (envelope-from krassi@bulinfo.net) Received: from localhost (localhost [127.0.0.1]) by mx.bulinfo.net (Postfix) with ESMTP id 6DC6E17A70C for ; Fri, 2 Mar 2007 17:03:14 +0200 (EET) Received: from mx.bulinfo.net ([127.0.0.1]) by localhost (mx.bulinfo.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 33122-03 for ; Fri, 2 Mar 2007 17:03:11 +0200 (EET) Received: from [192.168.2.188] (pythia.bulinfo.net [212.72.195.5]) by mx.bulinfo.net (Postfix) with ESMTP id 7FBE917A70A for ; Fri, 2 Mar 2007 17:03:09 +0200 (EET) Message-ID: <45E83CAB.1090005@bulinfo.net> Date: Fri, 02 Mar 2007 17:03:07 +0200 From: Krassimir Slavchev User-Agent: Thunderbird 1.5 (X11/20060201) MIME-Version: 1.0 To: freebsd-arm@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at mx.bulinfo.net Subject: IIC support? X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2007 15:03:16 -0000 Hello, I have problems to access the iic eeprom from userland. Even after set SCAN_IICBUS in iicbus.c nothing has been detected. I have made some tests from the bootloader to read/write from/to the eeprom and they work. Is there any known problems with TWI or any differences between board settings? Best Regards