Skip to content

turmary/bbg-phy-fix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

bbg-phy-fix

BBB/BBG ethernet phy sometimes don't works, refer this issue

This patch used to fix the problem through a image update for convenience, the patch source is here.

Usage

# Internet connection is needed, bash environment, please copy only to avoid typo

# Method 1
# single command line
sudo sh -c "wget -q -O - https://github.com/turmary/bbg-phy-fix/raw/master/phy-fix.sh | bash"

# Method 2
# the equal mutliple commands
sudo wget https://github.com/turmary/bbg-phy-fix/raw/master/phy-fix.sh
sudo chmod a+x phy-fix.sh
sudo ./phy-fix.sh

How to enter bash environment

refer this

About

Fix BBB/BBG Ethernet phy issue

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages