Date: Sun, 13 Sep 2020 11:25:39 -0600 From: Ian Lepore <ian@freebsd.org> To: tech-lists <tech-lists@zyxst.net>, freebsd-arm@freebsd.org Subject: Re: onboard wireless on rpi4 Message-ID: <69c01bd0488bd66dfae332664932057a0f1199e1.camel@freebsd.org> In-Reply-To: <20200913120331.GH91422@bastion.zyxst.net> References: <20200904134619.GB80905@bastion.zyxst.net> <69934262-D9D3-4986-849D-9E8221D1E387@kronometrix.org> <1677459627.55.1599232125847@localhost> <75E08DC2-D229-45AA-85AE-CCF06FD0B490@kronometrix.org> <AAA3DC42-5C3E-4A1D-BE75-A20DE3BC300F@googlemail.com> <09959D86-E3E3-43E9-8134-C2FC73343DBA@lists.zabbadoz.net> <20200905181220.GG80905@bastion.zyxst.net> <9C0C5FEB-2620-49C2-8501-190237644884@googlemail.com> <20200913120331.GH91422@bastion.zyxst.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 2020-09-13 at 13:03 +0100, tech-lists wrote: > Hi, > > On Sat, Sep 05, 2020 at 09:17:16PM +0200, Klaus Cucinauomo wrote: > > > > > > > Am 05.09.2020 um 20:12 schrieb tech-lists <tech-lists@zyxst.net>: > > > > > > ...Sure, it'll be the next thing i build ... > > > Have to admit i've never built MMCCAM kernel before for rpi 1,2b+ or 3b+. > > > What's significant about it? > > > > Thanks that you˘re willing to step into tests ( a very important thing to save the devs some (testing) time > > And give feedback on boards/machines that devs don˘t own)! > > GENERIC-MMCCAM has this: > > nodevice mmcsd > > so, if it installs, I won't be able to reboot, because the system is on an sd > card? So, is GENERIC-MMCCAM meant to be used with a bootable usb disk? > > is this correct? mmcsd is the old non-CAM sdcard driver. If you're using the MMCCAM kernel it uses the new CAM-based sdcard driver and the old one is removed from the kernel. It's a bit non-intuitive, but saying "options MMCAM" in the config is equivelent to also saying "device mmccam", and in sys/conf/files you'll see that there are a variety of cam-based mmc and sdcard driver pieces that are conditionally compiled based on 'mmccam'. -- Ian
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69c01bd0488bd66dfae332664932057a0f1199e1.camel>