FreeBSD support
#9
(10-12-2019, 03:11 AM)deedend Wrote:
(10-02-2019, 12:15 PM)pastra Wrote: Great!
I follow the freebsd-arm mailing list, but have not yet any rk3399 hw to develop on.
Hopefully the pinebook pro is just a couple of more days away.

What about NetBSD? Any chance?

Try the port-arm@netbsd.org mailing list, this was just posted.  Apparently HDMI is a big deal, I tried a Raspberry Pi OpenBSD image a year or so ago and it didn't have it yet.  This is probably more about the Pinebook than the PineBook Pro.
------------
sysinfo:
 bind-9.14.7 dhcpcd-8.1.1 g++-8.3.0 gcc-8.3.0 libc-12.214
 libssh-35.0 NetBSD-9.99.17 openssh-8.1 opensshd-8.1
 libpcap-1.9.1 pkg_install-20191008 sh-20181212-20191111180647Z
 tcpdump-4.9.3 tzdata-2019c userland-NetBSD-9.99.17/evbarm

pkgsrc:
 ImageMagick-7.0.9.2 bash-5.0.11nb1 bison-3.4.2 boost-headers-1.71.0nb2
 cmake-3.15.5 dhcpcd-8.1.1 firefox52-52.9.0nb19 gawk-5.0.1
 gedit-3.22.1nb10 gexiv2-0.12.0nb1 git-base-2.24.0 glib2-2.60.7
 harfbuzz-2.6.4 ibus-1.5.21nb1 inkscape-0.92.4nb7 llvm-9.0.0nb1
 mate-1.22.0nb3 meson-0.52.0 mlterm-3.8.8nb5 mpv-0.30.0
 nss-3.46.1 openjdk8-1.8.232 osabi-NetBSD-9.99.17
 pango-1.44.7 perl-5.30.0nb1 php-7.1.33 poppler-0.82.0
 python27-2.7.17 python37-3.7.5 ruby24-base-2.4.9nb1
 ruby24-gtk2-3.4.1 ruby24-mikutter-3.9.6 rust-1.38.0nb1
 seamonkey-2.49.5nb1 seamonkey-l10n-2.49.5 sudo-1.8.28nb2
 vala-0.46.3

TEST kernel:
- deforaos-camera: camera capture,and reboot
 apply: http://mail-index.netbsd.org/port-arm/2019/01/21/msg005392.html
 https://twitter.com/ebijun/status/1087694456936001536
 my compiled kernel with camera patch
 http://cdn.netbsd.org/pub/NetBSD/misc/jun/aarch64/pinebook/netbsd
 see instruction by Harold Gutch:
  http://mail-index.netbsd.org/port-arm/2019/07/09/msg005889.html

System Updates:

http://cvsweb.netbsd.org/bsdweb.cgi/src/distrib/sets/lists/base/shl.mi

pkgsrc:
 https://github.com/ebijun/NetBSD/commit/f5db4258fac26b3af84c840842053b13224273b6

works well:
 evince gedit mate medit py-sphinx gimp seamonkey inkscape
- mate: pkgsrc/meta-pkgs/mate
 https://twitter.com/ebijun/status/1086814579647102976
 pkg_add mate
 echo "mate-session" >> .xinitrc
 startx
- ibus
 export XMODIFIERS=@im=ibus
- firefox52:
 https://twitter.com/ebijun/status/1086487791104450563
 PKG_OPTIONS.firefox = -pulseaudio -alsa -dbus gtk2 -gtk3
    general.useragent.local=ja if you want it.
- Add eDP transmitter and enable display pipeline
 http://mail-index.netbsd.org/source-changes/2019/02/03/msg103047.html
 arandr works well: display up-side down
 https://twitter.com/ebijun/status/1092885154127724544
- keymapping: [Shift][<>] on 11inch
 https://wiki.netbsd.org/ports/evbarm/allwinner/#index3h2
- replace AC Adapter for heavy load
 Anker PowerPort10 A2133+USB DC Cable with 3.5mm/1.35mm connecter
- USB Wifi: works well,sometimes unseened with heavy load.
 urtwn0: I-O DATA DEVICE, INC. (0x4bb) WN-G150UM (0x94c)


ToDo:
- HDMI output
- uim:
 pkgsrc/devel/libgcroots needs aarch64 ifdefs
 http://openbsd-archive.7691.n7.nabble.com/fix-inputmethods-uim-on-aarch64-td357966.html
- libreoffice kde

Version:
 NetBSD 9.99.17 (GENERIC64.201911111850UTC) #19: Fri Nov 15 05:24:41 JST 2019  jun@amix200m.soum.co.jp:/usr/
local/Build/src/sys/arch/evbarm/compile/GENERIC64

dmesg:
 https://github.com/ebijun/NetBSD/blob/master/dmesg/aarch64/pinebook

System image: dd to eMMC.
 http://www.invisible.ca/arm/

sysinfo:
 https://github.com/ebijun/NetBSD/blob/master/pinebook/Update/sysinfo

pkginfo:
 https://github.com/ebijun/NetBSD/blob/master/pinebook/Update/pkginfo

pkgchk.conf:
 https://github.com/ebijun/NetBSD/blob/master/pinebook/Update/pkgchk.conf
  cp pkgchk.conf /usr/pkgsrc;pkg_add pkg_chk; pkg_chk -au

packages:
 http://cdn.netbsd.org/pub/NetBSD/misc/jun/aarch64/aarch64/2019-11-16/
--
Jun Ebihara
  Reply


Messages In This Thread
FreeBSD support - by pastra - 07-24-2019, 01:11 AM
RE: FreeBSD support - by danielt - 07-24-2019, 04:07 AM
RE: FreeBSD support - by pastra - 07-27-2019, 03:38 PM
RE: FreeBSD support - by ludensen - 07-30-2019, 09:49 PM
RE: FreeBSD support - by mko_io - 09-19-2019, 11:13 PM
RE: FreeBSD support - by pastra - 10-02-2019, 01:04 AM
RE: FreeBSD support - by pastra - 10-02-2019, 12:15 PM
RE: FreeBSD support - by deedend - 10-12-2019, 03:11 AM
RE: FreeBSD support - by ab1jx - 11-20-2019, 09:49 PM
RE: FreeBSD support - by vendion - 06-11-2020, 08:33 PM
RE: FreeBSD support - by matosys - 06-13-2020, 06:32 AM
RE: FreeBSD support - by Samuel Venable - 12-05-2020, 06:01 AM
RE: FreeBSD support - by cmicallef - 12-07-2020, 03:14 PM
RE: FreeBSD support - by Arwen - 12-08-2020, 09:56 AM
RE: FreeBSD support - by cmicallef - 12-08-2020, 04:53 PM
RE: FreeBSD support - by cmicallef - 12-09-2020, 10:09 PM
RE: FreeBSD support - by cmicallef - 03-12-2021, 10:12 PM
RE: FreeBSD support - by ScarFez - 11-19-2021, 12:39 PM
RE: FreeBSD support - by MNtinkerer - 11-19-2021, 01:30 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  FreeBSD 13 (PersonalBSD) evantaylor 8 9,543 10-28-2022, 10:29 PM
Last Post: evantaylor
  PINEBOOK Pro USB-C Docking Deck on FreeBSD S199pWa1k9r 2 4,482 03-04-2021, 01:53 PM
Last Post: Arwen

Forum Jump:


Users browsing this thread: 1 Guest(s)