CCSTUDIO: CCS Uniflash, AM335x

Part Number: CCSTUDIO
Other Parts Discussed in Thread: UNIFLASH

Tool/software:

Hello,

I'm trying to flash our custom AM335x board using USB RNDIS and CCS Uniflash Version 3.4.1. Although the images are being successfully flashed, the Status view is not displaying the correct progress and status.

Here’s the sequence I followed:

  1. Loaded u-boot-spl-restore.bin and u-boot-restore.img.
  2. Transferred MLO.byteswap and u-boot.img over TFTP and flashed them to SPI Flash.
  3. Loaded the zImage (with RAMFS) and dtb files via TFTP and booted the system.
  4. After booting the kernel and attaching the filesystem, the fetcher script retrieves the flasher script over TFTP.
  5. Executed the flasher script to create the eMMC partition and transfer the filesystem and kernel to that partition.

Could you help me identify where I might be going wrong? Also, if there's any detailed documentation available, I'd appreciate it.