Hello,
some weeks ago I tried configure boot to M.2 instead of from SD card. But I didnt complete it let it be like it was because it is still booting from SD without trouble.
Now I would like to install some packages and I got error like:
The following packages have unmet dependencies:
rockpi4b-rk-u-boot-latest : Depends: rockpi4b-rk-ubootimg (= 2017.09-2694-g04d66f4b45)* E: Unmet dependencies. Try ‘apt --fix-broken install’ with no packages (or specify a solution).
So I used apt --fix-broken install and got
Preparing to unpack …/rockpi4b-rk-ubootimg_2017.09-2694-g04d66f4b45_all.deb … Unpacking rockpi4b-rk-ubootimg (2017.09-2694-g04d66f4b45) over (2017.09-2690-gdf20631bd8) … dpkg: error processing archive /var/cache/apt/archives/rockpi4b-rk-ubootimg_2017.09-2694-g04d66f4b45_all.deb (–unpack):
trying to overwrite ‘/usr/local/sbin/rockpi_erase_spi_flash.sh’, which is also in package rockpi4a-rk-ubootimg 2017.09-2694-g04d66f4b45* Errors were encountered while processing:
/var/cache/apt/archives/rockpi4b-rk-ubootimg_2017.09-2694-g04d66f4b45_all.deb* E: Sub-process /usr/bin/dpkg returned an error code (1)
Can you help me somebody?
Now I dont want to boot from M.2 because I am satisfied how it is working from SD.
~ : sudo apt-get install rockpi4b-rk-u-boot-latest --reinstall
Reading package lists… Done
Building dependency tree
Reading state information… Done
Reinstallation of rockpi4b-rk-u-boot-latest is not possible, it cannot be downloaded.
You might want to run ‘apt --fix-broken install’ to correct these.
The following packages have unmet dependencies:
rockpi4b-rk-u-boot-latest : Depends: rockpi4b-rk-ubootimg (= 2017.09-2694-g04d66f4b45)
E: Unmet dependencies. Try ‘apt --fix-broken install’ with no packages (or specify a solution).
cat /proc/device-tree/model
ROCK PI 4B~ :
~ : dpkg --list | grep uboot
iU rockpi4a-rk-u-boot-latest 2017.09-2694-g04d66f4b45 all rockpi4a u-boot latest version package: depends on rockpi4a-rk-ubootimg (= 2017.09-2694-g04d66f4b45)
iU rockpi4a-rk-ubootimg 2017.09-2694-g04d66f4b45 all rockpi4a u-boot package
iU rockpi4b-rk-u-boot-latest 2017.09-2694-g04d66f4b45 all rockpi4b u-boot latest version package: depends on rockpi4b-rk-ubootimg (= 2017.09-2694-g04d66f4b45)
iU rockpi4b-rk-ubootimg 2017.09-2690-gdf20631bd8 all rockpi4b u-boot package
no success
~ : sudo apt-get autoremove rockpi4a-rk-u-boot-latest
Reading package lists… Done
Building dependency tree
Reading state information… Done
You might want to run ‘apt --fix-broken install’ to correct these.
The following packages have unmet dependencies:
rockpi4b-rk-u-boot-latest : Depends: rockpi4b-rk-ubootimg (= 2017.09-2694-g04d66f4b45)
E: Unmet dependencies. Try ‘apt --fix-broken install’ with no packages (or specify a solution).
yes I using armbian and back to this trouble again because I would like to reconfigure my RockPI and it is not possible because I ddint solve troubles above …