It is possible to upgrade one OS in DualOS eMMC install?

Hi, I have installed Nougat/Ubuntu DualOS V171028 on my VIM Pro and I’d like to replace Nougat by ATV without touching the Ubuntu. It is possible?

I think it’s possible:

  • Boot into Ubuntu
  • Unpack the ATV ROM with images
  • Use dd command to replace to new images, i.e.:
root@Khadas:~# dd if=path-to-image-boot.img of=path-to-partition-bootimg

You might take a high risk to try that.

Enjoy!

Ok, thanks for the response.

The problem is, that there are no device nodes for the emmc partitions available in the Ubuntu. I can only see the whole emmc device, boot0 boot1 and rpmb. I’m going to try the same operation in uboot, though.

Shouldn’t be.

Can you run following commands and paste the result:

ls /dev

Thanks!

ls /dev:pastebin

`khadas@Khadas:~$ cat /proc/partitions
major minor #blocks name

179 0 15267840 mmcblk0
179 1 4096 mmcblk0p1
179 2 65536 mmcblk0p2
179 3 524288 mmcblk0p3
179 4 8192 mmcblk0p4
179 5 32768 mmcblk0p5
179 6 32768 mmcblk0p6
179 7 8192 mmcblk0p7
179 8 8192 mmcblk0p8
179 9 32768 mmcblk0p9
179 10 32768 mmcblk0p10
179 11 32768 mmcblk0p11
179 12 2097152 mmcblk0p12
179 13 4194303 mmcblk0p13
179 14 8062976 mmcblk0p14
179 96 4096 mmcblk0rpmb
179 64 4096 mmcblk0boot1
179 32 4096 mmcblk0boot0
`