Because of the Thanksgiving holiday in the U.S., TI E2E™ design support forum responses may be delayed from November 25 through December 2. Thank you for your patience.

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.

DM368 SD-BOOT fail

Hello,

         I'm a beginner about platform abut DM365/8, I use DVSDK 4.02 for design ,I according to    “SD card boot and flashing tool for DM355 and DM365”   step by step,but stil fail to boot

******************************************************************************************************************

# sudo ./dm3xx_sd_boot format /dev/sdb
cleaning SD card
1000+0 records in
1000+0 records out
1024000 bytes (1.0 MB) copied, 2.1996 s, 466 kB/s

Disk /dev/sdb: 1019 cylinders, 61 heads, 62 sectors/track

sfdisk: ERROR: sector 0 does not have an msdos signature
 /dev/sdb: unrecognized partition table type
Old situation:
No partitions found
New situation:
Units = mebibytes of 1048576 bytes, blocks of 1024 bytes, counting from 0

   Device Boot Start   End    MiB    #blocks   Id  System
/dev/sdb1   *     0+    40-    41-     41601+   b  W95 FAT32
/dev/sdb2   *    40+  1881-  1842-   1885327   83  Linux
/dev/sdb3         0      -      0          0    0  Empty
/dev/sdb4         0      -      0          0    0  Empty
Successfully wrote the new partition table

Re-reading the partition table ...

mkfs.vfat 3.0.7 (24 Dec 2009)
Seek to 3977354240:Invalid argument
0+0 records in
0+0 records out
0 bytes (0 B) copied, 2.8853e-05 s, 0.0 kB/s
0+1 records in
0+1 records out
19 bytes (19 B) copied, 0.000881883 s, 21.5 kB/s
total 15000
-rwxr-xr-x 1 root root 15360000 2011-11-05 05:14 dm3xx.dat
SD card /dev/sdb formatted
10000+0 records in
10000+0 records out
10240000 bytes (10 MB) copied, 6.31137 s, 1.6 MB/s
dm3xx_boot_data_addr=0x0a4400
Image dm3xx_boot_rec:a1aced00 100 3c 523 0 0 0 0 a4400
10000+0 records in
10000+0 records out
10240000 bytes (10 MB) copied, 6.68621 s, 1.5 MB/s
dm3xx boot record is written
Please reinsert the card for auto mounting or mount it manually

*****************************************************************************************************************************

# make install
./dm3xx_sd_boot data
copying data to
Writing /media/8B79-E5D9/dm3xx.dat
000200-006724,    25892 bytes <- sdcard_flash/sdcard_flash_DM36x.bin
008000-008200,    512 bytes <- test pattern 1 2 3
010000-015000,    20480 bytes <- original/UBL_DM36x_NAND.bin
020000-045308,   152328 bytes <- original/u-boot-1.3.4-dm365_evm.bin
060000-2547c8,  2049992 bytes <- original/uImage-dm365
400000-6740c7,  2572487 bytes <- original/ramdisk.gz
syncing
DM355 boot data copied in data file /media/8B79-E5D9/dm3xx.dat on
Filesystem           1K-blocks      Used Available Use% Mounted on
/dev/sdb1                40945     15001     25945  37% /media/8B79-E5D9

************************************************************************************************************************

after do this ,I set DM368 boot from SD, insert the sd and power on,but  have nothing on console,by the way,we used our own hardware,we used UART1 for debug(not UART0),I direct used “UBL_DM36x_NAND.bin” on  dm3xx_sd_boot-6.1\original  and change nothing,  can you help me? thanks!