From owner-freebsd-arm@freebsd.org Sat Dec 8 12:48:17 2018 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DEBCC1314323 for ; Sat, 8 Dec 2018 12:48:16 +0000 (UTC) (envelope-from nervoso@k1.com.br) Received: from betasoftsp.com.br (betasoftsp.com.br [177.189.222.85]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "betasoftsp.com.br", Issuer "betasoftsp.com.br" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id D1F9C7BAEE for ; Sat, 8 Dec 2018 12:48:14 +0000 (UTC) (envelope-from nervoso@k1.com.br) Received: from lenzidesk.netbsd.lenzicasa (179.184.51.72.static.gvt.net.br [179.184.51.72] (may be forged)) (authenticated bits=0) by betasoftsp.com.br (8.15.2/8.15.2) with ESMTPSA id wB8CmBZv012215 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=NOT) for ; Sat, 8 Dec 2018 10:48:12 -0200 (-02) (envelope-from nervoso@k1.com.br) Message-ID: Subject: raspberry pi 3 and armv7 From: =?ISO-8859-1?Q?S=E9rgio?= de Almeida Lenzi To: freebsd arm Date: Sat, 08 Dec 2018 10:48:11 -0200 User-Agent: Evolution 3.30.1 Mime-Version: 1.0 X-Rspamd-Queue-Id: D1F9C7BAEE X-Spamd-Result: default: False [-1.70 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; NEURAL_HAM_MEDIUM(-0.79)[-0.794,0]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+a:betasoftsp.com.br]; MV_CASE(0.50)[]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-arm@freebsd.org]; DMARC_NA(0.00)[k1.com.br]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-1.00)[-0.997,0]; TO_DN_ALL(0.00)[]; MX_GOOD(-0.01)[cached: mx1.k1.com.br]; NEURAL_HAM_SHORT(-0.11)[-0.110,0]; RCVD_IN_DNSWL_NONE(0.00)[85.222.189.177.list.dnswl.org : 127.0.10.0]; TO_MATCH_ENVRCPT_ALL(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; IP_SCORE(0.01)[country: BR(0.03)]; ASN(0.00)[asn:27699, ipnet:177.188.0.0/15, country:BR]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_TLS_ALL(0.00)[]; RCVD_COUNT_TWO(0.00)[2] X-Rspamd-Server: mx1.freebsd.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Dec 2018 12:48:17 -0000 Hello, I am trying to work with FreeBSD12 and raspberry pi 3, it works in aarch64, it is very fast but there is no sound (audio) support that makes my project unavailable. The Freebsd12 aarch64 being FAST it consumes too much memory as each pointer is 64 bits.. I download the crochet framework https://github.com/freebsd/crochet and make running images from it, I manage to compile Xorg, and have it working... using ports... but I am stuck in the sound subsystem. Looking at the code from boards/Raspberrypi3/setup.sh I could find code to build the system in armv7. but all I get is the rainbow screen at boot.. Question: Is there a way to make FreebSD armv7 boot on RaspberryPI3??? Thanks for any help