Skip to content

Correction for i2c(8) utility in FreeBSD to work on Raspberry Pi

Notifications You must be signed in to change notification settings

vzaigrin/newi2c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

New i2c(8)

This is correction for i2c(8) utility in FreeBSD to work on Raspberry Pi

  • newi2c.c - this is an updated source code of the i2c.c

Comments to this patch from the FreeBSD team:

  • unfortunately this patch is doing some evil stuff to make the search work
  • It can also lock up the bus and/or devices while scanning the bus (you need to write at least two bytes or some devices will be left in an unknown state at the end of scanning)

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=189914

Use this patch at your own risk

About

Correction for i2c(8) utility in FreeBSD to work on Raspberry Pi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages