Skip to content
This repository has been archived by the owner on Jan 2, 2024. It is now read-only.
/ raye-pushphyfix Public archive
forked from bigjosh/pushphyfix

A software only workaround for the BBB PHY bug

Notifications You must be signed in to change notification settings

UBCSailbot/raye-pushphyfix

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pushphyfix

Pushes the bbbphyfix to machines that are not connected to the internet

Instructions

  1. Clone this repository and its submodules

    git clone --recurse-submodules https://github.com/UBCSailbot/pushphyfix.git
    
  2. Push the fix to the BBB

    cd pushphyfix
    ./push.sh <dest>
    
    • <dest> is the IP address of the BBB
  3. Run the following commands on the BBB

    sudo su
    cd ~/pushphyfix/assets
    ./makeall.sh
    cd bbbphyfix
    ./install.sh
    sync
    

About

A software only workaround for the BBB PHY bug

Resources

Stars

Watchers

Forks

Languages

  • Shell 100.0%