Hi all,
i cant boot my usbarmory mk2. I entered the following commands.
###################
# hardware switch to boot from uSD Card
# compile the bootloader
make CROSS_COMPILE=arm-none-eabi- imx_signed BOOT=uSD START=5242880 PUBLIC_KEY='last line of armory-boot.pub' HAB_KEYS=/usbarmory_hab_keys
# cat armory-boot.conf
{
 "kernel": [
  "/boot/zImage-5.10.82-0-usbarmory",
  "ea61edfa46ec4f242d3914114b8f065f32c1a1dde95ea463e1ea836c977214c8"
 ],
 "dtb": [
  "/boot/imx6ulz-usbarmory-tzns-5.10.82-0.dtb",
  "1fb243d8a7d8be39a7fcf777febd3d76a9fcb0eed626f3ff5313779eef4cee65"
 ],
 "cmdline": "console=ttymxc1,115200 root=/dev/mmcblk0p1 rootwait rw"
}
# create configuration sign
signify-openbsd -S -s armory-boot.sec -m armory-boot.conf -x armory-boot.conf.sig
# MemoryMap Sector Size 1s=512 bytes
# 1s           Protective MBR LBA0
# 2s           Primary GUID Partition Table Header LBA1
# 3s-4143s        armory-boot-signed.imx bootloader
# 4144s-4175s      GPT Partition Entrys
# 4175s-10239s      free
# 10240s-8394751s    Partition 1, 4.0 GiB 8300  Linux filesystem
# copy the bootloader
dd if=armory-boot-signed.imx of=/dev/sda bs=512 seek=2 conv=fsync
# create GPT
gdisk /dev/sda
 x - extra functionality (experts only)
 j - move the main partition table
 4144
 m - return to main menu
 o - create a new empty GUID partition table (GPT)
 n - add a new partition
 Partition number (1-128, default 1):
 First sector (4176-10485726, default = 6144) or {+-}size{KMGTP}: 10240 (START=5242880/512)
 Last sector (6144-10485726, default = 10485726) or {+-}size{KMGTP}: +4G
 Hex code or GUID (L to show codes, Enter = 8300):
 w - write table to disk and exit
 Do you want to proceed? (Y/N): Y
# copy the root filesystem
mount /dev/sda1 /mnt/temp1
mount usbarmory-mark-two-usd-debian_bullseye-base_image-20211129.raw1 /mnt/temp2
rsync -a /mnt/temp2/* /mnt/temp1/
# copy the armory-boot.conf*
rm /mnt/temp1/boot/armory-boot-nonsecure.conf
cp armory-boot.conf armory-boot.conf.sig /mnt/temp1/boot/
umount /mnt/temp{1,2}
###################
there are two cases:
first:
 if i plug in the usbarmory after long time (feew minutes) the blue and the white LED was on.
second:
if i replug the usbarmory after short time (feew seconds) the blue and the white LED was on for some milliseconds. Then only the blue LED is on.
can someone help me and tell me what i did wrong?
thanks and
best regards