Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Aug 2017 21:38:44 +0300
From:      Boris Samorodov <bsam@passap.ru>
To:        freebsd-arm@FreeBSD.org
Subject:   [odroidc1] boots only with serial console cable
Message-ID:  <a0cdc46e-bb46-4846-9d31-1b85534d56bb@passap.ru>

next in thread | raw e-mail | index | archive | help
Hi All,

I use a fresh ARM-HEAD to boot Odroid-C1. It boots fine if a serial
USB cable is attached. If I try to boot without that cable, nothing
happens. The system does not even try to boot (the UFS partition
remains clean after the power is switched off).

The bundled Linux boots fine both with and without serial console
cable attached.

My boot.ini file is:
---
ODROIDC-UBOOT-CONFIG

# headless configuration
setenv m_bpp "32"
setenv hpd "0"
setenv cec "0"
setenv vpu "0"
setenv hdmioutput "0"

fatload mmc 0 0x100000 kernel.bin
go 0x100000
---

I've googled this behavior, but fond nothing relevant (seems to be
FreeBSD specific).

PS. I don't have any HDMI/cable monitor to watch video signal at boot.

Any help is appreciated. Thanks!
-- 
WBR, bsam



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?a0cdc46e-bb46-4846-9d31-1b85534d56bb>