I am trying to boot up DM365 evaluation board from SD Card. I followed TMS320DM365 software Developers Guide to set up the DVSDK. After I did: minicom -S setup_uimage-tftp_fs-nfs.minicom and power cycle board, it boots up. However, it automatically dumped and giving the message: killed by signal 1 and hang up after a while. Can anyone tell me what is that problem? I copied what I did as following:
--------------------------------------------------------------------------------
TISDK setup script
This script will set up your development host for dvsdk development.
Parts of this script require administrator priviliges (sudo access).
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Verifying Linux host distribution
Ubuntu 10.04 LTS found successfully, continuing..
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
This step will make sure you have the proper host support packages installed
using the following command: sudo apt-get install xinetd tftpd nfs-kernel-server minicom build-essential libncurses5-dev uboot-mkimage autoconf automake
Note! This command requires you to have administrator priviliges (sudo access)
on your host.
Press return to continue
Reading package lists... Done
Building dependency tree
Reading state information... Done
xinetd is already the newest version.
nfs-kernel-server is already the newest version.
minicom is already the newest version.
build-essential is already the newest version.
libncurses5-dev is already the newest version.
uboot-mkimage is already the newest version.
autoconf is already the newest version.
automake is already the newest version.
The following packages will be REMOVED:
tftpd-hpa
The following NEW packages will be installed:
tftpd
0 upgraded, 1 newly installed, 1 to remove and 202 not upgraded.
Need to get 0B/16.5kB of archives.
After this operation, 94.2kB disk space will be freed.
Do you want to continue [Y/n]? Y
(Reading database ... 126834 files and directories currently installed.)
Removing tftpd-hpa ...
tftpd-hpa stop/waiting
Processing triggers for ureadahead ...
Processing triggers for man-db ...
Selecting previously deselected package tftpd.
(Reading database ... 126821 files and directories currently installed.)
Unpacking tftpd (from .../tftpd_0.17-17ubuntu1_i386.deb) ...
Processing triggers for man-db ...
Setting up tftpd (0.17-17ubuntu1) ...
Note: xinetd currently is not fully supported by update-inetd.
Please consult /usr/share/doc/xinetd/README.Debian and itox(8).
Package verification and installation successfully completed
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
In which directory do you want to install the target filesystem?(if this directory does not exist it will be created)
[ /root/targetfs ]
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
This step will extract the target filesystem to /root/targetfs
Note! This command requires you to have administrator priviliges (sudo access)
on your host.
Press return to continue
/root/targetfs already exists
(r) rename existing filesystem (o) overwrite existing filesystem (s) skip filesystem extraction
[r] o
Old /root/targetfs removed
Successfully extracted dvsdk-dm365-evm-rootfs.tar.gz to /root/targetfs
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
This step will update the EXEC_DIR variables in the Rules.make file
This will facilitate the SDK to install (with make install) rebuilt binaries in
/root/targetfs
The files will be available from / on the target.
This setting can be changed later by editing Rules.make and changing the
EXEC_DIR variable.
Press return to continue
Rules.make edited successfully..
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
This step will export your target filesystem for NFS access.
Note! This command requires you to have administrator priviliges (sudo access)
on your host.
Press return to continue
/root/targetfs already NFS exported, skipping..
* Stopping NFS kernel daemon [ OK ]
* Unexporting directories for NFS kernel daemon... [ OK ]
* Exporting directories for NFS kernel daemon... [ OK ]
* Starting NFS kernel daemon [ OK ]
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Which directory do you want to be your tftp root directory?(if this directory does not exist it will be created for you)
[ /tftpboot ]
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
This step will set up the tftp server in the /tftpboot directory.
Note! This command requires you to have administrator priviliges (sudo access)
on your host.
Press return to continue
/tftpboot already exists, not creating..
/tftpboot/uImage-dm365-evm.bin already exists. The new installed file can be renamed and saved under the new name.
(r) rename (o) overwrite (s) skip copy
[r] o
Successfully overwritten uImage-dm365-evm.bin in tftp root directory /tftpboot
/etc/xinetd.d/tftp already exists..
/tftpboot already exported for TFTP, skipping..
Restarting tftp server
* Stopping internet superserver xinetd [ OK ]
* Starting internet superserver xinetd [ OK ]
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
This step will set up minicom (serial communication application) for
DVSDK development
Which serial port do you want to use with minicom?
[ /dev/ttyS0 ]
Copied existing /root/.minirc.dfl to /root/.minirc.dfl.old
Configuration saved to /root/.minirc.dfl. You can change it further from inside
minicom, see the Software Development Guide for more information.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
This step will set up the u-boot variables for booting the EVM.
Autodetected the following ip address of your host, correct it if necessary
[ ]
Select Linux kernel location:
1: TFTP
2: SD card
3: flash (refer to SDG on how to flash kernel)
[ 1 ]
Select root file system location:
1: NFS
2: SD card
3: flash (refer to SDG on how to flash file system)
[ 1 ]
Available kernel images in /tftpboot:
uImage-dm365-evm.bin
Which kernel image do you want to boot from TFTP?
[ uImage-dm365-evm.bin ]
Resulting u-boot variable settings:
setenv bootdelay 4
setenv baudrate 115200
setenv bootargs console=ttyS0,115200n8 rw mem=54M video=davincifb:vid0=OFF:vid1=OFF:osd0=720x576x16,4050K dm365_imp.oper_mode=0 davinci_capture.device_type=4 vpfe_capture.cont_bufsize=6291456 davinci_enc_mngr.ch0_output=COMPONENT davinci_enc_mngr.ch0_mode=480P-60 root=/dev/nfs nfsroot=:/root/targetfs ip=dhcp
setenv bootcmd 'dhcp;setenv serverip ;tftpboot;bootm'
setenv autoload no
setenv serverip
setenv bootfile uImage-dm365-evm.bin
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Would you like to create a minicom script with the above parameters (y/n)?
[ y ]
Moving existing setup_uimage-tftp_fs-nfs.minicom to setup_uimage-tftp_fs-nfs.minicom.old
Successfully wrote setup_uimage-tftp_fs-nfs.minicom
Would you like to run the setup script now (y/n)? This requires you to connect
the RS-232 cable between your host and EVM as well as your ethernet cable as
described in the Quick Start Guide. Once answering 'y' on the prompt below
you will have 300 seconds to connect the board and power cycle it
before the setup times out
After successfully executing this script, your EVM will be set up. You will be
able to connect to it by executing 'minicom -w' or if you prefer a windows host
you can set up Tera Term as explained in the Software Developer's Guide.
If you connect minicom or Tera Term and power cycle the board Linux will boot.
[ y ]
/home/davinci/dm365/dvsdk_dm365_4_02_00_06 /home/davinci
Welcome to minicom 2.4
OPTIONS: I18n
Compiled on Jan 25 2010, 06:49:09.
Port /dev/ttyS0
Press CTRL-A Z for help on special keys
DM36x initialization passed!
TI UBL Version: 1.50
Booting Catalog Boot Loader
BootMode = SD/MMC
Starting SDMMC Copy...
DONE
Jumping to entry point at 0x81080000.
U-Boot 2010.12-rc2 (Mar 24 2011 - 19:27:17)
Cores: ARM 297 MHz
DDR: 243 MHz
I2C: ready
DRAM: 128 MiB
NAND: 2048 MiB
MMC: davinci: 0, davinci: 1
Bad block table found at page 524224, version 0x01
Bad block table found at page 1048512, version 0x01
Bad block table found at page 524160, version 0x01
Bad block table found at page 1048448, version 0x01
nand_read_bbt: Bad block at 0x0000007c0000
nand_read_bbt: Bad block at 0x0000007e0000
nand_read_bbt: Bad block at 0x000000800000
nand_read_bbt: Bad block at 0x000000ac0000
nand_read_bbt: Bad block at 0x000000ae0000
nand_read_bbt: Bad block at 0x000000dc0000
nand_read_bbt: Bad block at 0x000000de0000
nand_read_bbt: Bad block at 0x000000e00000
nand_read_bbt: Bad block at 0x0000014c0000
nand_read_bbt: Bad block at 0x0000014e0000
nand_read_bbt: Bad block at 0x000001560000
nand_read_bbt: Bad block at 0x000001580000
nand_read_bbt: Bad block at 0x0000015a0000
nand_read_bbt: Bad block at 0x0000015c0000
nand_read_bbt: Bad block at 0x0000015e0000
nand_read_bbt: Bad block at 0x000002100000
nand_read_bbt: Bad block at 0x000002280000
nand_read_bbt: Bad block at 0x000002300000
nand_read_bbt: Bad block at 0x000003100000
nand_read_bbt: Bad block at 0x000003de0000
nand_read_bbt: Bad block at 0x000004aa0000
nand_read_bbt: Bad block at 0x0000057c0000
nand_read_bbt: Bad block at 0x000005aa0000
nand_read_bbt: Bad block at 0x000006400000
nand_read_bbt: Bad block at 0x00000a0e0000
nand_read_bbt: Bad block at 0x00000a120000
nand_read_bbt: Bad block at 0x00000a460000
nand_read_bbt: Bad block at 0x00000a640000
nand_read_bbt: Bad block at 0x00000a680000
nand_read_bbt: Bad block at 0x00000a9c0000
nand_read_bbt: Bad block at 0x00000b0e0000
nand_read_bbt: Bad block at 0x00000b100000
nand_read_bbt: Bad block at 0x00000b1c0000
nand_read_bbt: Bad block at 0x00000b200000
nand_read_bbt: Bad block at 0x00000b240000
nand_read_bbt: Bad block at 0x00000b3e0000
nand_read_bbt: Bad block at 0x00000b420000
nand_read_bbt: Bad block at 0x00000b460000
nand_read_bbt: Bad block at 0x00000b4a0000
nand_read_bbt: Bad block at 0x00000b4e0000
nand_read_bbt: Bad block at 0x00000b520000
nand_read_bbt: Bad block at 0x00000b560000
nand_read_bbt: Bad block at 0x00000b620000
nand_read_bbt: Bad block at 0x00000b820000
nand_read_bbt: Bad block at 0x00000b880000
nand_read_bbt: Bad block at 0x00000b900000
nand_read_bbt: Bad block at 0x00000b940000
nand_read_bbt: Bad block at 0x00000ba20000
nand_read_bbt: Bad block at 0x00000ba80000
nand_read_bbt: Bad block at 0x00000bac0000
nand_read_bbt: Bad block at 0x00000bb00000
nand_read_bbt: Bad block at 0x00000bb40000
nand_read_bbt: Bad block at 0x00000bb80000
nand_read_bbt: Bad block at 0x00000bf40000
nand_read_bbt: Bad block at 0x00000d1c0000
nand_read_bbt: Bad block at 0x00000e500000
nand_read_bbt: Bad block at 0x00000e520000
nand_read_bbt: Bad block at 0x00000e540000
nand_read_bbt: Bad block at 0x00000e600000
nand_read_bbt: Bad block at 0x00000e6e0000
nand_read_bbt: Bad block at 0x00000e700000
nand_read_bbt: Bad block at 0x00000e720000
nand_read_bbt: Bad block at 0x00000e740000
nand_read_bbt: Bad block at 0x00000e760000
nand_read_bbt: Bad block at 0x00000e780000
nand_read_bbt: Bad block at 0x00000e800000
nand_read_bbt: Bad block at 0x00000ed00000
nand_read_bbt: Bad block at 0x00000ed60000
nand_read_bbt: Bad block at 0x00000ed80000
nand_read_bbt: Bad block at 0x00000eda0000
nand_read_bbt: Bad block at 0x00000ee80000
nand_read_bbt: Bad block at 0x00000eea0000
nand_read_bbt: Bad block at 0x00000ef20000
nand_read_bbt: Bad block at 0x00000efc0000
nand_read_bbt: Bad block at 0x00000efe0000
nand_read_bbt: Bad block at 0x00000f0a0000
nand_read_bbt: Bad block at 0x00000f260000
nand_read_bbt: Bad block at 0x00000f2a0000
nand_read_bbt: Bad block at 0x00000f300000
nand_read_bbt: Bad block at 0x00000f320000
nand_read_bbt: Bad block at 0x00000f340000
nand_read_bbt: Bad block at 0x00000f360000
nand_read_bbt: Bad block at 0x00000f380000
nand_read_bbt: Bad block at 0x00000f3a0000
nand_read_bbt: Bad block at 0x00000f3c0000
nand_read_bbt: Bad block at 0x00000f3e0000
nand_read_bbt: Bad block at 0x00000f400000
nand_read_bbt: Bad block at 0x00000f440000
nand_read_bbt: Bad block at 0x00000f460000
nand_read_bbt: Bad block at 0x00000f480000
nand_read_bbt: Bad block at 0x00000f4a0000
nand_read_bbt: Bad block at 0x00000f4c0000
nand_read_bbt: Bad block at 0x00000f4e0000
nand_read_bbt: Bad block at 0x00000f580000
nand_read_bbt: Bad block at 0x00000f5c0000
nand_read_bbt: Bad block at 0x00000f600000
nand_read_bbt: Bad block at 0x00000f640000
nand_read_bbt: Bad block at 0x00000f680000
nand_read_bbt: Bad block at 0x00000f6c0000
nand_read_bbt: Bad block at 0x00000f700000
nand_read_bbt: Bad block at 0x00000f740000
nand_read_bbt: Bad block at 0x00000f780000
nand_read_bbt: Bad block at 0x00000f7c0000
nand_read_bbt: Bad block at 0x00000f8a0000
nand_read_bbt: Bad block at 0x00000f8e0000
nand_read_bbt: Bad block at 0x00000f920000
nand_read_bbt: Bad block at 0x00000f960000
nand_read_bbt: Bad block at 0x00000fa60000
nand_read_bbt: Bad block at 0x00000fa80000
nand_read_bbt: Bad block at 0x00000fe20000
nand_read_bbt: Bad block at 0x00000ff40000
nand_read_bbt: Bad block at 0x000010cc0000
nand_read_bbt: Bad block at 0x000010e40000
nand_read_bbt: Bad block at 0x000010ee0000
nand_read_bbt: Bad block at 0x000011980000
nand_read_bbt: Bad block at 0x00001ee80000
nand_read_bbt: Bad block at 0x000023ac0000
nand_read_bbt: Bad block at 0x00002c9e0000
nand_read_bbt: Bad block at 0x00002f380000
nand_read_bbt: Bad block at 0x000038aa0000
nand_read_bbt: Bad block at 0x000040300000
nand_read_bbt: Bad block at 0x000046920000
nand_read_bbt: Bad block at 0x00004f340000
nand_read_bbt: Bad block at 0x000051d60000
nand_read_bbt: Bad block at 0x000052bc0000
nand_read_bbt: Bad block at 0x0000554e0000
nand_read_bbt: Bad block at 0x00005d8a0000
nand_read_bbt: Bad block at 0x00006root@davinci:/home/davinci# ${DVSDK}/setup.sh
--------------------------------------------------------------------------------
TISDK setup script
This script will set up your development host for dvsdk development.
Parts of this script require administrator priviliges (sudo access).
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Verifying Linux host distribution
Ubuntu 10.04 LTS found successfully, continuing..
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
This step will make sure you have the proper host support packages installed
using the following command: sudo apt-get install xinetd tftpd nfs-kernel-server minicom build-essential libncurses5-dev uboot-mkimage autoconf automake
Note! This command requires you to have administrator priviliges (sudo access)
on your host.
Press return to continue
Reading package lists... Done
Building dependency tree
Reading state information... Done
xinetd is already the newest version.
nfs-kernel-server is already the newest version.
minicom is already the newest version.
build-essential is already the newest version.
libncurses5-dev is already the newest version.
uboot-mkimage is already the newest version.
autoconf is already the newest version.
automake is already the newest version.
The following packages will be REMOVED:
tftpd-hpa
The following NEW packages will be installed:
tftpd
0 upgraded, 1 newly installed, 1 to remove and 202 not upgraded.
Need to get 0B/16.5kB of archives.
After this operation, 94.2kB disk space will be freed.
Do you want to continue [Y/n]? Y
(Reading database ... 126834 files and directories currently installed.)
Removing tftpd-hpa ...
tftpd-hpa stop/waiting
Processing triggers for ureadahead ...
Processing triggers for man-db ...
Selecting previously deselected package tftpd.
(Reading database ... 126821 files and directories currently installed.)
Unpacking tftpd (from .../tftpd_0.17-17ubuntu1_i386.deb) ...
Processing triggers for man-db ...
Setting up tftpd (0.17-17ubuntu1) ...
Note: xinetd currently is not fully supported by update-inetd.
Please consult /usr/share/doc/xinetd/README.Debian and itox(8).
Package verification and installation successfully completed
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
In which directory do you want to install the target filesystem?(if this directory does not exist it will be created)
[ /root/targetfs ]
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
This step will extract the target filesystem to /root/targetfs
Note! This command requires you to have administrator priviliges (sudo access)
on your host.
Press return to continue
/root/targetfs already exists
(r) rename existing filesystem (o) overwrite existing filesystem (s) skip filesystem extraction
[r] o
Old /root/targetfs removed
Successfully extracted dvsdk-dm365-evm-rootfs.tar.gz to /root/targetfs
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
This step will update the EXEC_DIR variables in the Rules.make file
This will facilitate the SDK to install (with make install) rebuilt binaries in
/root/targetfs
The files will be available from / on the target.
This setting can be changed later by editing Rules.make and changing the
EXEC_DIR variable.
Press return to continue
Rules.make edited successfully..
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
This step will export your target filesystem for NFS access.
Note! This command requires you to have administrator priviliges (sudo access)
on your host.
Press return to continue
/root/targetfs already NFS exported, skipping..
* Stopping NFS kernel daemon [ OK ]
* Unexporting directories for NFS kernel daemon... [ OK ]
* Exporting directories for NFS kernel daemon... [ OK ]
* Starting NFS kernel daemon [ OK ]
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Which directory do you want to be your tftp root directory?(if this directory does not exist it will be created for you)
[ /tftpboot ]
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
This step will set up the tftp server in the /tftpboot directory.
Note! This command requires you to have administrator priviliges (sudo access)
on your host.
Press return to continue
/tftpboot already exists, not creating..
/tftpboot/uImage-dm365-evm.bin already exists. The new installed file can be renamed and saved under the new name.
(r) rename (o) overwrite (s) skip copy
[r] o
Successfully overwritten uImage-dm365-evm.bin in tftp root directory /tftpboot
/etc/xinetd.d/tftp already exists..
/tftpboot already exported for TFTP, skipping..
Restarting tftp server
* Stopping internet superserver xinetd [ OK ]
* Starting internet superserver xinetd [ OK ]
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
This step will set up minicom (serial communication application) for
DVSDK development
Which serial port do you want to use with minicom?
[ /dev/ttyS0 ]
Copied existing /root/.minirc.dfl to /root/.minirc.dfl.old
Configuration saved to /root/.minirc.dfl. You can change it further from inside
minicom, see the Software Development Guide for more information.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
This step will set up the u-boot variables for booting the EVM.
Autodetected the following ip address of your host, correct it if necessary
[ ]
Select Linux kernel location:
1: TFTP
2: SD card
3: flash (refer to SDG on how to flash kernel)
[ 1 ]
Select root file system location:
1: NFS
2: SD card
3: flash (refer to SDG on how to flash file system)
[ 1 ]
Available kernel images in /tftpboot:
uImage-dm365-evm.bin
Which kernel image do you want to boot from TFTP?
[ uImage-dm365-evm.bin ]
Resulting u-boot variable settings:
setenv bootdelay 4
setenv baudrate 115200
setenv bootargs console=ttyS0,115200n8 rw mem=54M video=davincifb:vid0=OFF:vid1=OFF:osd0=720x576x16,4050K dm365_imp.oper_mode=0 davinci_capture.device_type=4 vpfe_capture.cont_bufsize=6291456 davinci_enc_mngr.ch0_output=COMPONENT davinci_enc_mngr.ch0_mode=480P-60 root=/dev/nfs nfsroot=:/root/targetfs ip=dhcp
setenv bootcmd 'dhcp;setenv serverip ;tftpboot;bootm'
setenv autoload no
setenv serverip
setenv bootfile uImage-dm365-evm.bin
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Would you like to create a minicom script with the above parameters (y/n)?
[ y ]
Moving existing setup_uimage-tftp_fs-nfs.minicom to setup_uimage-tftp_fs-nfs.minicom.old
Successfully wrote setup_uimage-tftp_fs-nfs.minicom
Would you like to run the setup script now (y/n)? This requires you to connect
the RS-232 cable between your host and EVM as well as your ethernet cable as
described in the Quick Start Guide. Once answering 'y' on the prompt below
you will have 300 seconds to connect the board and power cycle it
before the setup times out
After successfully executing this script, your EVM will be set up. You will be
able to connect to it by executing 'minicom -w' or if you prefer a windows host
you can set up Tera Term as explained in the Software Developer's Guide.
If you connect minicom or Tera Term and power cycle the board Linux will boot.
[ y ]
/home/davinci/dm365/dvsdk_dm365_4_02_00_06 /home/davinci
Welcome to minicom 2.4
OPTIONS: I18n
Compiled on Jan 25 2010, 06:49:09.
Port /dev/ttyS0
Press CTRL-A Z for help on special keys
DM36x initialization passed!
TI UBL Version: 1.50
Booting Catalog Boot Loader
BootMode = SD/MMC
Starting SDMMC Copy...
DONE
Jumping to entry point at 0x81080000.
U-Boot 2010.12-rc2 (Mar 24 2011 - 19:27:17)
Cores: ARM 297 MHz
DDR: 243 MHz
I2C: ready
DRAM: 128 MiB
NAND: 2048 MiB
MMC: davinci: 0, davinci: 1
Bad block table found at page 524224, version 0x01
Bad block table found at page 1048512, version 0x01
Bad block table found at page 524160, version 0x01
Bad block table found at page 1048448, version 0x01
nand_read_bbt: Bad block at 0x0000007c0000
nand_read_bbt: Bad block at 0x0000007e0000
nand_read_bbt: Bad block at 0x000000800000
nand_read_bbt: Bad block at 0x000000ac0000
nand_read_bbt: Bad block at 0x000000ae0000
nand_read_bbt: Bad block at 0x000000dc0000
nand_read_bbt: Bad block at 0x000000de0000
nand_read_bbt: Bad block at 0x000000e00000
nand_read_bbt: Bad block at 0x0000014c0000
nand_read_bbt: Bad block at 0x0000014e0000
nand_read_bbt: Bad block at 0x000001560000
nand_read_bbt: Bad block at 0x000001580000
nand_read_bbt: Bad block at 0x0000015a0000
nand_read_bbt: Bad block at 0x0000015c0000
nand_read_bbt: Bad block at 0x0000015e0000
nand_read_bbt: Bad block at 0x000002100000
nand_read_bbt: Bad block at 0x000002280000
nand_read_bbt: Bad block at 0x000002300000
nand_read_bbt: Bad block at 0x000003100000
nand_read_bbt: Bad block at 0x000003de0000
nand_read_bbt: Bad block at 0x000004aa0000
nand_read_bbt: Bad block at 0x0000057c0000
nand_read_bbt: Bad block at 0x000005aa0000
nand_read_bbt: Bad block at 0x000006400000
nand_read_bbt: Bad block at 0x00000a0e0000
nand_read_bbt: Bad block at 0x00000a120000
nand_read_bbt: Bad block at 0x00000a460000
nand_read_bbt: Bad block at 0x00000a640000
nand_read_bbt: Bad block at 0x00000a680000
nand_read_bbt: Bad block at 0x00000a9c0000
nand_read_bbt: Bad block at 0x00000b0e0000
nand_read_bbt: Bad block at 0x00000b100000
nand_read_bbt: Bad block at 0x00000b1c0000
nand_read_bbt: Bad block at 0x00000b200000
nand_read_bbt: Bad block at 0x00000b240000
nand_read_bbt: Bad block at 0x00000b3e0000
nand_read_bbt: Bad block at 0x00000b420000
nand_read_bbt: Bad block at 0x00000b460000
nand_read_bbt: Bad block at 0x00000b4a0000
nand_read_bbt: Bad block at 0x00000b4e0000
nand_read_bbt: Bad block at 0x00000b520000
nand_read_bbt: Bad block at 0x00000b560000
nand_read_bbt: Bad block at 0x00000b620000
nand_read_bbt: Bad block at 0x00000b820000
nand_read_bbt: Bad block at 0x00000b880000
nand_read_bbt: Bad block at 0x00000b900000
nand_read_bbt: Bad block at 0x00000b940000
nand_read_bbt: Bad block at 0x00000ba20000
nand_read_bbt: Bad block at 0x00000ba80000
nand_read_bbt: Bad block at 0x00000bac0000
nand_read_bbt: Bad block at 0x00000bb00000
nand_read_bbt: Bad block at 0x00000bb40000
nand_read_bbt: Bad block at 0x00000bb80000
nand_read_bbt: Bad block at 0x00000bf40000
nand_read_bbt: Bad block at 0x00000d1c0000
nand_read_bbt: Bad block at 0x00000e500000
nand_read_bbt: Bad block at 0x00000e520000
nand_read_bbt: Bad block at 0x00000e540000
nand_read_bbt: Bad block at 0x00000e600000
nand_read_bbt: Bad block at 0x00000e6e0000
nand_read_bbt: Bad block at 0x00000e700000
nand_read_bbt: Bad block at 0x00000e720000
nand_read_bbt: Bad block at 0x00000e740000
nand_read_bbt: Bad block at 0x00000e760000
nand_read_bbt: Bad block at 0x00000e780000
nand_read_bbt: Bad block at 0x00000e800000
nand_read_bbt: Bad block at 0x00000ed00000
nand_read_bbt: Bad block at 0x00000ed60000
nand_read_bbt: Bad block at 0x00000ed80000
nand_read_bbt: Bad block at 0x00000eda0000
nand_read_bbt: Bad block at 0x00000ee80000
nand_read_bbt: Bad block at 0x00000eea0000
nand_read_bbt: Bad block at 0x00000ef20000
nand_read_bbt: Bad block at 0x00000efc0000
nand_read_bbt: Bad block at 0x00000efe0000
nand_read_bbt: Bad block at 0x00000f0a0000
nand_read_bbt: Bad block at 0x00000f260000
nand_read_bbt: Bad block at 0x00000f2a0000
nand_read_bbt: Bad block at 0x00000f300000
nand_read_bbt: Bad block at 0x00000f320000
nand_read_bbt: Bad block at 0x00000f340000
nand_read_bbt: Bad block at 0x00000f360000
nand_read_bbt: Bad block at 0x00000f380000
nand_read_bbt: Bad block at 0x00000f3a0000
nand_read_bbt: Bad block at 0x00000f3c0000
nand_read_bbt: Bad block at 0x00000f3e0000
nand_read_bbt: Bad block at 0x00000f400000
nand_read_bbt: Bad block at 0x00000f440000
nand_read_bbt: Bad block at 0x00000f460000
nand_read_bbt: Bad block at 0x00000f480000
nand_read_bbt: Bad block at 0x00000f4a0000
nand_read_bbt: Bad block at 0x00000f4c0000
nand_read_bbt: Bad block at 0x00000f4e0000
nand_read_bbt: Bad block at 0x00000f580000
nand_read_bbt: Bad block at 0x00000f5c0000
nand_read_bbt: Bad block at 0x00000f600000
nand_read_bbt: Bad block at 0x00000f640000
nand_read_bbt: Bad block at 0x00000f680000
nand_read_bbt: Bad block at 0x00000f6c0000
nand_read_bbt: Bad block at 0x00000f700000
nand_read_bbt: Bad block at 0x00000f740000
nand_read_bbt: Bad block at 0x00000f780000
nand_read_bbt: Bad block at 0x00000f7c0000
nand_read_bbt: Bad block at 0x00000f8a0000
nand_read_bbt: Bad block at 0x00000f8e0000
nand_read_bbt: Bad block at 0x00000f920000
nand_read_bbt: Bad block at 0x00000f960000
nand_read_bbt: Bad block at 0x00000fa60000
nand_read_bbt: Bad block at 0x00000fa80000
nand_read_bbt: Bad block at 0x00000fe20000
nand_read_bbt: Bad block at 0x00000ff40000
nand_read_bbt: Bad block at 0x000010cc0000
nand_read_bbt: Bad block at 0x000010e40000
nand_read_bbt: Bad block at 0x000010ee0000
nand_read_bbt: Bad block at 0x000011980000
nand_read_bbt: Bad block at 0x00001ee80000
nand_read_bbt: Bad block at 0x000023ac0000
nand_read_bbt: Bad block at 0x00002c9e0000
nand_read_bbt: Bad block at 0x00002f380000
nand_read_bbt: Bad block at 0x000038aa0000
nand_read_bbt: Bad block at 0x000040300000
nand_read_bbt: Bad block at 0x000046920000
nand_read_bbt: Bad block at 0x00004f340000
nand_read_bbt: Bad block at 0x000051d60000
nand_read_bbt: Bad block at 0x000052bc0000
nand_read_bbt: Bad block at 0x0000554e0000
nand_read_bbt: Bad block at 0x00005d8a0000
nand_read_bbt: Bad block at 0x000061d40000
nand_read_bbt: Bad block at 0x000063180000
nand_read_bbt: Bad block at 0x0000640a0000
nand_read_bbt: Bad block at 0x000065300000
nand_read_bbt: Bad block at 0x0000654c0000
nand_read_bbt: Bad block at 0x000065ae0000
nand_read_bbt: Bad block at 0x000068f80000
nand_read_bbt: Bad block at 0x000069780000
nand_read_bbt: Bad block at 0x00006a1c0000
nand_read_bbt: Bad block at 0x00006e6a0000
nand_read_bbt: Bad block at 0x00006f400000
nand_read_bbt: Bad block at 0x000071040000
nand_read_bbt: Bad block at 0x00007c500000
nand_read_bbt: Bad block at 0x00007c540000
nand_read_bbt: Bad block at 0x00007cb80000
nand_read_bbt: Bad block at 0x00007d740000
Net: Ethernet PHY: GENERIC @ 0x00
DaVinci-EMAC
Hit any key to stop autobo 0
DM36x EVM #setenv bootdelay 4
DM36x EVM #setenv baudrate 115200
## Switch baudrate to 115200 bps and press ENTER ...DM36x EVM #setenv oldbootar}
DM36x EVM #ip=dhcp
DM36x EVM #setenv autoload no
DM36x EVM #setenv oldserverip ${serverip}
DM36x EVM #setenv serverip
DM36x EVM #setenv oldbootfile ${bootfile}
DM36x EVM #setenv bootfile uImage-dm365-evm.bin
DM36x EVM #setenv oldbootcmd ${bootcmd}
DM36x EVM #setenv bootcmd 'dhcp;setenv serverip ;tftpboot;bootm'
DM36x EVM #saveenv
Saving Environment to NAND...
Erasing Nand...
Erasing at 0x3e0000 -- 100% complete.
Writing to Nand... done
DM36x EVM #
You can manually run minicom in the future with this setup script using: minicom -S setup_uimage-tftp_fs-nfs.minicom1d40000
nand_read_bbt: Bad block at 0x000063180000
nand_read_bbt: Bad block at 0x0000640a0000
nand_read_bbt: Bad block at 0x000065300000
nand_read_bbt: Bad block at 0x0000654c0000
nand_read_bbt: Bad block at 0x000065ae0000
nand_read_bbt: Bad block at 0x000068f80000
nand_read_bbt: Bad block at 0x000069780000
nand_read_bbt: Bad block at 0x00006a1c0000
nand_read_bbt: Bad block at 0x00006e6a0000
nand_read_bbt: Bad block at 0x00006f400000
nand_read_bbt: Bad block at 0x000071040000
nand_read_bbt: Bad block at 0x00007c500000
nand_read_bbt: Bad block at 0x00007c540000
nand_read_bbt: Bad block at 0x00007cb80000
nand_read_bbt: Bad block at 0x00007d740000
Net: Ethernet PHY: GENERIC @ 0x00
DaVinci-EMAC
Hit any key to stop autobo 0
DM36x EVM #setenv bootdelay 4
DM36x EVM #setenv baudrate 115200
## Switch baudrate to 115200 bps and press ENTER ...DM36x EVM #setenv oldbootar}
DM36x EVM #ip=dhcp
DM36x EVM #setenv autoload no
DM36x EVM #setenv oldserverip ${serverip}
DM36x EVM #setenv serverip
DM36x EVM #setenv oldbootfile ${bootfile}
DM36x EVM #setenv bootfile uImage-dm365-evm.bin
DM36x EVM #setenv oldbootcmd ${bootcmd}
DM36x EVM #setenv bootcmd 'dhcp;setenv serverip ;tftpboot;bootm'
DM36x EVM #saveenv
Saving Environment to NAND...
Erasing Nand...
Erasing at 0x3e0000 -- 100% complete.
Writing to Nand... done
DM36x EVM #
After that, it said "killed by signal 1, hangs up"