From nobody Wed Jul 07 13:20:21 2021 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 C23C711E05D3 for ; Wed, 7 Jul 2021 13:20:23 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: from mx.blih.net (mail.blih.net [212.83.155.74]) (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 "mx.blih.net", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GKg5g3HsPz3DSv for ; Wed, 7 Jul 2021 13:20:22 +0000 (UTC) (envelope-from manu@bidouilliste.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bidouilliste.com; s=mx; t=1625664021; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=nTSPyR81BTUjbBrAbpb8rI5X0z6N29yi+co3X3lgn5U=; b=JvrM9L5/pdJexrsY5oGYLunjGYQuDGbkxx1+dqTDqV1Ma6Z8p8x+JQlscmOV5Plz5M5n/7 9f24trZReMdhJGGNdXAlWI29CN0Y9XFZUbsCUEFyAbBHBdZG2Y5jrLYNcktljiRqdp5Tvx tpVTxlFKG4D+U+h7eUFsPyd9BBMtnug= Received: from amy (lfbn-idf2-1-644-4.w86-247.abo.wanadoo.fr [86.247.100.4]) by mx.blih.net (OpenSMTPD) with ESMTPSA id ede5b823 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Wed, 7 Jul 2021 13:20:21 +0000 (UTC) Date: Wed, 7 Jul 2021 15:20:21 +0200 From: Emmanuel Vadot To: Sleep Walker Cc: Free BSD Subject: Re: FreeBSD on PINE64 Quartz64a Rocchiprk3566 Message-Id: <20210707152021.f863201f903aff60af4daee5@bidouilliste.com> In-Reply-To: References: X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; amd64-portbld-freebsd14.0) 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 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4GKg5g3HsPz3DSv X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; TAGGED_RCPT(0.00)[]; REPLY(-4.00)[] X-ThisMailContainsUnwantedMimeParts: N Hi Sergey, On Tue, 6 Jul 2021 18:48:21 +0300 Sleep Walker wrote: > Hello everybody! > > I tried running FreeBSD 14.0_CURRENT on Quartz64a > Here is the boot log > [snip] > > Does anyone already have Quartz64? > There is some frost on how to start FreeBSD on Quartz64? > -- > Sergey Tyryujanov I've received mine but I haven't even plugged them for now. First step will be to make a clock controller and then add support for the PMIC. PMIC support likely needs pinctrl and gpio support too. -- Emmanuel Vadot