Created
May 30, 2013 14:27
-
-
Save uebayasi/5678249 to your computer and use it in GitHub Desktop.
EdgeRouter LITE original "printenv"
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bootcmd=fatload usb 0 $loadaddr vmlinux.64;bootoctlinux $loadaddr coremask=0x3 root=/dev/sda2 rootdelay=15 rw rootsqimg=squashfs.img rootsqwdir=w mtdparts=phys_mapped_flash:512k(boot0),512k(boot1),64k@3072k(eeprom) | |
bootdelay=0 | |
baudrate=115200 | |
download_baudrate=115200 | |
nuke_env=protect off $(env_addr) +$(env_size);erase $(env_addr) +$(env_size) | |
autoload=n | |
ethact=octeth0 | |
loadaddr=0x9f00000 | |
numcores=2 | |
stdin=serial | |
stdout=serial | |
stderr=serial | |
env_addr=0x1fbfe000 | |
env_size=0x2000 | |
flash_base_addr=0x1f800000 | |
flash_size=0x400000 | |
uboot_flash_addr=0x1f880000 | |
uboot_flash_size=0x70000 | |
flash_unused_addr=0x1f8f0000 | |
flash_unused_size=0x310000 | |
bootloader_flash_update=bootloaderupdate | |
Environment size: 675/8188 bytes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment