Re: onboard wireless on rpi4
Ian Lepore <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.arm |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]>: > > > > > > ...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 _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-arm To unsubscribe, send any mail to "[email protected]"