Search found 3 matches

by jlduran
Sat Jul 10, 2021 8:42 pm
Forum: fitlet2 software
Topic: serial port FreeBSD, PfSense
Replies: 2
Views: 5214

Re: serial port FreeBSD, PfSense

You could use the serial console on FreeBSD by setting in /boot/loader.conf: hw.uart.console="mm:0xfea10000,rs:2" This will configure the memory-mapped serial console . The base address is obtained by issuing: # pciconf -l -b pci0:24:2 uart2@pci0:0:24:2: class=0x118000 rev=0x0b hdr=0x00 vendor=0x808...
by jlduran
Sat Jul 10, 2021 8:22 pm
Forum: General fitlet2 questions
Topic: FreeBSD 12.2: ssc & HSUART ports
Replies: 1
Views: 4191

Re: FreeBSD 12.2: ssc & HSUART ports

I have replied in the PR. But essentially, you could use the serial console on FreeBSD by setting in /boot/loader.conf: hw.uart.console="mm:0xfea10000,rs:2" This will configure the memory-mapped serial console . The base address is obtained by issuing: # pciconf -l -b pci0:24:2 uart2@pci0:0:24:2: cl...
by jlduran
Sat Jul 10, 2021 12:57 am
Forum: General fitlet2 questions
Topic: Trying to connect to serial console
Replies: 2
Views: 4593

Re: Trying to connect to serial console

You'll have to use the EFI console. Try adding the following to /boot/loader.conf: hw.uart.console="mm:0xfea10000,rs:2" According to the datasheet, UART 2 is the host OS debug console (pci0:24:2): # pciconf -l -b pci0:24:2 uart2@pci0:0:24:2: class=0x118000 rev=0x0b hdr=0x00 vendor=0x8086 device=0x5a...

Go to advanced search