I am using a hacked up dtb from the armbian distribution that runs the Ethernet on my device. How can I fix the syscon schedule problem?
-----Original Message----- From: Mark Kettenis [mailto:mark.kette...@xs4all.nl] Sent: Monday, October 16, 2017 2:05 PM To: s_g...@telus.net Cc: arm@openbsd.org; mark.kette...@xs4all.nl; artturi....@gmail.com Subject: Re: syscon runs after dwxe > From: "Stephen Graf" <s_g...@telus.net> > Date: Mon, 16 Oct 2017 13:44:51 -0700 > > I am trying to get dwxe to run on an H3 device. I have run into a > problem where dwxe cannot load the syscon register map. Could this be > because dwxe runs before syscon in the boot process and syscon has not > yet registered the map? Yes that is a problem. But the real issue here is that dwxe(4) currently needs device tree tweaks. The Linux folks can't make up their minds about the device tree bindings, and the current state is that neither the U-Boot device tree nor the Linux device tree is sufficient to make things work. You'll need to have some patience.