From nobody Fri Mar 04 13:42:35 2022 X-Original-To: freebsd-hackers@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 151CF19EDDF1 for ; Fri, 4 Mar 2022 13:42:40 +0000 (UTC) (envelope-from freebsd-hackers@dino.sk) Received: from mailhost.netlabit.sk (mailhost.netlabit.sk [84.245.65.72]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4K98Db0q6Cz3GCg for ; Fri, 4 Mar 2022 13:42:38 +0000 (UTC) (envelope-from freebsd-hackers@dino.sk) Received: from zeta.dino.sk (fw3.dino.sk [84.245.95.254]) (AUTH: LOGIN milan, TLS: TLSv1/SSLv3,256bits,AES256-SHA) by mailhost.netlabit.sk with ESMTPSA; Fri, 04 Mar 2022 14:42:36 +0100 id 00DADCA4.6222174C.00000756 Date: Fri, 4 Mar 2022 14:42:35 +0100 From: Milan Obuch To: freebsd-hackers@freebsd.org Subject: GPD Micro PC serial port Message-ID: <20220304144235.26276414@zeta.dino.sk> X-Mailer: Claws Mail 3.18.0git333 (GTK+ 2.24.33; i386-portbld-freebsd11.4) Importance: high X-Priority: 1 (Highest) List-Id: Technical discussions relating to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-hackers List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-hackers@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4K98Db0q6Cz3GCg X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of freebsd-hackers@dino.sk designates 84.245.65.72 as permitted sender) smtp.mailfrom=freebsd-hackers@dino.sk X-Spamd-Result: default: False [-3.06 / 15.00]; RCVD_TLS_ALL(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; ARC_NA(0.00)[]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_ALLOW(-0.20)[+mx]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; DMARC_NA(0.00)[dino.sk]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-0.76)[-0.763]; MID_RHS_MATCH_FROMTLD(0.00)[]; NEURAL_HAM_SHORT(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-0.999]; MLMMJ_DEST(0.00)[freebsd-hackers]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:5578, ipnet:84.245.64.0/18, country:SK]; RCVD_COUNT_TWO(0.00)[2]; HAS_X_PRIO_ONE(0.00)[1] X-ThisMailContainsUnwantedMimeParts: N Hi, for mobile usage I've got Micro PC from GPD, some description and data here: https://www.amazon.com/Industry-Portable-Computer-Notebook-Graphics/dp/B07QYZHM8F I managed to install dual boot FreeBSD/Windows here. Working with FreeBSD 13 here, it was possible to verify working ethernet, wifi, X on both internal display and HDMI connected monitor, and all basic devices. I've put dmesg from at https://dmesgd.nycbug.org/index.cgi?do=view&id=6461 There is one think I'd like to get into working state - serial port. In Windows, it is COM2 with standard I/O address and IRQ, however, I see nothing in FreeBSD... has somebody any hint for me? I did not work with bluetooth, yet. Regards, Milan