Nice!!! To fix the hm2_soc_ol problem, just update the device tree file so it doesn't try to program the FPGA. Replace (or comment) the "firmware-name" line:
https://github.com/machinekit/mksocfpga/blob/master/SW/MK/dts-overlays/template.dts#L10 ...with a tag indicating the FPGA is programmed already: external-fpga-config = <1>; This will keep the kernel from trying to (re)program the FPGA when you load the overlay. Everything else (address ranges, IRQ numbers, etc) should be OK and not need any changes. On 8/29/2017 8:32 AM, Michael Brown wrote: > DE10_Nano hdmi with 1024x768 works > This image also boot directly on the DE0_Nano_SoC without programming the > fpga @boot (tested to work with mk) > > The hm2_soc_ol driver needs an update to be able to accept fpga configured > from u-boot at boot. > > Install notes: > https://github.com/the-snowwhite/mksocfpga/blob/DE10_Nano_FB_Cramps/HW/QuartusProjects/DE10_Nano_Commands.md > > :-) > Michael > > On Tuesday, 29 August 2017 15:05:32 UTC+2, Michael Brown wrote: >> >> Michael Brown <[email protected]> has invited you to *contribute >> to* the following shared folder: >> DE10-DE0-Nano >> <https://drive.google.com/drive/folders/0BwyLvgyVIdi8ZG1vYTFzc01EOXc?usp=sharing_eil&ts=59a5669b> >> [image: Sender's profile photo]DE10-SoC Machinekit demo image with >> framebuffer >> This image also works with the Atlas (DE0-Nano-Soc) board(tested) >> Open >> <https://drive.google.com/drive/folders/0BwyLvgyVIdi8ZG1vYTFzc01EOXc?usp=sharing_eip&ts=59a5669b> >> Google Drive: Have all your files within reach from any device. >> Google Inc. 1600 Amphitheatre Parkway, Mountain View, CA 94043, USA [image: >> Logo for Google Drive] <https://drive.google.com> >> > -- Charles Steinkuehler [email protected] -- website: http://www.machinekit.io blog: http://blog.machinekit.io github: https://github.com/machinekit --- You received this message because you are subscribed to the Google Groups "Machinekit" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/machinekit. For more options, visit https://groups.google.com/d/optout.
