This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

PROCESSOR-SDK-AM335X: PROCESSOR-SDK-AM335X

Part Number: PROCESSOR-SDK-AM335X
Other Parts Discussed in Thread: UNIFLASH

I am using AM335x Development Kit with Linux SDK 7. I understand it has eMMC on which has the bootloader and Linux RFS on different partition

We have created 8 partitions required for various uses in which 2 of them are for bootloader and RFS separately. 

We used CCS Uniflash to flash the images first time and later on we upgraded using Linux bash scripts we created internally (no Uniflash was required later on)

Now I have following question as to what to do in Production stage when the board is fresh and only has TI internal bootloader and not uboot of linux

1. How do I flash my current final release copy which has Linux RFS + Linux u-boot loader + 6 other partition data on the eMMC to the new fresh device which may not have any partitions

I understand we can create something called disk image for my existing device

Can you please confirm and let me know 

1. How to create disk image for existing eMMC so that I get complete package of the eMMC memory

2. How to flash this disk image from step 1 to new fresh device