From nobody Tue May 30 17:55:43 2023 X-Original-To: freebsd-current@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 4QW0S34HHMz4XtsW for ; Tue, 30 May 2023 17:55:47 +0000 (UTC) (envelope-from pete@nomadlogic.org) Received: from mail.nomadlogic.org (mail.nomadlogic.org [66.165.241.226]) (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 "mail.nomadlogic.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4QW0S22mgPz3nh0 for ; Tue, 30 May 2023 17:55:46 +0000 (UTC) (envelope-from pete@nomadlogic.org) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=nomadlogic.org header.s=04242021 header.b=Z+HPILQr; spf=pass (mx1.freebsd.org: domain of pete@nomadlogic.org designates 66.165.241.226 as permitted sender) smtp.mailfrom=pete@nomadlogic.org; dmarc=pass (policy=quarantine) header.from=nomadlogic.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nomadlogic.org; s=04242021; t=1685469343; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=/EGNb77Shh9hZt8R7dZQdyAuZFBkc+zgyWzT1bJGAyI=; b=Z+HPILQr+o1Nxxa/K8S4FO2+jeWpMC9YfHp7Sp/2CTsIiz8wfphdCaKDjbcZQCSUIbwm0M aq5wCsNjA8tLd98yRz5mA9PCK7KR/KBT6bg0MMeMdTtxKtX0JamMxnd9osREX/8mCn5GvJ AqN4yKC2pCL7oe9zMX0JJ8Ra2Fd9Ya8= Received: from [192.168.1.240] (cpe-24-24-168-214.socal.res.rr.com [24.24.168.214]) by mail.nomadlogic.org (OpenSMTPD) with ESMTPSA id 68334c8c (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for ; Tue, 30 May 2023 17:55:43 +0000 (UTC) Message-ID: <58e672ec-f6f0-404f-7b92-fa8df0dc67e5@nomadlogic.org> Date: Tue, 30 May 2023 10:55:43 -0700 List-Id: Discussions about the use of FreeBSD-current List-Archive: https://lists.freebsd.org/archives/freebsd-current List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-current@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.11.0 Subject: Re: PinePhone Pro Boots On CURRENT To: freebsd-current@freebsd.org References: <86leh6ggfx.fsf@pcf00001.honeyguide.net> Content-Language: en-US From: Pete Wright In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Spamd-Result: default: False [-3.99 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_SHORT(-0.99)[-0.988]; DMARC_POLICY_ALLOW(-0.50)[nomadlogic.org,quarantine]; R_SPF_ALLOW(-0.20)[+mx]; R_DKIM_ALLOW(-0.20)[nomadlogic.org:s=04242021]; MIME_GOOD(-0.10)[text/plain]; DKIM_TRACE(0.00)[nomadlogic.org:+]; ASN(0.00)[asn:29802, ipnet:66.165.240.0/22, country:US]; MLMMJ_DEST(0.00)[freebsd-current@freebsd.org]; MIME_TRACE(0.00)[0:+]; FROM_EQ_ENVFROM(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; PREVIOUSLY_DELIVERED(0.00)[freebsd-current@freebsd.org]; MID_RHS_MATCH_FROM(0.00)[]; ARC_NA(0.00)[]; RCVD_COUNT_TWO(0.00)[2]; FROM_HAS_DN(0.00)[]; TO_DN_NONE(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; RCVD_TLS_ALL(0.00)[] X-Rspamd-Queue-Id: 4QW0S22mgPz3nh0 X-Spamd-Bar: --- X-ThisMailContainsUnwantedMimeParts: N On 5/30/23 6:02 AM, Mario Marietto wrote: > That's interesting. As I have already said,I haven't bought the > pinephone pro,because it is expensive for me. So I'm working on a > parallel project. I've bought this phone,instead : > > https://www.hdblog.it/schede-tecniche/samsung-galaxy-a6_i3655/ > > That's cheaper. Between the specs I read that it has a mali gpu,too :  > Mali-T830MP2 > > so,eventually,I can use the Lima and the PanFrost driver even for my > samsung galaxy A6 ? I've started planning to install FreeBSD on top of > the Android Kernel,using a specific patch,but now I'm thinking that > maybe,I can install FreeBSD there natively. Can someone tell me if it > is doable,giving a look at the specs of that phone model ? thanks. > have you tried putting a snapshot from CURRENT on a memory card and booting it?  i'm not familiar with that device, but i suspect you'd need serial console access. -pete