Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
uuu_bootloader_tag.bbclass: Do not link UUU_BOOTLOADER_TAGGED
Do not link UUU_BOOTLOADER_TAGGED with UUU_BOOTLOADER to deploy both tagged and not tagged binaries. The addition of the footer 'UUUBURNXXOEUZX7+A-XY5601QQWWZ%sEN' at the end causes issues when the binary is loaded into RAM memory, this footer may cause issues where the binary size exceeds the typical USB package size used by UUU (1021 bytes). As example, if the footer is split across two distinct USB packages, such as sending 'UUUBURNXXXOE' in the last packet and 'UZX7+A-XY5601QQWWZ%sEND' in the next one, it can lead to UUU halting while waiting for a response in SDPS mode. After sending 'UUUBURNXXXOE', iMX8MP's boot room starts SPL, not waiting for the next packet ('UZX7+A-XY5601QQWWZ%sEND'), leading to UUU breaking. Therefore, deploy both binaries separately to allow users to choose the appropriate binary. Signed-off-by: Hiago De Franco <[email protected]>
- Loading branch information