I'm having issues loading TEZI on an iMX8 after following the instructions here:
https://developer.toradex.com/knowledge-base/imx-recovery-mode#apalis-imx8
The files seem to download correctly, but nothing comes up on the screen connected via a DVI-to-HDMI adapter.
$ ./recovery-linux.sh
Downloading Toradex Easy Installer...
[sudo] password for jkizito:
uuu (Universal Update Utility) for nxp imx chips -- libuuu_1.3.136-0-g1ecc47f
Success 1 Failure 0
1:1 8/ 8 [Done ] FB: done
Successfully downloaded Toradex Easy Installer.
Since the screen remains blank, I tried to connect to the board via the UART-USB connection. I then hit crtl-C to view the U-Boot prompt and entered the boot command. This is the output:
Apalis iMX8 # boot
Loading hdp firmware from 0x0000000082fe0000 offset 0x0000000000002000
Loading hdp firmware Complete
## Loading kernel from FIT Image at 83000000 ...
Using 'config@freescale_fsl-imx8qm-apalis-eval.dtb' configuration
Trying 'kernel@1' kernel subimage
Description: Linux kernel
Type: Kernel Image
Compression: gzip compressed
Data Start: 0x83000108
Data Size: 6691088 Bytes = 6.4 MiB
Architecture: AArch64
OS: Linux
Load Address: 0x80280000
Entry Point: 0x80280000
Hash algo: sha1
Hash value: 4e0fdd31c6fa359cda0e295ac0750fd2c360bca5
Verifying Hash Integrity ... sha1 error!
Bad hash value for 'hash@1' hash node in 'kernel@1' image node
Bad Data Hash
ERROR: can't get kernel image!
I am using beta release 2.0b5 for the iMX8 from here:
https://developer.toradex.com/software/toradex-easy-installer#beta-release
Is it possible to get links to older beta releases to see if that makes any difference?
↧