Hello there,
I have successfully closed my MKII. Debian show "mxs_dcp: Trusted State detected"
This would be an an eMMC installation. I wanted use armory-ums (flashed to uSD) to expose the internal eMMC.
I have tried dd the amory-ums-signed.imx (stuck at both leds on low)
I have compiled the elf version. Created an ext4 partition starting at 5kB placed the elf in /boot/. Input the elf's sha256 in /boot/armory-boot.config like to
{
"unikernel": [
"/boot/armory-ums",
"faa8fd53770bf8fe9afbedf8e3b04a51722e3345d390c28603a9df722be22e1d"
]
}
signed the armory-boot.config with my .sec and placed the armory-boot.config.sig into /boot
sudo dd if=armory-boot-signed.imx of=/dev/mmcblk0 bs=512 seek=2 conv=fsync
this armory-boot's make was set to BOOT=uSD and START to whatever
sudo parted -m /dev/mmcblk0 unit B print result.
After switching to uSD boot mode, blue led goes bright but nothing shows up (osx).
What am I missing? ( I feel its gonna be something simple )
Also just to confirm. When flashing armory-boot-signed.imx its done to /dev/mmcblk0 or /dev/rdisk6 (in my case) not the partitions correct? Is this the same for the armory-ums-signed.imx?
Thanks in advance!