[Arm-netbook] flying squirrel weirdness on the I2C bus
luke.leighton
luke.leighton at gmail.com
Wed Oct 9 14:13:06 BST 2013
On Wed, Oct 9, 2013 at 2:10 PM, luke.leighton <luke.leighton at gmail.com> wrote:
> u-boot...
> sun7i# i2c md 0x68 0 0x10
> Error reading the chip.
> sun7i# i2c md 0x34 0 0x10
> 0000: fb 10 00 41 00 00 00 00 00 00 00 00 00 00 00 0e ...A............
> sun7i#
>
> ... moo??
http://lists.denx.de/pipermail/u-boot/2012-November/140778.html
> +int axp209_write(enum axp209_reg reg, u8 val)
> +{
> + return i2c_write(0x34, reg, 1, &val, 1);
> +}
> +
ahhhhh :)
whew. panic over. it's at the correct address. wheeewww :)
More information about the arm-netbook
mailing list