Hi U-Boot developers and users, I successfully flashed u-boot.hex from Github Linux-LTS-for-PIC32 on my device. Next step I try is to flash my own cross-compiled U-Boot hexfile from 2026.01 release. It cross-compiled fine and then I used following command to convert it to hex: $(CROSS_COMPILE)-objcopy -O ihex -R .note -R .comment -R .debug_* u-boot u-boot.hex
After flashing it with MPLAB X IDE 6.2.0 nothing is output via serial and the orange LED is no longer blinking. What might be the reason for this behaviour? What I am doing wrong? Thanks in advance for any help, Waldemar

