Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes I had to make to get this to work #1

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Sep 8, 2014

  1. Changed addresses for Kernel Update

    Logi-Kernel was changed to use 16 bit addressing instead of byte
    addressing.  Created new folder for chages.  Created new folder and
    copied old files to maintain legacy code.
    
    address register now 0x0008
    data register now 0x0009
    buffer select register now 0x000A
    saydo17 committed Sep 8, 2014
    Configuration menu
    Copy the full SHA
    0d61dbe View commit details
    Browse the repository at this point in the history
  2. Added BB-BONE-LOGIBONE to disable

    Changes eEnv.text_Edits.txt to disable BB-BONE-LOGIBONE because new
    Logi-Bones have eeprom programmed and will automatically load default
    overlay
    saydo17 committed Sep 8, 2014
    Configuration menu
    Copy the full SHA
    7a5e000 View commit details
    Browse the repository at this point in the history
  3. unexport default device tree overlay

    If logi bone has eeprom, the kernal will load the device tree overlay on
    boot.  Added code to unexport default tree overlay.
    saydo17 committed Sep 8, 2014
    Configuration menu
    Copy the full SHA
    4728515 View commit details
    Browse the repository at this point in the history