Last active
December 23, 2018 22:49
-
-
Save adukot/4754090b5e4a08d31a4f to your computer and use it in GitHub Desktop.
LinkIt Smart 7688 u-boot info
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
| [04010D08][04010C0E] | |
| DDR Calibration DQS reg = 00008788 | |
| U-Boot 1.1.3 (Sep 10 2015 - 05:56:31) | |
| Board: Ralink APSoC DRAM: 128 MB | |
| relocate_code Pointer at: 87f68000 | |
| flash manufacture id: c2, device id 20 19 | |
| find flash: MX25L25635E | |
| *** Warning - bad CRC, using default environment | |
| ============================================ | |
| Ralink UBoot Version: 4.3.0.0 | |
| -------------------------------------------- | |
| ASIC 7628_MP (Port5<->None) | |
| DRAM component: 1024 Mbits DDR, width 16 | |
| DRAM bus: 16 bit | |
| Total memory: 128 MBytes | |
| Flash component: SPI Flash | |
| Date:Sep 10 2015 Time:05:56:31 | |
| ============================================ | |
| icache: sets:512, ways:4, linesz:32 ,total:65536 | |
| dcache: sets:256, ways:4, linesz:32 ,total:32768 | |
| ##### The CPU freq = 580 MHZ #### | |
| estimate memory size =128 Mbytes | |
| RESET MT7628 PHY!!!!!! | |
| GPIOMODE --> 50054404 | |
| GPIOMODE2 --> 5540551 | |
| Please choose the operation: | |
| 1: Load system code to SDRAM via TFTP. | |
| 2: Load system code then write to Flash via TFTP. | |
| 3: Boot system code via Flash (default). | |
| 4: Entr boot command line interface. | |
| 7: Load Boot Loader code then write to Flash via Serial. | |
| 9: Load Boot Loader code then write to Flash via TFTP. | |
| You choosed 4 | |
| 0 | |
| 4: System Enter Boot Command Line Interface. | |
| U-Boot 1.1.3 (Sep 10 2015 - 05:56:31) | |
| MT7628 # | |
| MT7628 # | |
| MT7628 # | |
| MT7628 # | |
| MT7628 # | |
| MT7628 # | |
| MT7628 # | |
| MT7628 # | |
| MT7628 # help | |
| ? - alias for 'help' | |
| bootm - boot application image from memory | |
| cp - memory copy | |
| crc32 - checksum calculation | |
| erase - erase SPI FLASH memory | |
| fatinfo - print information about filesystem | |
| fatload - load binary file from a dos filesystem | |
| fatls - list files in a directory (default /) | |
| go - start application at address 'addr' | |
| help - print online help | |
| loadb - load binary file over serial line (kermit mode) | |
| md - memory display | |
| mdio - Ralink PHY register R/W command !! | |
| mm - memory modify (auto-incrementing) | |
| nm - memory modify (constant address) | |
| printenv- print environment variables | |
| reset - Perform RESET of the CPU | |
| rf - read/write rf register | |
| saveenv - save environment variables to persistent storage | |
| setenv - set environment variables | |
| spi - spi command | |
| tftpboot- boot image via network using TFTP protocol | |
| usb - USB sub-system | |
| usbboot - boot from USB device | |
| version - print monitor version | |
| MT7628 # printenv | |
| bootcmd=tftp | |
| bootdelay=1 | |
| baudrate=57600 | |
| ethaddr="00:AA:BB:CC:DD:10" | |
| ipaddr=10.10.10.123 | |
| serverip=10.10.10.3 | |
| stdin=serial | |
| stdout=serial | |
| stderr=serial | |
| Environment size: 149/4092 bytes | |
| MT7628 # |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment