Uart3 Serial Port, How to locate the source code used by FreeBSD / GhostBSD-Arm64
Uart3 Serial Port, How to locate the source code used by FreeBSD / GhostBSD-Arm64 Edit the file /etc/rc.conf and add the bash execution line 'set -x' This will produce verbose output from 'make buildkernel KERNCONF=GENERIC-VCHIC -DNO_CLEAN Issue the 'make buildkernel' command and direct stdout & stderr to a file. make buildkernel KERNCONF=GENERIC-VCHIQ -DNO_CLEAN > BRCM64_GENERIC-VCHIQ.txt 2>&1 later you can run make installkernel KERNCONF=GENERIC-VCHIQ ===> wlan_tkip (install) install -T release -o root -g wheel -m 555 wlan_tkip.ko /boot/kernel/ install -T dbg -o root -g wheel -m 555 wlan_tkip.ko.debug /usr/lib/debug/boot/kernel/ ===> wlan_wep (install) install -T release -o root -g wheel -m 555 wlan_wep.ko /boot/kernel/ install -T dbg -o root -g wheel -m 555 wlan_wep.ko.debug /usr/lib/debug/boot/kernel/ ===> wlan_xauth (install) install -T release -o root ...