Integration testing with Nexys 4 DDR (xilfpga)#1
Open
btgoodwin wants to merge 19 commits intoMIPS:mortyfrom
Open
Integration testing with Nexys 4 DDR (xilfpga)#1btgoodwin wants to merge 19 commits intoMIPS:mortyfrom
btgoodwin wants to merge 19 commits intoMIPS:mortyfrom
Conversation
added 19 commits
April 14, 2017 14:55
…ich fixed the missing /dev/console problem.
…d line, reinstantiated the SPI, I2C drivers, removed references to RTC since the device does not have one, and nullified installation of hwclock, which requires RTC, and ultimately would produce 4-5 errors on kernel start because of the missing device
…uate using meta-openembedded/meta-initramfs for possible replacement
…ronment variable when setting up the build environment the first time
…rred from fdc_printf.c's comment block
…C, with some minor tweaks to the interrupt controller to make it compile with the 4.8.12 kernel
… DTS to enable the features in the kernel
…uge amount of boot time, as adding it slowed boot considerably
…about pseudo terminals
Contributor
|
First of all. Apologies for the late response. I'd prefer to keep this work in a separate fork rather than merging it into meta-img. Thanks. |
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.
Pursuant with the license agreement on the MIPSfpga SoC Linux Project provided by Imagination Technologies, I'm making the result of my coursework available to the community with this pull request and the meta-img-manfiest (which I would like to transfer ownership of to the MIPS org, if there is interest).
The changes made to the layer were to support using the MIPSfpga 2.0 IP core (beta, released 3/2017 to our class at JHU) with the Nexys 4 DDR evaluation board. Changes include:
GPIO interfaces to the switches and LEDs has been tested as working as well as the I2C access of the temperature sensor. The ethernet driver loads, but ifconfig fails. Some forum posts suggest this may be power related. Attempting to use UIO results in a bus error (which also occurs if using devmem2 to debug that address).