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.

AM335xEVM "setup.sh" question

I installed SDK, and Run setup.sh scripts. During which, I was told to connect my EVM. So I connect my EVM( with SD card boot). The relevant messages are attached.

My question is: The messages have "Erasing Nand... Writing to Nand... done". Did it write anything to nand or SD card (I am using SD card boot EVM)?

........................................

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 ]
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

U-Boot SPL 2011.09 (Apr 08 2012 - 18:29:14)
Texas Instruments Revision detection unimplemented
OMAP SD/MMC: 0
reading u-boot.img
reading u-boot.img

U-Boot 2011.09 (Apr 08 2012 - 18:25:03)

I2C:   ready
DRAM:  256 MiB
WARNING: Caches not enabled
Found a daughter card connected
NAND:  HW ECC Hamming Code selected                                             
256 MiB                                                                         
MMC:   OMAP SD/MMC: 0, OMAP SD/MMC: 1                                           
Net:   cpsw                                                                     
Hit any key to stop autobo 0                                                    
U-Boot#setenv serverip 192.168.1.15                                             
U-Boot#setenv rootpath /home/user/ti-sdk-am335x-evm-05.04.01.00/targetNFS       
U-Boot#setenv bootfile uImage-am335x-evm.bin                                    
U-Boot#setenv ip_method dhcp                                                    
U-Boot#setenv bootcmd 'setenv autoload no;dhcp  ${bootfile};tftp  ${loadaddr}  $
{bootfile};run net_args;bootm  ${loadaddr}'                                     
U-Boot#saveenv                                                                  
Saving Environment to NAND...                                                   
Erasing Nand...                                                                 
Erasing at 0x260000 -- 100% complete.                                           
Writing to Nand... done                                                         
U-Boot#
/home/user/ti-sdk-am335x-evm-05.04.01.00
You can manually run minicom in the future with this setup script using: minicom -S ./bin/setupBoard.minicom
--------------------------------------------------------------------------------
TISDK setup completed!
Please continue reading the Software Developer's Guide for more information on
how to develop software on the EVM
user@user-desktop:~/ti-sdk-am335x-evm-05.04.01.00$