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.
Tool/software: Linux
Hello,
I am switching to ti-processor-sdk-linux-am57xx-evm-03.01.00.06 form ti-processor-sdk-linux-am57xx-evm-02.00.02.11.
I board is working fine with SD boot and MMC boot with SDK2.0, but facing booting issue in with SDK3.0 below is the error and environment parameter, can anyone help me to resolve the error:
Boot logs:
U-Boot SPL 2016.05-00120-ga6e9ce1-dirty (Dec 27 2016 - 16:12:49) DRA752-GP ES2.0 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-00120-ga6e9ce1-dirty (Dec 27 2016 - 16:12:49 -0800) CPU : DRA752-GP ES2.0 Model: TI AM5728 BeagleBoard-X15 Board: AM572x EVM REV A.30 DRAM: 2 GiB MMC: no pinctrl for sdr104 no pinctrl for ddr50 no pinctrl for sdr50 no pinctrl for sdr25 no pinctrl for sdr12 OMAP SD/MMC: 0, OMAP SD/MMC: 1 reading uboot.env ** Unable to read "uboot.env" from mmc0:1 ** Using default environment 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: 0 switch to partitions #0, OK mmc0 is current device SD/MMC found on device 0 reading boot.scr ** Unable to read file boot.scr ** reading uEnv.txt 574 bytes read in 4 ms (139.6 KiB/s) Loaded env from uEnv.txt Importing environment from mmc0 ... switch to partitions #0, OK mmc0 is current device SD/MMC found on device 0 3312552 bytes read in 172 ms (18.4 MiB/s) 101816 bytes read in 41 ms (2.4 MiB/s) Booting from mmc0 ... Kernel image @ 0x82000000 [ 0x000000 - 0x328ba8 ] ## Flattened Device Tree blob at 88000000 Booting using the fdt blob at 0x88000000 Loading Device Tree to 8ffe4000, end 8ffffdb7 ... OK Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.19-gdb0b54cdad (ubuntu@ubuntu-OptiPlex-380) (gcc version 5.3.1 20160113 (Linaro GCC 5.3-2016.02) ) #7 SMP PREEMPT Thu Dec 29 09:37:26 PST 2016 [ 0.000000] CPU: ARMv7 Processor [412fc0f2] revision 2 (ARMv7), cr=30c5387d [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache [ 0.000000] Machine model: TI AM572x EVM Rev A3 [ 0.000000] Reserved memory: created CMA memory pool at 0x0000000095800000, size 56 MiB [ 0.000000] Reserved memory: initialized node ipu2_cma@95800000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created CMA memory pool at 0x0000000099000000, size 64 MiB [ 0.000000] Reserved memory: initialized node dsp1_cma@99000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created CMA memory pool at 0x000000009d000000, size 32 MiB [ 0.000000] Reserved memory: initialized node ipu1_cma@9d000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created CMA memory pool at 0x000000009f000000, size 8 MiB [ 0.000000] Reserved memory: initialized node dsp2_cma@9f000000, compatible id shared-dma-pool [ 0.000000] cma: Reserved 24 MiB at 0x00000000fe400000 [ 0.000000] Forcing write-allocate cache policy for SMP [ 0.000000] Memory policy: Data cache writealloc [ 0.000000] OMAP4: Map 0x00000000ffd00000 to fe600000 for dram barrier [ 0.000000] DRA752 ES2.0 [ 0.000000] PERCPU: Embedded 12 pages/cpu @eed2e000 s19136 r8192 d21824 u49152 [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 472640 [ 0.000000] Kernel command line: console=ttyO2,115200n8 root=PARTUUID=00046967-02 rw rootfstype=ext4 rootwait [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes) [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes) [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes) [ 0.000000] Memory: 1681392K/1897472K available (6143K kernel code, 264K rwdata, 2188K rodata, 352K init, 260K bss, 27664K reserved, 188416K cma-reserved, 1283072K highmem) [ 0.000000] Virtual kernel memory layout: [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB) [ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB) [ 0.000000] vmalloc : 0xf0800000 - 0xff800000 ( 240 MB) [ 0.000000] lowmem : 0xc0000000 - 0xf0000000 ( 768 MB) [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB) [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB) [ 0.000000] .text : 0xc0008000 - 0xc082b07c (8333 kB) [ 0.000000] .init : 0xc082c000 - 0xc0884000 ( 352 kB) [ 0.000000] .data : 0xc0884000 - 0xc08c6370 ( 265 kB) [ 0.000000] .bss : 0xc08c8000 - 0xc09093c4 ( 261 kB) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Preemptible hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 32. [ 0.000000] NR_IRQS:16 nr_irqs:16 16 [ 0.000000] OMAP clockevent source: timer1 at 32786 Hz [ 0.000000] Architected cp15 timer(s) running at 6.14MHz (virt). [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x16af5adb9, max_idle_ns: 440795202250 ns [ 0.000004] sched_clock: 56 bits at 6MHz, resolution 162ns, wraps every 4398046511023ns [ 0.000015] Switching to timer-based delay loop, resolution 162ns [ 0.000328] clocksource: 32k_counter: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 58327039986419 ns [ 0.000336] OMAP clocksource: 32k_counter at 32768 Hz [ 0.000759] Console: colour dummy device 80x30 [ 0.000774] WARNING: Your 'console=ttyO2' has been replaced by 'ttyS2' [ 0.000780] This ensures that you still see kernel messages. Please [ 0.000786] update your kernel commandline. [ 0.000799] Calibrating delay loop (skipped), value calculated using timer frequency.. 12.29 BogoMIPS (lpj=61475) [ 0.000812] pid_max: default: 32768 minimum: 301 [ 0.000886] Security Framework initialized [ 0.000922] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes) [ 0.000931] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes) [ 0.001468] Initializing cgroup subsys io [ 0.001484] Initializing cgroup subsys memory [ 0.001508] Initializing cgroup subsys devices [ 0.001520] Initializing cgroup subsys freezer [ 0.001531] Initializing cgroup subsys perf_event [ 0.001554] CPU: Testing write buffer coherency: ok [ 0.001753] /cpus/cpu@0 missing clock-frequency property [ 0.001768] /cpus/cpu@1 missing clock-frequency property [ 0.001777] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000 [ 0.001813] Setting up static identity map for 0x800082c0 - 0x80008318 [ 0.080174] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001 [ 0.080231] Brought up 2 CPUs [ 0.080244] SMP: Total of 2 processors activated (24.59 BogoMIPS). [ 0.080251] CPU: All CPU(s) started in SVC mode. [ 0.080576] devtmpfs: initialized [ 0.108423] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0 [ 0.109362] omap_hwmod: l3_main_2 using broken dt data from ocp [ 0.312725] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.316696] pinctrl core: initialized pinctrl subsystem [ 0.317507] NET: Registered protocol family 16 [ 0.318407] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.340227] cpuidle: using governor ladder [ 0.370253] cpuidle: using governor menu [ 0.378912] OMAP GPIO hardware version 0.1 [ 0.385435] irq: no irq domain found for /ocp/l4@4a000000/scm@2000/pinmux@1400 ! [ 0.411219] No ATAGs? [ 0.411250] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers. [ 0.411259] hw-breakpoint: maximum watchpoint size is 8 bytes. [ 0.411642] omap4_sram_init:Unable to allocate sram needed to handle errata I688 [ 0.411651] omap4_sram_init:Unable to get sram pool needed to handle errata I688 [ 0.412232] OMAP DMA hardware revision 0.0 [ 0.444669] omap-dma-engine 4a056000.dma-controller: OMAP DMA engine driver [ 0.445613] edma 43300000.edma: memcpy is disabled [ 0.450418] edma 43300000.edma: TI EDMA DMA engine driver [ 0.455856] omap-iommu 40d01000.mmu: 40d01000.mmu registered [ 0.456038] omap-iommu 40d02000.mmu: 40d02000.mmu registered [ 0.456196] omap-iommu 58882000.mmu: 58882000.mmu registered [ 0.456351] omap-iommu 55082000.mmu: 55082000.mmu registered [ 0.456629] omap-iommu 41501000.mmu: 41501000.mmu registered [ 0.456819] omap-iommu 41502000.mmu: 41502000.mmu registered [ 0.458632] vgaarb: loaded [ 0.458984] SCSI subsystem initialized [ 0.460072] palmas 0-0058: Irq flag is 0x00000008 [ 0.482623] palmas 0-0058: Muxing GPIO 2f, PWM 0, LED 0 [ 0.564105] omap_i2c 48070000.i2c: bus 0 rev0.12 at 400 kHz [ 0.564594] omap_i2c 48060000.i2c: bus 2 rev0.12 at 400 kHz [ 0.565148] omap_i2c 4807c000.i2c: bus 4 rev0.12 at 400 kHz [ 0.565355] media: Linux media interface: v0.10 [ 0.565410] Linux video capture interface: v2.00 [ 0.565447] pps_core: LinuxPPS API ver. 1 registered [ 0.565454] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 0.565476] PTP clock support registered [ 0.566042] omap-mailbox 4883c000.mailbox: omap mailbox rev 0x400 [ 0.566325] omap-mailbox 4883e000.mailbox: omap mailbox rev 0x400 [ 0.566608] omap-mailbox 48840000.mailbox: omap mailbox rev 0x400 [ 0.566893] omap-mailbox 48842000.mailbox: omap mailbox rev 0x400 [ 0.567744] clocksource: Switched to clocksource arch_sys_counter [ 0.578346] NET: Registered protocol family 2 [ 0.578839] TCP established hash table entries: 8192 (order: 3, 32768 bytes) [ 0.578902] TCP bind hash table entries: 8192 (order: 4, 65536 bytes) [ 0.579027] TCP: Hash tables configured (established 8192 bind 8192) [ 0.579072] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 0.579102] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 0.579244] NET: Registered protocol family 1 [ 0.579544] RPC: Registered named UNIX socket transport module. [ 0.579553] RPC: Registered udp transport module. [ 0.579559] RPC: Registered tcp transport module. [ 0.579566] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.580527] hw perfevents: enabled with armv7_cortex_a15 PMU driver, 7 counters available [ 0.582883] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.582963] audit: initializing netlink subsys (disabled) [ 0.582994] audit: type=2000 audit(0.569:1): initialized [ 0.589892] VFS: Disk quotas dquot_6.6.0 [ 0.590054] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) [ 0.591682] NFS: Registering the id_resolver key type [ 0.591712] Key type id_resolver registered [ 0.591719] Key type id_legacy registered [ 0.591781] jffs2: version 2.2. (NAND) (SUMMARY) © 2001-2006 Red Hat, Inc. [ 0.593217] NET: Registered protocol family 38 [ 0.593297] bounce: pool size: 64 pages [ 0.593316] io scheduler noop registered [ 0.593329] io scheduler deadline registered [ 0.593367] io scheduler cfq registered (default) [ 0.597038] pinctrl-single 4a003400.pinmux: 282 pins at pa fc003400 size 1128 [ 0.600459] PCI host bridge /ocp/axi@0/pcie@51000000 ranges: [ 0.600470] No bus range found for /ocp/axi@0/pcie@51000000, using [bus 00-ff] [ 0.600502] IO 0x20003000..0x20012fff -> 0x00000000 [ 0.600522] MEM 0x20013000..0x2fffffff -> 0x20013000 [ 0.630701] dra7-pcie 51000000.pcie: link is not up [ 0.630875] dra7-pcie 51000000.pcie: PCI host bridge to bus 0000:00 [ 0.630887] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.630898] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] [ 0.630908] pci_bus 0000:00: root bus resource [mem 0x20013000-0x2fffffff] [ 0.631309] PCI: bus0: Fast back to back transfers disabled [ 0.631428] PCI: bus1: Fast back to back transfers enabled [ 0.631516] pci 0000:00:00.0: BAR 0: assigned [mem 0x20100000-0x201fffff] [ 0.631531] pci 0000:00:00.0: BAR 1: assigned [mem 0x20020000-0x2002ffff] [ 0.631543] pci 0000:00:00.0: PCI bridge to [bus 01] [ 0.632434] backlight supply power not found, using dummy regulator [ 0.635781] Serial: 8250/16550 driver, 10 ports, IRQ sharing enabled [ 0.638689] 48020000.serial: ttyS2 at MMIO 0x48020000 (irq = 301, base_baud = 3000000) is a 8250 [ 1.591856] console [ttyS2] enabled [ 1.595938] 48422000.serial: ttyS7 at MMIO 0x48422000 (irq = 302, base_baud = 3000000) is a 8250 [ 1.605989] [drm] Initialized drm 1.1.0 20060810 [ 1.613253] OMAP DSS rev 6.1 [ 1.616987] omapdss_dss 58000000.dss: bound 58001000.dispc (ops dispc_component_ops) [ 1.625423] omapdss_dss 58000000.dss: bound 58040000.encoder (ops hdmi5_component_ops) [ 1.645427] brd: module loaded [ 1.653648] loop: module loaded [ 1.657369] irq_number = 156 [ 1.661472] mtdoops: mtd device (mtddev=name/number) must be supplied [ 1.717779] davinci_mdio 48485000.mdio: davinci mdio revision 1.6 [ 1.723904] davinci_mdio 48485000.mdio: detected phy mask fffffff9 [ 1.734332] libphy: 48485000.mdio: probed [ 1.738402] davinci_mdio 48485000.mdio: phy[1]: device 48485000.mdio:01, driver Micrel KSZ9031 Gigabit PHY [ 1.748134] davinci_mdio 48485000.mdio: phy[2]: device 48485000.mdio:02, driver Micrel KSZ9031 Gigabit PHY [ 1.758522] cpsw 48484000.ethernet: Detected MACID = a0:f6:fd:c3:af:5a [ 1.765801] cpsw 48484000.ethernet: cpsw: Detected MACID = a0:f6:fd:c3:af:5b [ 1.774235] mousedev: PS/2 mouse device common for all mice [ 1.779888] i2c /dev entries driver [ 1.784428] vpe 489d0000.vpe: loading firmware vpdma-1b8.bin [ 1.790205] vpe 489d0000.vpe: Direct firmware load for vpdma-1b8.bin failed with error -2 [ 1.798445] vpe 489d0000.vpe: Falling back to user helper [ 1.805110] gpio-fan gpio_fan: GPIO fan initialized [ 1.810990] tmp102 0-0048: initialized [ 1.817512] omap_hsmmc 4809c000.mmc: Got CD GPIO [ 1.822594] vdd_3v3: supplied by regen1 [ 1.868402] omap_hsmmc 480b4000.mmc: no pinctrl state for sdr25 mode [ 1.874786] omap_hsmmc 480b4000.mmc: no pinctrl state for sdr12 mode [ 1.958083] ledtrig-cpu: registered to indicate activity on CPUs [ 1.965029] oprofile: using timer interrupt. [ 1.969626] Initializing XFRM netlink socket [ 1.973934] NET: Registered protocol family 17 [ 1.978439] NET: Registered protocol family 15 [ 1.982976] Key type dns_resolver registered [ 1.987339] omap_voltage_late_init: Voltage driver support not added [ 1.993960] Power Management for TI OMAP4+ devices. [ 1.999113] ThumbEE CPU extension supported. [ 2.003412] Registering SWP/SWPB emulation handler [ 2.010930] dmm 4e000000.dmm: initialized all PAT entries [ 2.031513] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013). [ 2.038203] [drm] No driver support for vblank timestamp query. [ 2.046862] [drm] Enabling DMM ywrap scrolling [ 2.059853] omap_hsmmc 4809c000.mmc: card busy [ 2.090743] Console: switching to colour frame buffer device 100x30 [ 2.101240] mmc0: error -110 whilst initialising SD card [ 2.109567] omapdrm omapdrm.0: fb0: omapdrm frame buffer device [ 2.147774] [drm] Initialized omapdrm 1.0.0 20110917 on minor 0 [ 2.162403] mmc1: MAN_BKOPS_EN bit is not set [ 2.174232] hctosys: unable to open rtc device (rtc0) [ 2.175393] mmc1: new DDR MMC card at address 0001 [ 2.185932] mmcblk0: mmc1:0001 S10004 3.56 GiB [ 2.196948] aic_dvdd_fixed: disabling [ 2.200820] mmcblk0boot0: mmc1:0001 S10004 partition 1 4.00 MiB [ 2.206805] ldousb: disabling [ 2.217050] mmcblk0boot1: mmc1:0001 S10004 partition 2 4.00 MiB [ 2.223788] mmcblk0: p1 p2 p3 [ 2.228570] Waiting for root device PARTUUID=00046967-02...
Environment variable:
=> printenv arch=arm args_mmc=run finduuid;setenv bootargs console=${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${mmcrootfstype} baudrate=115200 board=am57xx board_name=am57xx_evm_reva3 board_rev=A.30 board_serial=11164P550286 bootcmd=if test ${dofastboot} -eq 1; then echo Boot fastboot requested, resetting dofastboot ...;setenv dofastboot 0; saveenv;echo Booting into fastboot ...; fastboot 0;fi;run findfdt; run envboot; run mmc boot;setenv mmcdev 1; setenv bootpart 1:2; setenv mmcroot /dev/mmcblk0p2 rw; run envboot;run mmcboot;setenv bootpart 1:3;setenv finduuid part uuid mmc ${mmcdev}:3 uuid;run finduuid;setenv mmcroot /dev/mmcb lk0p3 rw; run mmcboot; bootdelay=2 bootdir=/boot bootenvfile=uEnv.txt bootfile=zImage bootm_size=0x10000000 bootpart=0:2 bootscript=echo Running bootscript from mmc${mmcdev} ...; source ${loadaddr} console=ttyO2,115200n8 cpu=armv7 dofastboot=0 envboot=mmc dev ${mmcdev}; if mmc rescan; then echo SD/MMC found on device ${mmcdev};if run loadbootscript; then run bootscript;else if run loadbootenv; then echo Loaded env from ${bootenvfile};run importb ootenv;fi;if test -n $uenvcmd; then echo Running uenvcmd ...;run uenvcmd;fi;fi;fi; ethaddr=a0:f6:fd:c3:af:5a fdt_addr_r=0x88000000 fdtaddr=0x88000000 fdtcontroladdr=fef2cfd8 fdtfile=undefined findfdt=if test $board_name = omap5_uevm; then setenv fdtfile omap5-uevm.dtb; fi; if test $board_name = dra7xx; then setenv fdtfile dra7-evm.dtb; fi;if test $board_name = dra72x-revc; then setenv fdtfile d ra72-evm-revc.dtb; fi;if test $board_name = dra72x; then setenv fdtfile dra72-evm.dtb; fi;if test $board_name = beagle_x15; then setenv fdtfile am57xx-beagle-x15.dtb; fi;if test $board_name = beagle_x15_re vb1; then setenv fdtfile am57xx-beagle-x15-revb1.dtb; fi;if test $board_name = am57xx_evm; then setenv fdtfile am57xx-evm.dtb; fi;if test $board_name = am57xx_evm_reva3; then setenv fdtfile am57xx-evm-reva 3.dtb; fi;if test $board_name = am572x_idk && test $idk_lcd = no; then setenv fdtfile am572x-idk.dtb; fi;if test $board_name = am572x_idk && test $idk_lcd = osd101t2045; then setenv fdtfile am572x-idk-lcd- osd.dtb; fi;if test $board_name = am572x_idk && test $idk_lcd = osd101t2587; then setenv fdtfile am572x-idk-lcd-osd101t2587.dtb; fi;if test $board_name = am571x_idk && test $idk_lcd = no; then setenv fdtfi le am571x-idk.dtb; fi;if test $board_name = am571x_idk && test $idk_lcd = osd101t2045; then setenv fdtfile am571x-idk-lcd-osd.dtb; fi;if test $board_name = am571x_idk && test $idk_lcd = osd101t2587; then s etenv fdtfile am571x-idk-lcd-osd101t2587.dtb; fi;if test $fdtfile = undefined; then echo WARNING: Could not determine device tree to use; fi; finduuid=part uuid mmc ${bootpart} uuid importbootenv=echo Importing environment from mmc${mmcdev} ...; env import -t ${loadaddr} ${filesize} kernel_addr_r=0x82000000 loadaddr=0x82000000 loadbootenv=fatload mmc ${mmcdev} ${loadaddr} ${bootenvfile} loadbootscript=fatload mmc ${mmcdev} ${loadaddr} boot.scr loadfdt=load mmc ${bootpart} ${fdtaddr} ${bootdir}/${fdtfile}; loadimage=load mmc ${bootpart} ${loadaddr} ${bootdir}/${bootfile} mmcboot=mmc dev ${mmcdev}; if mmc rescan; then echo SD/MMC found on device ${mmcdev};if run loadimage; then run loadfdt; echo Booting from mmc${mmcdev} ...; run args_mmc; bootz ${loadaddr} - ${fdtaddr}; fi ;fi; mmcdev=0 mmcrootfstype=ext4 rootwait netargs=setenv bootargs console=${console} ${optargs} root=/dev/nfs nfsroot=${serverip}:${rootpath},${nfsopts} rw ip=dhcp netboot=echo Booting from network ...; setenv autoload no; dhcp; run netloadimage; run netloadfdt; run netargs; bootz ${loadaddr} - ${fdtaddr} netloadfdt=tftp ${fdtaddr} ${fdtfile} netloadimage=tftp ${loadaddr} ${bootfile} nfsopts=nolock partitions=uuid_disk=${uuid_gpt_disk};name=rootfs,start=2MiB,size=-,uuid=${uuid_gpt_rootfs} pxefile_addr_r=0x80100000 ramdisk_addr_r=0x88080000 rdaddr=0x88080000 rootpath=/export/rootfs scriptaddr=0x80000000 scsidevs=0 soc=omap5 static_ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}:${hostname}::off stderr=serial@48020000 stdin=serial@48020000 stdout=serial@48020000 usbtty=cdc_acm vendor=ti ver=U-Boot 2016.05-00120-ga6e9ce1-dirty (Dec 27 2016 - 16:12:49 -0800) vram=16M Environment size: 4284/65532 bytes
Regards,
Shweta