Other Parts Discussed in Thread: TMDSICE3359, AM3359
Tool/software: Linux
Hello,
I've been following the "Processor SDK Linux Getting Started Guide" to get our TMDSICE3359 evaluation board running. I've successfully created an SD card using the create-sdcard.sh script.
When I run the setup.sh script, I'm choosing to use TFTP as my kernel location, and NFS as my file system location. In minicom, I can see the script being executed correctly. However, when I try to boot the board, I see the following:
U-Boot SPL 2016.05-g4db46a6bbd (Mar 29 2017 - 18:41:08)
Trying to boot from MMC1
reading args
spl_load_image_fat_os: error reading image args, err - -1
reading u-boot.img
reading u-boot.img
reading u-boot.img
reading u-boot.img
U-Boot 2016.05-g4db46a6bbd (Mar 29 2017 - 18:41:08 -0400)
CPU : AM335X-GP rev 2.1
Model: TI AM3359 ICE-V2
Watchdog enabled
DRAM: 256 MiB
ETH0, PRU
ETH1, PRU
NAND: 0 MiB
MMC: OMAP SD/MMC: 0
reading uboot.env
Net: eth0: ethernet@4a100000
Press SPACE to abort autoboot in 2 seconds
reading uEnv.txt
** Unable to read file uEnv.txt **
link up on port 0, speed 100, full duplex
BOOTP broadcast 1
BOOTP broadcast 2
BOOTP broadcast 3
BOOTP broadcast 4
BOOTP broadcast 5
BOOTP broadcast 6
BOOTP broadcast 7
BOOTP broadcast 8
BOOTP broadcast 9
BOOTP broadcast 10
BOOTP broadcast 11
BOOTP broadcast 12
BOOTP broadcast 13
BOOTP broadcast 14
BOOTP broadcast 15
BOOTP broadcast 16
BOOTP broadcast 17
BOOTP broadcast 18
BOOTP broadcast 19
BOOTP broadcast 20
BOOTP broadcast 21
BOOTP broadcast 22
BOOTP broadcast 23
BOOTP broadcast 24
BOOTP broadcast 25
BOOTP broadcast 26
BOOTP broadcast 27
BOOTP broadcast 28
BOOTP broadcast 29
Retry time exceeded; starting again
link up on port 0, speed 100, full duplex
*** ERROR: `ipaddr' not set
link up on port 0, speed 100, full duplex
*** ERROR: `ipaddr' not set
Bad Linux ARM zImage magic!
=>
I'm still trying to become familiar with the whole development environment, but is the "Unable to read file uEnv.txt" message something I should be concerned about, or possibly what might be causing my problems?