Other Parts Discussed in Thread: UNIFLASH
Hi
Customer meet problem when use python script to program flash. They use customized flash on LP-AM263x. They always get failure if image size is larger than 320KB. I checked sbl_uar_uniflash project, the buffer to receive file is much larger than 320KB. as
#define BOOTLOADER_UNIFLASH_MAX_FILE_SIZE (0x1C0000)
From the log provided by customer, it looks like device fail to receive application images.
Can you please help to exam the messages from python script?
Q1. is there anyway/document we can use CCS to debug sbl_uart_uniflash so we can get more clear insight of the issue?
Q2. What will make xmodem transaction fail? Anyway to make python script to provide more information to help debug?
Regards
Andre