Created
December 29, 2025 23:31
-
-
Save jamesy0ung/e2abbfaa080568c55041872e01b2bcd9 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| Octeon ubnt_e120# printenv | |
| 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@1024k(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=0x1f400000 | |
| flash_size=0x800000 | |
| uboot_flash_addr=0x1f480000 | |
| uboot_flash_size=0x70000 | |
| flash_unused_addr=0x1f4f0000 | |
| flash_unused_size=0x710000 | |
| 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