Skip to content
forked from bigjosh/bbbphyfix

A software only workaround for the Beagle Bone Black PHY bug

Notifications You must be signed in to change notification settings

abferm/bbbphyfix

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bbbphyfix

A software only workaround for the Beagle Bone Black PHY bug

More info here...

https://wp.josh.com/2018/06/04/a-software-only-solution-to-the-vexing-beagle-bone-black-phy-issue/

Install

rm -r bbbphyfix/
git clone https://github.com/bigjosh/bbbphyfix
cd bbbphyfix/
./install
sync

Install on a remote machine

ssh -o StrictHostKeyChecking=no root@192.168.1.168 "rm -r bbbphyfix/; git clone https://github.com/bigjosh/bbbphyfix; cd bbbphyfix/; ./install.sh; sync"

Disable

update-rc.d -f chkphy remove

Pushing to remote mahcines with no internet connection

Check out... https://github.com/bigjosh/pushphyfix

About

A software only workaround for the Beagle Bone Black PHY bug

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 62.1%
  • C 37.3%
  • Makefile 0.6%