Oneplus3: Unable to find file "/lib/firmware/qcom/msm8996/oneplus3t/a530_zap.mbn" on pmbootstrap install
Describe your issue
What's the expected behaviour?
Successful build on pmboot install
What's the current behaviour?
After pmbootstrap init
and pmbootstrap install
install fails on Unable to find file "/lib/firmware/qcom/msm8996/oneplus3t/a530_zap.mbn"
.
Perhaps a link is incorrect as it refers to firmware for the oneplus3t?
See part of log below.
How to reproduce your issue?
- Run
pmbootstrap init
Select channeledge
, deviceoneplus3
and enable proprietary components. - Run
pmbootstrap install --android-recovery-zip --recovery-install-partition=data
What device are you using?
oneplus-oneplus3
On what postmarketOS version did you encounter the issue?
-
edge ( master
branch) -
v21.06
-
v21.12
On what environment did you encounter the issue?
Phone environments
-
Phosh -
Plasma Mobile -
Sxmo (Wayland/Sway)
Other
-
No environment -
GNOME -
KDE Plasma -
Kodi -
MATE -
Shelli -
Sway -
Weston -
Xfce4 -
fbkeyboard -
i3wm -
Sxmo (Xorg/Dwm)
How did you get postmarketOS image?
-
from https://images.postmarketos.org -
I built it using pmbootstrap -
It was preinstalled on my device
What's the build date of the image? (in yyyy-mm-dd format)
2021-12-07
Additional information
(592/601) Installing ibus-lang (1.5.25-r0)
(593/601) Installing libgdata-lang (0.18.1-r1)
(594/601) Installing at-spi2-core-lang (2.42.0-r0)
(595/601) Installing totem-pl-parser-lang (3.26.6-r0)
(596/601) Installing gnome-desktop-lang (41.1-r0)
(597/601) Installing glib-networking-lang (2.70.0-r0)
(598/601) Installing libsecret-lang (0.20.4-r1)
(599/601) Installing gnome-control-center-lang (9999_git20210917-r0)
(600/601) Installing shared-mime-info-lang (2.1-r0)
(601/601) Installing .pmbootstrap (20211207.194310)
Executing busybox-1.34.1-r3.trigger
Executing kmod-29-r2.trigger
Executing eudev-3.2.11_pre2-r0.trigger
Executing postmarketos-mkinitfs-1.1.2-r3.trigger
2021/12/07 19:43:56 Generating for kernel version: 5.15.6
2021/12/07 19:43:56 Output directory: /boot
2021/12/07 19:43:56 == Generating initramfs ==
2021/12/07 19:43:56 - Including hook files
2021/12/07 19:43:56 Unable to find file "/lib/firmware/qcom/msm8996/oneplus3t/a530_zap.mbn" required by "/etc/postmarketos-mkinitfs/files/20-adreno-gpu-firmware.files"
ERROR: postmarketos-mkinitfs-1.1.2-r3.trigger: script exited with error 1
Executing postmarketos-base-15-r1.trigger
Executing dbus-1.12.20-r4.trigger
Executing glib-2.70.1-r0.trigger
Executing shared-mime-info-2.1-r0.trigger
Executing gdk-pixbuf-2.42.6-r0.trigger
Executing gtk-update-icon-cache-2.24.33-r0.trigger
Executing fontconfig-2.13.1-r4.trigger
Executing ca-certificates-20191127-r7.trigger
Executing cracklib-2.9.7-r4.trigger
Executing mkfontscale-1.2.1-r1.trigger
Executing gvfs-1.48.1-r0.trigger
OK: 1488 MiB in 625 packages
(040262) [20:45:09] (rootfs_oneplus-oneplus3) % apk --no-progress add postmarketos-base device-oneplus-oneplus3 postmarketos-ui-gnome device-oneplus-oneplus3-nonfree-firmware lang musl-locales postmarketos-base-nofde
WARNING: Ignoring /mnt/pmbootstrap-packages: No such file or directory
1 error; 1488 MiB in 625 packages
(040262) [20:45:11] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(040262) [20:45:11] NOTE: The failed command's output is above the ^^^ line in the log file: /home/henri/Downloads/oneplus3-testing/oneplus3/log.txt
(040262) [20:45:11] ERROR: Command failed: (rootfs_oneplus-oneplus3) % apk --no-progress add postmarketos-base device-oneplus-oneplus3 postmarketos-ui-gnome device-oneplus-oneplus3-nonfree-firmware lang musl-locales postmarketos-base-nofde
(040262) [20:45:11] See also: <https://postmarketos.org/troubleshooting>
(040262) [20:45:11] Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/pmb/__init__.py", line 49, in main
getattr(frontend, args.action)(args)
File "/usr/lib/python3.9/site-packages/pmb/helpers/frontend.py", line 314, in install
pmb.install.install(args)
File "/usr/lib/python3.9/site-packages/pmb/install/_install.py", line 932, in install
create_device_rootfs(args, step, steps)
File "/usr/lib/python3.9/site-packages/pmb/install/_install.py", line 880, in create_device_rootfs
pmb.chroot.apk.install(args, install_packages, suffix)
File "/usr/lib/python3.9/site-packages/pmb/chroot/apk.py", line 244, in install
pmb.chroot.root(args, ["apk", "--no-progress"] + command,
File "/usr/lib/python3.9/site-packages/pmb/chroot/root.py", line 76, in root
return pmb.helpers.run_core.core(args, msg, cmd_sudo, None, output,
File "/usr/lib/python3.9/site-packages/pmb/helpers/run_core.py", line 343, in core
check_return_code(args, code, log_message)
File "/usr/lib/python3.9/site-packages/pmb/helpers/run_core.py", line 219, in check_return_code
raise RuntimeError("Command failed: " + log_message)
Edited by Administrator