Skip to content

Instantly share code, notes, and snippets.

@adukot
Last active May 21, 2016 14:40
Show Gist options
  • Save adukot/4e871c89f24aeadfadba111d615f7773 to your computer and use it in GitHub Desktop.
Save adukot/4e871c89f24aeadfadba111d615f7773 to your computer and use it in GitHub Desktop.
LinkIt Smart 7688
MT7628 # tftpboot 80010000; go 80010000
netboot_common, argc= 2
NetTxPacket = 0x87FB5480
KSEG1ADDR(NetTxPacket) = 0xA7FB5480
NetLoop,call eth_halt !
NetLoop,call eth_init !
Trying Eth0 (10/100-M)
Waitting for RX_DMA_BUSY status Start... done
ETH_STATE_ACTIVE!!
*** Warning: no boot file name; using 'test.bin'
TFTP from server 192.168.0.9; our IP address is 192.168.0.200
Filename 'test.bin'.
TIMEOUT_COUNT=10,Load address: 0x80010000
Loading: T Got ARP REPLY, set server/gtwy eth addr (00:0c:29:68:b9:36)
Got it
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
##############
done
Bytes transferred = 2733264 (29b4d0 hex)
NetBootFileXferSize= 0029b4d0
## Starting application at 0x80010000 ...
MIPS32/64 params: cpu arch: 128
MIPS32/64 params: TLB entries: 32
MIPS32/64 params: Icache: line = 32, total = 65536, ways = 4
sets = 512
MIPS32/64 params: Dcache: line = 32, total = 32768, ways = 4
sets = 256
picache_stride = 4096
picache_loopcount = 16
mips_fixup_stubs: 4694 fixups done in 5086708 cycles
phys segment: 0x8000000 @ 0
adding 0xf000 @ 0x1000 to freelist 0
adding 0x7d44000 @ 0x2bc000 to freelist 0
pmap_steal_memory: seg 0: 0x1 0x1 0x10 0x10
pmap_steal_memory: seg 0: too small for 40 pages
pmap_steal_memory: seg 1: 0x2bc 0x2bc 0x7fff 0x7fff
pmap_steal_memory: seg 0: 0x1 0x1 0x10 0x10
Enabled early console
pmap_steal_memory: seg 0: 0x3 0x3 0x10 0x10
pmap_steal_memory: seg 0: too small for 614 pages
pmap_steal_memory: seg 1: 0x2e4 0x2e4 0x7fff 0x7fff
Loaded initial symtab at 0x80261f44, strtab at 0x80285cf4, # entries 8694
Copyright (c) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016
The NetBSD Foundation, Inc. All rights reserved.
Copyright (c) 1982, 1986, 1989, 1991, 1993
The Regents of the University of California. All rights reserved.
NetBSD 7.99.29 (LINKITSMART) #72: Sat May 21 23:30:24 JST 2016
hiroshi@n7:/export/o/HEAD/sys/arch/evbmips/compile/LINKITSMART
MT7628
total memory = 128 MB
avail memory = 122 MB
mainbus0 (root): Mediatek MT7628 System Bus
cpu0 at mainbus0: 580.00MHz (hz cycles = 2900000, delay divisor = 290)
cpu0: MIPS 24KE (0x19655) Rev. 85 with software emulated floating point
cpu0: 32 TLB entries, 256MB max page size
cpu0: 64KB/32B 4-way set-associative L1 instruction cache
cpu0: 32KB/32B 4-way set-associative write-back L1 data cache
rwdog0 at mainbus0: Ralink watchdog controller
rwdog0: max period 22 sec.
rwdog0: KTICKLE mode, period 10 sec.
rgpio0 at mainbus0: Ralink GPIO controller
gpio0 at rgpio0: 98 pins
ri2c0 at mainbus0: Ralink I2C controller
iic0 at ri2c0: I2C bus
com0 at mainbus0: ns16550a, working fifo
com0: console
ohci0 at mainbus0: OHCI USB controller
ohci0: OHCI version 1.0, legacy support
usb0 at ohci0: USB revision 1.0
ehci0 at mainbus0: EHCI USB controller
ehci0: companion ohci0
ehci0: companion controller, 1 port each: ohci0
usb1 at ehci0: USB revision 2.0
reth0 at mainbus0: Ralink Ethernet
rpci0 at mainbus0: Ralink PCIe Controller
rn_init: radix functions require max_keylen be set
uhub0 at usb0: Ralink OHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub1 at usb1: Ralink EHCI root hub, class 9/0, rev 2.00/1.00, addr 1
root device:
use one of: reth0 ddb halt reboot
root device:
use one of: reth0 ddb halt reboot
root device: reth0
dump device:
file system (default generic):
root on reth0
mountroot: trying ffs...
mountroot: trying msdos...
Supported file systems: mfs ffs procfs kernfs tmpfs msdos
no file system for reth0
cannot mount root, error = 79
root device (default reth0): reboot
syncing disks... done
unmounting file systems...
unmounting done
reseting board...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment