请帮忙,我投资购买了 m2.nvme 适配器和 1TB ssd,尝试安装 rockpi4b-rk-u-boot-latest,但出现以下错误。
$ sudo apt-get install -f -y rockpi4b-rk-u-boot-latest
Reading package lists… Done
Building dependency tree
Reading state information… Done
rockpi4b-rk-u-boot-latest is already the newest version (2017.09-2695-g7c49a7da79).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
2 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Setting up rockpi4b-rk-ubootimg (2017.09-2695-g7c49a7da79) …
Consider upgrading device bootloader with ‘rockpi4b_upgrade_bootloader.sh’.
Missing board bootloader image: /usr/lib/u-boot-rockpi4b/rockpi4b-rk-uboot.img
dpkg: error processing package rockpi4b-rk-ubootimg (–configure):
installed rockpi4b-rk-ubootimg package post-installation script subprocess returned error exit status 1
dpkg: dependency problems prevent configuration of rockpi4b-rk-u-boot-latest:
rockpi4b-rk-u-boot-latest depends on rockpi4b-rk-ubootimg (= 2017.09-2695-g7c49a7da79); however:
Package rockpi4b-rk-ubootimg is not configured yet.
Version of rockpi4b-rk-ubootimg on system, provided by rockpi4b-rk-ubootimg:all, is .
dpkg: error processing package rockpi4b-rk-u-boot-latest (–configure):
dependency problems - leaving unconfigured
No apport report written because the error message indicates its a followup error from a previous failure.
Errors were encountered while processing:
rockpi4b-rk-ubootimg
rockpi4b-rk-u-boot-latest
E: Sub-process /usr/bin/dpkg returned an error code (1)
但如果我
$ sudo rockpi4b_upgrade_bootloader.sh
Missing board bootloader image: /usr/lib/u-boot-rockpi4b/rockpi4b-rk-uboot.img
我该如何修复这些问题?