Part Number: TDA2EVM5777
Other Parts Discussed in Thread: DRA742, PMP
Hi,
I am trying to configure NFS boot for Jacinto 6 board along with Vision SDK setup. At the end of booting its saying Wrong Ramdisk Image format.
I am attaching the Uboot log.
U-Boot SPL 2016.05-00001-gf5385e6 (May 02 2017 - 11:33:13)
DRA752-GP ES2.0
MMC Device 1 not found
*** Warning - No MMC card found, using default environment
Trying to boot from MMC1
MMC Device 1 not found
*** Warning - No MMC card found, using default environment
reading u-boot.img
reading u-boot.img
reading u-boot.img
reading u-boot.img
U-Boot 2016.05-00001-gf5385e6 (May 02 2017 - 11:33:13 +0530)
CPU : DRA752-GP ES2.0
Model: TI DRA742
Board: DRA74x EVM REV H.0
DRAM: 4 GiB
MMC: OMAP SD/MMC: 0, OMAP SD/MMC: 1
** First descriptor is NOT a primary desc on 1:1 **
GUID Partition Table Header signature is wrong: 0x0 != 0x5452415020494645
part_get_info_efi: *** ERROR: Invalid GPT ***
GUID Partition Table Header signature is wrong: 0x0 != 0x5452415020494645
part_get_info_efi: *** ERROR: Invalid Backup GPT ***
ERROR: cannot find partition: 'userdata'
at arch/arm/cpu/armv7/omap-common/utils.c:195/mmc_get_part_size()
Warning: fastboot.userdata_size: unable to calc
SCSI: SATA link 0 timeout.
AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 impl SATA mode
flags: 64bit ncq stag pm led clo only pmp pio slum part ccc apst
scanning bus for devices...
Found 0 device(s).
Net:
Warning: ethernet@48484000 using MAC address from ROM
eth0: ethernet@48484000
Hit any key to stop autoboot: 2 0
=> setenv serverip 192.168.12.176
=> setenv ipaddr 192.168.12.177
=> setenv rootpath /home/ubundu/VISION_SDK_02_12_00_00/vision_sdk/hlos/linux/targetfs
=> setenv bootfile zImage
=> setenv nfs_bootfile 'nfs ${loadaddr} ${serverip}:${rootpath}${bootdir}/${bootfile}'
=> setenv nfs_fdtfile 'nfs ${fdtaddr} ${serverip}:${rootpath}${bootdir}/${fdtfile}'
=> setenv bootcmd 'setenv autoload no;run nfs_bootfile; run findfdt; run nfs_fdtfile; run netargs; bootz ${loadaddr} -fdtaddr}'
=> boot
link up on port 0, speed 100, full duplex
Using ethernet@48484000 device
File transfer via NFS from server 192.168.12.176; our IP address is 192.168.12.177
Filename '/home/ubundu/VISION_SDK_02_12_00_00/vision_sdk/hlos/linux/targetfs/boot/zImage'.
Load address: 0x82000000
Loading: *#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
###########################################################
done
Bytes transferred = 3628776 (375ee8 hex)
link up on port 0, speed 100, full duplex
Using ethernet@48484000 device
File transfer via NFS from server 192.168.12.176; our IP address is 192.168.12.177
Filename '/home/ubundu/VISION_SDK_02_12_00_00/vision_sdk/hlos/linux/targetfs/boot/dra7-evm.dtb'.
Load address: 0x88000000
Loading: *######################
done
Bytes transferred = 108573 (1a81d hex)
Kernel image @ 0x82000000 [ 0x000000 - 0x375ee8 ]
Wrong Ramdisk Image Format
Ramdisk image is corrupt or invalid
=>