Hi, everyone,
I read the article "SD card boot and flashing tool for DM355", but It is so simple, I still don't know howto do. It say,
4. copy boot data to SD card from regular user (not root):
$ make install
or
$ ./dm3xx_sd_boot data [/media/disk/dm3xx.dat]
What is "boot data"? Where is it from? It contains what? Howto orgnizte or format the data?
For IPNC36X, I just want to pack uboot, linux kernel, rootfs all in one binary file, copy it to sd card with a sd card flash writer, boot ipnc in sd mode, then the sd card flash writer flash my binary file to nand autoly.
I don't like to waste time for the source code of the dm3xx_sd_boot. I only need use it.