DM900UHD apt-get problem

Posted by: Pamiko

DM900UHD apt-get problem - 11/01/19 09:07 AM

Hello,

I get this message after flash- rescue
-bash: apt-get: not found
what does it mean?

root@dm900:/# cd /tmp
root@dm900:/tmp# flash-rescue zImage-rescue-3.14-r0-dm900-20190911.bin
Manufacturer ID: c2
Memory type : 20
Memory density : 19
read id ok
comparing 2844 sectors...
nothing to do
root@dm900:/tmp# apt-get update && update-rescue –v
-bash: apt-get: not found
root@dm900:/tmp# cd ..
root@dm900:/# apt-get update && update-rescue –v
-bash: apt-get: not found
root@dm900:/#
Posted by: Admin

Re: DM900UHD apt-get problem - 11/01/19 12:58 PM

Which image are you using ?

The command that doesn't work in fact does the same as the command that successfully upgraded/updated the bootloader. So you don't need it as you already done it with the previous command (flash-rescue).

Admin