Hi,
I’ve confirmed that the device is not bricked; it just lost its manufacturing information. To resolve this, execute the following commands while connected to the device in fastboot mode:
- fastboot erase boot_a
- fastboot erase boot_b
- fastboot erase rootfs_a
- fastboot erase rootfs_b
- fastboot flash boot_a /path/to/kernel.img
- fastboot flash boot_b /path/to/kernel.img
- fastboot flash rootfs_a /path/to/rootfs.ubi
- fastboot flash rootfs_b /path/to/rootfs.ubi
You can find the necessary files here:
Best regards,
Marijus