Andre Schwarz wrote:
> Ben,
>
> I'm a little confused right now and need to have a closer look.
>
> The EEPRM is a M24C64 from ST with extended adressing modes. There
> might be something going wrong during probe or initial adressing.
>
>
If it's an extended addressing eeprom, you probably need to
Hi Andre,
Andre Schwarz wrote on Thursday, April 10, 2008 2:14 PM:
>> The number of address bytes a device needs is varying. Your could
>> look up the correct address length in the datasheet of your device,
>> or try it manually:
>>
>> imd 50.0 0 10
>> imd 50.1 0 10
>> imd 50.2 0 10
>>
>> One of
Ben,
I'm a little confused right now and need to have a closer look.
The EEPRM is a M24C64 from ST with extended adressing modes. There might
be something going wrong during probe or initial adressing.
I'll post as soon as there are more useful results ...
thanks,
Andre
Ben Warren schrieb:
Wolfgang,
I have indeed a LM75 on this bus - but it's not adressed.
The same I2C bus works fine on linux-2.6.25 including LM75 and EEPROM.
The oszi shows complete transactions with valid data.
I think it is as software issue.
Thanks,
Andre
[EMAIL PROTECTED] schrieb:
Hi,
On 10 Apr 2008 at 13:
Martin,
thanks for your hints.
Martin Krause schrieb:
Hi Andre,
[EMAIL PROTECTED] wrote on :
All,
in my current system the I2C bus is not working properly on a MPC8343
in
u-boot v1.3.2.
i2c board config includes :
#define CONFIG_HARD_I2C
#undef CONFIG_SOFT_I2C
#define CONFIG_FSL_I2C
Hi Andre,
On Thu, Apr 10, 2008 at 4:37 AM, Andre Schwarz
<[EMAIL PROTECTED]> wrote:
> All,
>
> in my current system the I2C bus is not working properly on a MPC8343 in
> u-boot v1.3.2.
>
> i2c board config includes :
>
> #define CONFIG_HARD_I2C
> #undef CONFIG_SOFT_I2C
> #define CONFIG_FSL_I
Hi,
On 10 Apr 2008 at 13:08, Martin Krause wrote:
> > After some tries (i2c md ..) the bus hangs and no more transactions
> > can
> > be seen on the bus.
>
> One reason for a hanging bus could be a lost clock pulse. This could
> happen, if the low->high rise time of the bus signal is longer than
Hi Andre,
[EMAIL PROTECTED] wrote on :
> All,
>
> in my current system the I2C bus is not working properly on a MPC8343
> in
> u-boot v1.3.2.
>
> i2c board config includes :
>
> #define CONFIG_HARD_I2C
> #undef CONFIG_SOFT_I2C
> #define CONFIG_FSL_I2C
> #define CONFIG_I2C_MULTI_BUS
> #define C
All,
in my current system the I2C bus is not working properly on a MPC8343 in
u-boot v1.3.2.
i2c board config includes :
#define CONFIG_HARD_I2C
#undef CONFIG_SOFT_I2C
#define CONFIG_FSL_I2C
#define CONFIG_I2C_MULTI_BUS
#define CONFIG_I2C_CMD_TREE
#define CFG_I2C_OFFSET 0x3000
#define