From nobody Tue Jun 27 05:47:00 2023 X-Original-To: freebsd-arm@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4QqtyK2pQmz4kCYj for ; Tue, 27 Jun 2023 05:47:05 +0000 (UTC) (envelope-from titus@edc.ro) Received: from eatlas.ro (eatlas.ro [86.126.82.18]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "eatlas.ro", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4QqtyJ6yhMz3N3V for ; Tue, 27 Jun 2023 05:47:04 +0000 (UTC) (envelope-from titus@edc.ro) Authentication-Results: mx1.freebsd.org; none Received: from mail.edc.ro ([10.1.4.58]) by eatlas.ro (8.16.1/8.16.1) with ESMTPS id 35R5l1n3065738 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NOT); Tue, 27 Jun 2023 08:47:02 +0300 (EEST) (envelope-from titus@edc.ro) Received: from tituss-imac.eatlas.local (eatlas.ro [86.126.82.18]) (authenticated bits=0) by mail.edc.ro (8.16.1/8.16.1) with ESMTPSA id 35R5l0dY037330 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 27 Jun 2023 08:47:01 +0300 (EEST) (envelope-from titus@edc.ro) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=edc.ro; s=mail; t=1687844821; bh=OMUjNAtxCjNMqWLMWBbcaD5x2+3Rr3olGzrZ0NO8YWI=; h=Subject:From:In-Reply-To:Date:Cc:References:To; b=d8cc5shTefsHwEU+TtBEgBuFXtHTUqggw7RE0+N1JT/luQxs7akYXi8pCCl64/x54 JaWP6uzwIbTHuvMmC5LYN0IYuowNJyy0hrVEQBYtczU5ZI2LXkV81Cm75pzlFRW/gM 1gAsV6a7EhAPYxF0Rmj8pqh1fzCZAdi2/6yrsDi0= Content-Type: text/plain; charset=us-ascii List-Id: Porting FreeBSD to ARM processors List-Archive: https://lists.freebsd.org/archives/freebsd-arm List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-arm@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.120.23.2.7\)) Subject: Re: allwinner h616 + serial console glitch From: titus In-Reply-To: Date: Tue, 27 Jun 2023 08:47:00 +0300 Cc: freebsd-arm@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: References: To: Marcin Cieslak X-Mailer: Apple Mail (2.3608.120.23.2.7) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on ns.edc.ro X-Rspamd-Queue-Id: 4QqtyJ6yhMz3N3V X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:8708, ipnet:86.120.0.0/13, country:RO] X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-ThisMailContainsUnwantedMimeParts: N > # stty -a > speed 115384 baud; 0 rows; 0 columns; > lflags: icanon isig iexten echo echoe -echok echoke -echonl echoctl > -echoprt -altwerase -noflsh -tostop -flusho -pendin = -nokerninfo > -extproc > iflags: -istrip icrnl -inlcr -igncr ixon -ixoff ixany imaxbel -ignbrk > brkint -inpck -ignpar -parmrk > oflags: opost onlcr -ocrnl tab3 -onocr -onlret > cflags: cread cs8 -parenb -parodd hupcl clocal -cstopb -crtscts = -dsrflow > -dtrflow -mdmbuf rtsdtr > cchars: discard =3D ^O; dsusp =3D ^Y; eof =3D ^D; eol =3D ; > eol2 =3D ; erase =3D ^?; erase2 =3D ^H; intr =3D ^C; = kill =3D ^U; > lnext =3D ^V; min =3D 1; quit =3D ^\; reprint =3D ^R; start =3D = ^Q; > status =3D ^T; stop =3D ^S; susp =3D ^Z; time =3D 0; werase =3D = ^W; > On Jun 26, 2023, at 11:52 PM, Marcin Cieslak wrote: >=20 > On Mon, 26 Jun 2023, titus wrote: >=20 >> i have started to play / hack support with a h616 (an android tv box = in fact) >> i managed to get usb, sd, e-mmc, clocks, gpio to work >> no ethernet and axp/power controller yet >=20 >> so to login you type root\n and then = you get the password prompt >> so you type n+1 characters to get n characters sent >=20 >> does anybody know how to fix the serial connection ? >=20 > Once you manage to log in, what does "stty -a" say? >=20 > Marcin