Tool/software: TI-RTOS
I've just picked up a project from an employee that is no longer working with us. We are using a custom RTOS for the AM5728 and I need to figure out how to get the image from the SD card onto the flash memory of the Beagleboard. We can copy the image of the file system (4 FAT32 partitions) to a micro SD card and the system runs fine on the Beagleboard X15. However, I can't find anything helpful in the documentation for copying the image to the Beagleboard flash memory. One employee mentioned a custom MLO that was written for a previous product on a different board that would check which device it was loaded from and copy the entire file system to the flash memory on the board if it was booted off the SD card. This sounds insane to me and I feel like there must be a better way. The image I've attached is the structure of the boot partition on the SD card. Please help!