your flash is fine (you can see it chucksums correctly during boot), it looks like your switch just doesn't like that version. Start by flashing the exact files/version from my guide (8080) so you have a known starting point - the bootloader version and OS version are somewhat tied together as well, so IDK what OS version you flashed. Once you're on 8080 and it's booting properly, then you can start flashing the newer UEFI images (like 8092+)
I'm guessing it has something to do with this, which should be handled without an issue but it looks like it could be causing a crash:
Uboot and FI booted from different partitions, Uboot: Secondary, FI: Primary
Cannot auto correct cross boot combination, other partition of uboot does not have recommended uboot for current booted FI image
either way that will all be fixed and taken care of by flashing the files from the guide and then once on 8080 flashing 8092 from in the OS
since yours isn't booting, this is how to flash from the bootloader (replace filenames with appropriate files)
Code:
#plug the management ethernet port into your network
#drop into the bootloader
#give the switch a temporary IP
setenv ipaddr 192.168.1.50
setenv netmask 255.255.255.0
#tell the switch the IP of your tftp server:
setenv serverip 192.168.1.51
#tell it the name of the OS firmware file:
setenv image_name ICX64R08030t.bin
#tell it name of bootloaader file:
setenv uboot kxz10105.bin
#flash the OS:
update_primary
#when that's done flash a new bootloader:
update_uboot
#when everything is done reboot the switch:
reset