Thanks, I've added the missing case for Utilite. A kernel that includes this change can be found here: http://jsg.id.au/openbsd/bsd.IMX.umg
On Mon, Jan 12, 2015 at 07:12:51PM +0100, Patrick Wildt wrote: > Looks like the Utilite wasn???t added in the console init code: > > http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sys/arch/armv7/imx/imx_machdep.c.diff?r1=1.7&r2=1.8 > > > Am 12.01.2015 um 18:57 schrieb Christer Solskogen > > <christer.solsko...@gmail.com>: > > > > On Mon, Jan 12, 2015 at 3:30 PM, Jonathan Gray <j...@jsg.id.au> wrote: > > > >> The serial console output would be a good starting point. > > > > (bsd.umg is really bsd.rd.IMX.umg) > > > > CM-FX6 # tftp 0x10800000 bsd.umg > > Using FEC device > > TFTP from server 192.168.0.4; our IP address is 192.168.0.9 > > Filename 'bsd.umg'. > > Load address: 0x10800000 > > Loading: ################################################################# > > ################################################################# > > ################################################################# > > ################################################################# > > ################################################################# > > ################################################################# > > ################################################################# > > ###################################################### > > 1.2 MiB/s > > done > > Bytes transferred = 7461928 (71dc28 hex) > > CM-FX6 # bootm > > ## Booting kernel from Legacy Image at 10800000 ... > > Image Name: boot > > Created: 2015-01-09 8:29:22 UTC > > Image Type: ARM Linux Kernel Image (uncompressed) > > Data Size: 7461864 Bytes = 7.1 MiB > > Load Address: 10800000 > > Entry Point: 10800000 > > Verifying Checksum ... OK > > Loading Kernel Image ... OK > > > > Starting kernel ... > > > > And here it hangs forever. > > > > -- > > chs