Port-arm archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
2022-07-24-netbsd-raspi-aarch64.img
I've updated 2022-07-24-netbsd-raspi-aarch64.img.gz for RPI4.
https://cdn.netbsd.org/pub/NetBSD/misc/jun/raspberry-pi/2022-07-24-aarch64/2022-07-24-netbsd-raspi-aarch64.img.gz
https://cdn.netbsd.org/pub/NetBSD/misc/jun/raspberry-pi/2022-07-24-aarch64/MD5
Topics:
- NetBSD-9.99.99
- perl-5.36.0
- python310-3.10.5nb1
- openssh 9.0 https://www.openssh.com/txt/release-9.0
"This release switches scp(1) from using the legacy scp/rcp protocol
to using the SFTP protocol by default."
"In case of incompatibility, the scp(1) client may be instructed to use
the legacy scp/rcp using the -O flag."
cf.
~/.ssh/config
Host old-host
HostkeyAlgorithms +ssh-rsa
PubkeyAcceptedAlgorithms +ssh-rsa
- SD/MMC Configration
Switch Default uSD/eMMC Routing: Arasan SDHCI -> EMMC2
http://mail-index.netbsd.org/port-arm/2021/08/08/msg007393.html
the Arasan SDHCI is used to connect bwfm(4).
In this image, a synbolic link added
/libdata/firmware/if_bwfm:
ln -s brcmfmac43455-sdio.raspberrypi,4-model-b.txt "brcmfmac43455-sdio.Raspberry Pi 4 Model B.txt"
to avoid
bwfm0: autoconfiguration error: NVRAM file not available
- only for RPI4
(fill dtb for RPI3?)
- build script
https://github.com/ebijun/NetBSD/tree/master/RPI/RPIimage/Image/aarch64
- [Issue] Can't recognize DOS partition from Windows
Should I Use MBR version image?
- rpi cm4 + waveshare mini base board B seems stop after kernel load
http://mail-index.netbsd.org/port-arm/2021/06/30/msg007343.html
- pkgin support
edit /usr/pkg/etc/pkgin/repositories.conf
cf.
http://cdn.netbsd.org/pub/NetBSD/misc/jun/raspberry-pi/aarch64/2022
and pkgin update
sysinfo:
libdrm-3.6 NetBSD-9.99.99 sh-20220122-20220722170646Z
userland-NetBSD-9.99.99/evbarm
pkgsrc:
curl-7.84.0nb1 dillo-3.0.5nb11 gd-2.3.3nb3 gdk-pixbuf2-2.42.8nb1
git-base-2.37.1 gmp-6.2.1nb3 gnutls-3.7.6nb1
gobject-introspection-1.70.0nb2 gtk2+-2.24.33nb6 gtk3+-3.24.34
harfbuzz-4.4.1 libcups-2.4.2nb1 libffi-3.4.2nb3 libidn-1.41
libidn2-2.3.3 libwebp-1.2.3 libxslt-1.1.34nb9 lintpkgsrc-4.98nb1
mlterm-3.9.2nb3 mozilla-rootcerts-1.0.20220614 nettle-3.8
nghttp2-1.48.0 p5-Authen-SASL-2.16nb10 p5-Digest-HMAC-1.04nb12
p5-Email-Valid-1.202nb6 p5-Error-0.17029nb3 p5-GSSAPI-0.28nb14
p5-IO-CaptureOutput-1.1105nb3 p5-IO-Socket-INET6-2.73nb1
p5-IO-Socket-SSL-2.072nb1 p5-MailTools-2.21nb3
p5-Mozilla-CA-20211001nb1 p5-Net-DNS-1.33nb1 p5-Net-Domain-TLD-1.75nb6
p5-Net-IP-1.26nb10 p5-Net-LibIDN-0.12nb14 p5-Net-SMTP-SSL-1.04nb6
p5-Net-SSLeay-1.90nb2 p5-Socket6-0.29nb4 p5-TimeDate-2.33nb2
pango-1.50.8 perl-5.36.0 py310-cElementTree-3.10.5 py310-expat-3.10.5
python310-3.10.5nb1 qt5-qtbase-5.15.5nb1 qt5-qtx11extras-5.15.5
qt5-qtxmlpatterns-5.15.5 sudo-1.9.11p3 tcsh-6.24.01nb1
wget-1.21.3nb1 zsh-5.9nb1
RPI4 status:
- boot via UEFI_VER=v1.33
https://github.com/pftf/RPi4/releases
In this image,pre-setted RPI_EFI.fd
Advanced Configration
-> Limit RAM to 3GB Disabled
- HDMI: works
- audio: vcaudio
http://mail-index.netbsd.org/source-changes-d/2021/01/22/msg013133.html
- USB device: works
- bwfm0 Wireless network:?
(works well on RPI3,not works on RPI4?)
- Pi 4 Bootloader Configuration
https://www.raspberrypi.org/documentation/hardware/raspberrypi/bcm2711_bootloader_config.md
Update:
- NetBSD-current 9.99.99 evbarm-aarch64 202207221940Z arm64.img from nyftp.
- pkginfo
https://github.com/ebijun/NetBSD/blob/master/RPI/RPIimage/Image/aarch64/pkginfo
- sysinfo
https://github.com/ebijun/NetBSD/blob/master/RPI/RPIimage/Image/aarch64/sysinfo
Update from 20221-06:
https://github.com/ebijun/NetBSD/commit/1b3ef330ecf023aa73d58ccb8b4029c520f33cdf
- mate/firefox/inkscape/libreoffice works well
pkg_add mate
pkg_add gvfs
pkg_add firefox
pkg_add firefox-l10n
pkg_add libreoffice
pkg_add inkscape
pkg_add gimp
pkg_add scribus
pkg_add py38-sphinx
pkg_add wxGTK30
pkg_add gnome-keyring
- Sphinx with latexpdf
https://github.com/ebijun/NetBSD/blob/master/Guide/latexpdf.rst
- pkgin: upgrade failed
- raspberry-pi userland: compile failed
Pre-installed packages:
bash
tcsh
vlgothic-ttf
icewm
xli
ruby27-mikutter
uim
fossil
sudo
git-base
zsh
mlterm
pkg_chk
lintpkgsrc
mozilla-rootcerts
dillo
medit
lrzsz
- pre-build packages:
See /etc/pkg_install.conf
PKG_PATH=http://cdn.netbsd.org/pub/NetBSD/misc/jun/raspberry-pi/aarch64/2022/
pkgsrc:
# cd /usr
# ftp http://cdn.netbsd.org/pub/pkgsrc/current/pkgsrc.tar.gz
# ls /usr/pkgsrc ... check if exists.
# tar tzvf pkgsrc.tar.gz |head ... check the archive
# tar xzvf pkgsrc.tar.gz ... extract
# ls /usr/pkgsrc ... check what extracted
# pkg_chk -g ... List to/usr/pkgsrc/pkgchk.conf
# (cd /usr/pkgsrc;cvs update -PAd) ... update
# pkg_chk -un ... Update (listup)
# pkg_chk -u ... Update
EEPROM verson:
Check&update with Raspberry Pi OS (pi:raspberry)
pi@raspberrypi:~ $ cat /etc/default/rpi-eeprom-update
FIRMWARE_RELEASE_STATUS="stable"
pi@raspberrypi:~ $ sudo rpi-eeprom-update
BCM2711 detected
Dedicated VL805 EEPROM detected
BOOTLOADER: up-to-date
CURRENT: Thu 16 Jul 15:15:46 UTC 2020 (1594912546)
LATEST: Thu 16 Jul 15:15:46 UTC 2020 (1594912546)
FW DIR: /lib/firmware/raspberrypi/bootloader/stable
VL805: up-to-date
CURRENT: 000138a1
LATEST: 000138a1
--
Jun Ebihara
Home |
Main Index |
Thread Index |
Old Index