write bootloader example of MQX to SD card with sd card driver or MFS

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

write bootloader example of MQX to SD card with sd card driver or MFS

1,734 Views
lizhenq
Contributor II

     hi,I want to write bootloader example of MQX 4.0.2 for VYBRID to SD card with SD card driver or MFS.I want to know the working pricinple of "ddcopy.exe" (install path\Freescale_MQX_4_0\tools\ddcopy ).I know there is a file "ddcopy.py",but I know few about the python.The example in the file "ddcopy.py" as :

                  infile=<file_path>    input image file

                  outdevice=<volume:>   output volume, eg. f:

                  seek=<offset>         volume device offset

             Example: ddcopy.exe infile=bootloader_vybrid_twrvf65gs10_a5.imx outdevice=<your disk name:> seek=0x400

     I want to thr "seek" means  offset the  SD card  or  the partition of SD card(for example H:),I also want to know the unit about "seek":byte or sector?

Labels (3)
0 Kudos
Reply
1 Reply

1,424 Views
lizhenq
Contributor II

I had solved the problem.The  unit  of  "seek" is byte.:smileylaugh:

0 Kudos
Reply