Jump to content

espresso v5 doesn't boot from sdcard


Go to solution Solved by smiles,

Recommended Posts

Posted

I flashed my espressobin v5 with flash-image-DDR4-1g_1cs_5-1000_800.bin

 

Quote

TIM-1.0

mv_ddr-devel-g251bc63 DDR4 16b 1GB 1CS

 

TIM-1.0

mv_ddr-devel-g251bc63 DDR4 16b 1GB 1CS

NOTICE: Booting Trusted Firmware

NOTICE: BL1: v1.3(release):armada-17.06.2:a37c108

NOTICE: BL1: Built : 14:30:53, Jul 5 2

NOTICE: BL2: v1.3(release):armada-17.06.2:a37c108

NOTICE: BL2: Built : 14:30:55, Jul 5 20

NOTICE: BL31: v1.3(release):armada-17.06.2:a37c108

NOTICE: BL31:

 

U-Boot 2017.03-armada-17.06.3-ga33ecb8 (Jul 05 2017 - 14:30:47 +0800)

 

Model: Marvell Armada 3720 Community Board ESPRESSOBin

             CPU @ 1000 [MHz]

             L2 @ 800 [MHz]

             TClock @ 200 [MHz]

             DDR @ 800 [MHz]

DRAM: 1 GiB

U-Boot DComphy-0: USB3 5 Gbps

Comphy-1: PEX0 2.5 Gbps

Comphy-2: SATA0 6 Gbps

SATA link 0 timeout.

AHCI 0001.0300 32 slots 1 ports 6 Gbps 0x1 impl SATA mode

flags: ncq led only pmp fbss pio slum part sxs

PCIE-0: Link down

MMC: sdhci@d0000: 0

SF: Detected w25q32dw with page size 256 Bytes, erase size 4 KiB, total 4 MiB

 

After the boot it tries to boot from a network source instead of sdcard.

 

printenv

 

Quote

baudrate=115200

boot_targets=usb sata mmc1 mmc0

bootargs=console=ttyMV0,115200 earlycon=ar3700_uart,0xd0012000 root=/dev/nfs rw ip=10.10.10.4:10.10.10.4:10.10.10.1:255.255.255.0:marvell:eth0:none nfsroot=10.10.10.4:/srv/nfs/

bootcmd=run get_images; run set_bootargs; booti ${kernel_addr} ${ramfs_addr} ${fdt_addr}

bootdelay=2

console=console=ttyMV0,115200 earlycon=ar3700_uart,0xd0012000 ethact=neta@30000

ethprime=eth0

fdt_addr=0x1000000

fdt_high=0xffffffffffffffff

fdt_name=fdt.dtb fdtcontroladdr=3fb1a7c8

gatewayip=10.10.10.1

get_images=tftpboot ${kernel_addr} ${image_name}; tftpboot ${fdt_addr} ${fdt_name}; run get_ramfs

get_ramfs=if test "${ramfs_name}" != "-"; then setenv ramfs_addr 0x3000000; tftpboot ${ramfs_addr} ${ramfs_name}; else setenv ramfs_addr -;fi

hostname=marvell

image_name=Image

initrd_addr=0xa00000

initrd_size=0x2000000

ipaddr=10.10.10.4

kernel_addr=0x2000000

loadaddr=0x2000000

netdev=eth0

netmask=255.255.255.0

ramfs_addr=-

ramfs_name=-

root=root=/dev/nfs rw rootpath=/srv/nfs/

serverip=10.10.10.4

set_bootargs=setenv bootargs ${console} ${root} ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}:${hostname}:${netdev}:none nfsroot=${serverip}:${rootpath} ${extra_params}

stderr=serial@12000

stdin=serial@12000

stdout=serial@12000

 

 I dont know how it got to this point all I want now is to be able to boot from sdcard. Any thoughts or ideas?

  • Solution
Posted

I figure it out. env default -a then saveenv got it back to a state I could boot it from sdcard.

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines