Changes I had to make to get this to work#1
Open
saydo17 wants to merge 3 commits intobikerglen:masterfrom
Open
Changes I had to make to get this to work#1saydo17 wants to merge 3 commits intobikerglen:masterfrom
saydo17 wants to merge 3 commits intobikerglen:masterfrom
Conversation
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
Changes eEnv.text_Edits.txt to disable BB-BONE-LOGIBONE because new Logi-Bones have eeprom programmed and will automatically load default overlay
If logi bone has eeprom, the kernal will load the device tree overlay on boot. Added code to unexport default tree overlay.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
A change in the logi-kernel caused the led-panel-v01 software to fail. Addressing is now word based instead of byte based.
fpga-logi/logi-kernel@812a67d
Also, I had problems with the custom device tree overlay. I have added BB-BONE-LOGIBONE to the disable list in the instructions for the R01 uEnv.txt edits. Also had to unexport the default overlay in the setup script.