Hi All,
I am new to Lightcrafter development. Now I am trying to flash the firmware on Ubuntu from DVSDK to a micro SD card in order to boot the EVM. I have followed exactly the instruction from TMS320DM365 SDG, particularly in "How to create an SD card" section.
When I typed the command "/bin/mksdboot.sh --device /dev/sdc --sdk"
The menu displayed
Usage: mksdboot.sh [options] <sdk_install_dir> <device>
Mandatory options:
--device SD block device node (e.g /dev/sdd)
--sdk Where is sdk installed ?
Optional options:
--version Print version.
--help Print this help message.
and When I tried "/bin/mksdboot_lcr.sh --device /dev/sdc --sdk . --rootfs", it just showed "ERROR: failed to find rootfs ./filesystem/dvsdk-dm365-evm-rootfs.tar.gz"
Now, I have no idea what to do with it
Thank you in advance.
Regards
Martin