Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- U-Boot 1.1.5-2.0 (Jan 24 2013 - 13:38:46)
- relocate_code start
- relocate_code finish.
- type is 00000001
- type is 0000007e
- addr[0] = 227e
- /n Detect flash id is bb
- Flash: 4 MB
- In: serial
- Out: serial
- Err: serial
- Net: Internal Clock
- Selected EPHY_MODE
- AMAZON_SE Switch
- Type "run flash_nfs" to mount root filesystem over NFS
- Hit any key to stop autoboot: 4 ... 0
- AMAZON_SE # help
- ? - alias for 'help'
- askenv - get environment variables from stdin
- autoscr - run script from memory
- base - print or set address offset
- bdinfo - print Board Info structure
- bootm - boot application image from memory
- bootp - boot image via network using BootP/TFTP protocol
- cmp - memory compare
- cp - memory copy
- crc32 - checksum calculation
- dhrystone - benchmark
- echo - echo args to console
- erase - erase FLASH memory
- flinfo - print FLASH memory information
- go - start application at address 'addr'
- help - print online help
- loadb - load binary file over serial line (kermit mode)
- loady - load binary file over serial line (ymodem mode)
- loop - infinite loop on address range
- md - memory display
- mm - memory modify (auto-incrementing)
- mtest - simple RAM test
- mw - memory write (fill)
- nm - memory modify (constant address)
- printenv- print environment variables
- protect - enable or disable FLASH write protection
- rarpboot- boot image via network using RARP/TFTP protocol
- reset - Perform RESET of the CPU
- run - run commands in an environment variable
- saveenv - save environment variables to persistent storage
- setenv - set environment variables
- sleep - delay execution for some time
- tftpboot- boot image via network using TFTP protocol
- upgrade - forward/backward copy memory to pre-defined flash location
- version - print monitor version
- AMAZON_SE # base
- Base Address: 0x00000000
- AMAZON_SE # bdinfo
- boot_params = 0x80F7F3B0
- memstart = 0x80000000
- memsize = 0x01000000
- flashstart = 0xB0000000
- flashsize = 0x00400000
- flashoffset = 0x00000000
- ethaddr = 00:0F:C9:12:9A:EE
- ip_addr = 192.168.1.1
- baudrate = 115200 bps
- AMAZON_SE # flinfo
- Bank # 1: SPANSION FLASH_S29GL032N model 04 bottom boot (32 M bit)
- Size: 4 MB in 71 Sectors
- Sector Start Addresses:
- B0000000 B0002000 B0004000 B0006000 B0008000
- B000A000 B000C000 B000E000 B0010000 B0020000
- B0030000 B0040000 B0050000 B0060000 B0070000
- B0080000 B0090000 B00A0000 B00B0000 B00C0000
- B00D0000 B00E0000 B00F0000 B0100000 B0110000
- B0120000 B0130000 B0140000 B0150000 B0160000
- B0170000 B0180000 B0190000 B01A0000 B01B0000
- B01C0000 B01D0000 B01E0000 B01F0000 B0200000
- B0210000 B0220000 B0230000 B0240000 B0250000
- B0260000 B0270000 B0280000 B0290000 B02A0000
- B02B0000 B02C0000 B02D0000 B02E0000 B02F0000
- B0300000 B0310000 B0320000 B0330000 B0340000
- B0350000 B0360000 B0370000 B0380000 B0390000
- B03A0000 B03B0000 B03C0000 B03D0000 B03E0000
- B03F0000
- AMAZON_SE # printenv
- bootcmd=run flash_flash
- bootdelay=4
- baudrate=115200
- preboot=echo;echo Type "run flash_nfs" to mount root filesystem over NFS;echo
- mem=16M
- ipaddr=192.168.1.1
- serverip=192.168.1.2
- netdev=eth0
- baudrate=115200
- rootpath=/opt/nfs
- nfsargs=setenv bootargs root=/dev/nfs rw nfsroot=$(serverip):$(rootpath)
- ramargs=setenv bootargs root=/dev/ram rw
- addip=setenv bootargs $(bootargs) ip=$(ipaddr):$(serverip):$(gatewayip):$(netmask):$(hostname):$(netdev):on
- addmisc=setenv bootargs $(bootargs) console=ttyS0,$(baudrate) ethaddr=$(ethaddr) mem=$(mem) panic=1
- flash_nfs=run nfsargs addip addmisc;bootm $(kernel_addr)
- ramdisk_addr=B0100000
- flash_self=run ramargs addip addmisc;bootm $(kernel_addr) $(ramdisk_addr)
- bootfile=uImage
- u-boot=u-boot.ifx
- firmware=firmware.img
- fullimage=ifx_adslrt.img
- net_nfs=tftp 80500000 $(bootfile);run nfsargs addip addmisc;bootm
- root_filesystem=rootfs.img
- load=tftp 80500000 $(u-boot)
- update=protect off 1:0-2;era 1:0-2;cp.b 80500000 B0000000 $(filesize)
- flashargs=setenv bootargs root=/dev/mtdblock1
- flash_flash=run flashargs addip addmisc; bootm $(kernel_addr)
- update_uboot=tftpboot 80400000 $(u-boot); erase all; cp.b 80400000 b0000000 $(filesize)
- update_kernel=tftpboot 80400000 $(bootfile);upgrade 80400000 $(filesize)
- update_rootfs=tftpboot 80400000 $(root_filesystem);upgrade 80400000 $(filesize)
- update_firmware=tftpboot 80400000 $(firmware);upgrade 80400000 $(filesize)
- update_fullimage=tftpboot 80400000 $(fullimage);upgrade 80400000 $(filesize)
- reset_uboot_config=erase 0xB03FF200 0xB03FFDFF 1;erase $(f_rootfs_end) $(f_kernel_addr) 1
- part0_begin=0xB0000000
- part1_begin=0xB0010000
- total_part=2
- flash_end=0xB03FFFFF
- data_block0=uboot
- data_block1=rootfs
- data_block2=kernel
- data_block3=sysconfig
- data_block4=ubootconfig
- data_block5=fwdiag
- total_db=6
- f_uboot_addr=0xB0000000
- f_uboot_size=0
- f_firmware_addr=IFX_CFG_FLASH_FIRMWARE_IMAGE_START_ADDR
- f_firmware_size=IFX_CFG_FLASH_FIRMWARE_IMAGE_SIZE
- f_sysconfig_addr=0xB03FB200
- f_sysconfig_size=0
- f_ubootconfig_addr=0xB03FF200
- f_ubootconfig_size=0x0C00
- f_fwdiag_addr=0xB03FFE00
- f_fwdiag_size=0x0200
- chipid=1.2
- boardid=112233
- ethact=AMAZON_SE Switch
- f_rootfs_size=0x001c6000
- f_rootfs_addr=0xb0010000
- f_rootfs_end=0xb01d6000
- f_rootfs_crc=D1827A40
- f_kernel_size=0x00086d2a
- f_kernel_addr=0xb03744d0
- kernel_addr=0xb03744d0
- f_kernel_crc=38AAA3BA
- ethaddr=00:0F:C9:12:9A:EE
- mode=default
- stdin=serial
- stdout=serial
- stderr=serial
- Environment size: 2390/3068 bytes
- AMAZON_SE # version
- U-Boot 1.1.5-2.0 (Jan 24 2013 - 13:38:46)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement