Skip to main content

netgate SG-1000

U-Boot SPL 2016.03 (May 30 2018 - 12:13:49)
Trying to boot from MMC
Card did not respond to voltage select!
*** Warning - MMC init failed, using default environment

reading u-boot.img
reading u-boot.img


U-Boot 2016.03 (May 30 2018 - 12:13:49 -0400)

       Watchdog enabled
I2C:   ready
DRAM:  512 MiB
MMC:   OMAP SD/MMC: 0, OMAP SD/MMC: 1
Card did not respond to voltage select!
** Bad device mmc 0 **
Using default environment

Net:   <ethaddr> not set. Validating first E-fuse MAC
cpsw, usb_ether
starting USB...
USB0:   Port not available.
** Bad device usb 0 **
Card did not respond to voltage select!
** Bad device mmc 0 **
Hit any key to stop autoboot:  0 
Booting from: mmc 1 ubldr.bin
reading ubldr.bin
=> env print
Fatboot=env exists loaderdev || env set loaderdev ${fatdev}; env exists UserFatboot && run UserFatboot; env exists trynetboot && env exists Netboot && run Netboot; echo Booting from: ${fatdev} ${bootfile}; fatload ${fatdev} ${loadaddr} ${bootfile} && go ${loadaddr}; 
Netboot=env exists loaderdev || env set loaderdev net; env exists UserNetboot && run UserNetboot; echo Booting from: DHCP; dhcp ${loadaddr} ${bootfile} && go ${loadaddr}; 
Preboot=env exists bootfile || bootfile=ubldr.bin; env exists SetupFdtfile && run SetupFdtfile; env exists SetupSpiboot && run SetupSpiboot; env exists SetupFatdev && run SetupFatdev; env exists UserPreboot && run UserPreboot; 
SetupFatdev=env exists fatdev || usb start && fatdev='usb 0'; fatsize ${fatdev} ${bootfile} || fatdev='mmc 0'; fatsize ${fatdev} ${bootfile} || fatdev='mmc 1'; fatsize ${fatdev} ${bootfile} || env set trynetboot 1; 
SetupFdtfile=if test ${board_name} = A335uBMC; then env set fdt_file ubmc.dtb; elif test ${board_name} = A335uFW; then env set fdt_file ufw.dtb; fi; 
SetupSpiboot=env set ubldroff 0xe0000;env set ubldrsize 0x80000;
Spiboot=sf probe; sf read ${loadaddr} ${ubldroff} ${ubldrsize}; go ${loadaddr}; 
api_address=9ef3bb58
arch=arm
baudrate=115200
board=am335x
board_name=A335uFW
board_rev=G00
bootcmd=run Fatboot
bootcount=1
bootdelay=2
cpu=armv7
eth1addr=0c:b2:b7:af:4c:07
ethact=cpsw
ethaddr=0c:b2:b7:af:4c:05
fdt_file=ufw.dtb
filesize=37d38
loadaddr=88000000
preboot=run Preboot
soc=am33xx
stderr=ns16550_serial
stdin=ns16550_serial
stdout=ns16550_serial
ubldroff=0xe0000
ubldrsize=0x80000
usbnet_devaddr=0c:b2:b7:af:4c:07
vendor=ti
ver=U-Boot 2016.03 (May 30 2018 - 12:13:49 -0400)

Environment size: 1732/131067 bytes