Dear friends,
I am using the L138/C6748 LCDK development kit on which having one External Flash and External SDRAM.
I want to do bootloading for this platform. i have downladed the C6748Starterware.exe and installed.
In starterware bootloader example code is given.In which SPI, NAND, MMSd methods are there.
in another bootloader example UART & SPI, NAND, MMSd also available.
Actually I need to receive file through UART and then I have to write on FLASH. Later using the Bootloader example NANDbootcopy
I have read from FLASH and write to the Device Internal RAM.
So I downlaoded AISgen tool and read the detailed File Conversion thing.
q1) For this how I have to write UBL (user boot loader) or any custom example is there for it? or I have to UART_Boot_Copy() from the Bootloader?
q2) As in Starterware Bootloader example UART_boot_copy() method.
" int XmodemReceive(unsigned char *dest, int destz) "
What this function will do ?Will it read from UART and write to RAM .
I need reference and any links for completing this task.Please help me for this.
Regards,
Ashrumochan