搜尋此網誌

I2C Address 10 bit an 7bit.

     If you have never learn the I2C specification, you will confuse in your datasheet i2c slave
addrss is over 0x7e ,hince you got error retturn when using the i2c tools debug.

     Start to keep in mind, if the data sheet address descript your slave device is 0x8a , then you need
left shift 1 bit to get the 7bit address to using the Linux i2c tools(Most linxu i2c tools using 7bit mode
to do ioctl query or detect your i2c slave deviec).

     In this case ,0x8a (1000 1010) , will be 0x45 in 7bit format .

clean the fedora svn authentication data(RESET local svn account cache).

example user: root
rm -rf /root/.subversion

then try check out the source again.
svn server will ask your local username and new svn user name and password.