Re: tutorial on how to use iic on raspberry pi?

2020-02-12 Thread Michael Cheponis
Not too long ago, in order to get -current to boot, a new .dtb needs to be used. # cat config.txt # Boot options, see https://www.raspberrypi.org/documentation/configuration/config-txt/boot.md # device_tree=bcm2710-rpi-3-b-plus.dtb kernel_address=0x0140 # # UART settings, see

Re: tutorial on how to use iic on raspberry pi?

2020-02-12 Thread Michael van Elst
michael.chepo...@gmail.com (Michael Cheponis) writes: -rwxr-xr-x 1 root wheel 22630 Jun 16 2019 bcm2837-rpi-3-b-plus.dtb* > Raspberry Pi 3 Model B Plus Rev 1.3 - so I'm not sure which of the >highlighted dtb files is used. That one would have i2c enabled. You can disassemble the dtb files

Re: tutorial on how to use iic on raspberry pi?

2020-02-12 Thread Michael Cheponis
What combination of RPI model, kernel (and dtb files) you try to use ? I'm using -current *NetBSD 9.99.46 (GENERIC) *figuring it probably has the latest & greatest. Raspberry Pi 3 Model B Plus Rev 1.3 - so I'm not sure which of the highlighted dtb files is used. *# cd /boot* *# ls -l

Re: ZFS chroot cannot open dev nodes

2020-02-12 Thread Chavdar Ivanov
On Wed, 12 Feb 2020 at 12:16, Roy Marples wrote: > > I'm experimenting with ZFS on a new server. > Trying to get root on ZFS, but it's not working with device nodes. > > Here are exact steps from the real root on FFS. > There is a zfs mount on /tank/ROOT. > > # cd /tmp > # mknod null c 2 2 > #

ZFS chroot cannot open dev nodes

2020-02-12 Thread Roy Marples
I'm experimenting with ZFS on a new server. Trying to get root on ZFS, but it's not working with device nodes. Here are exact steps from the real root on FFS. There is a zfs mount on /tank/ROOT. # cd /tmp # mknod null c 2 2 # echo test >null # cd /tank/ROOT/tmp # mknod null c 2 2 # echo test

Re: Can't open /boot | biosboot via GPT on raidframe on GPT (NetBSD 9.0/amd64_RC2)

2020-02-12 Thread Martin Husemann
On Wed, Feb 12, 2020 at 10:49:29AM +0100, Matthias Petermann wrote: > Hi there, > > in the meantime I would like to clarify my fuzzy question somewhat. > According to [1] the constellation GPT-on-Raidframe-on-GPT is supported, but > according to [2] not for biosboot (but only with EFI). Have I

Re: Can't open /boot | biosboot via GPT on raidframe on GPT (NetBSD 9.0/amd64_RC2)

2020-02-12 Thread Matthias Petermann
Hi there, in the meantime I would like to clarify my fuzzy question somewhat. According to [1] the constellation GPT-on-Raidframe-on-GPT is supported, but according to [2] not for biosboot (but only with EFI). Have I understood that correctly? If this is not the case and - in this case what

setting keyboard map for xdm login

2020-02-12 Thread r0ller
Hi All, I'm not entirely sure if I'm doing it right but I usually set the keyboard (setxkbmap) in Xsetup (/etc/X11/xdm/Xsetup_0) instead of .xinitrc (or .xsession for xdm) so that it's set up already for the logon screen. However, I forgot it recently at a fresh NetBSD installation and tried

booting 9.0_RC2 on a Gigabyte server

2020-02-12 Thread Clausen , Jörn
Hi! We are currently testing some servers with Gigabyte MZ32-AR0 mainboards and AMD Epyc 7702 processors. I just tried booting the UEFI image of NetBSD 9.0_RC2, but got a panic late in the process, when a USB mouse is detected. Here is a screenshot using the board management controller:

Re: tutorial on how to use iic on raspberry pi?

2020-02-12 Thread Michael van Elst
michael.chepo...@gmail.com (Michael Cheponis) writes: >Hi all, I want to hook up a sensor using iic on an RPi. Is there a >tutorial somewhere on how to do this? Do I have to compile a specific >config to enable iic because GENERIC doesn't? netbsd-9 has it defined in GENERIC and the dtb files