Skip to content

Instantly share code, notes, and snippets.

@adukot
Created August 18, 2015 16:16
Show Gist options
  • Save adukot/9b148a2174e4592772f0 to your computer and use it in GitHub Desktop.
Save adukot/9b148a2174e4592772f0 to your computer and use it in GitHub Desktop.
linino one 20150819
linino>
linino>
linino> tftpboot 80020000 netbsd.bin.linino1; go 80020000
dup 1 speed 100
Using eth0 device
TFTP from server 192.168.0.9; our IP address is 192.168.0.111
Filename 'netbsd.bin.linino1'.
Load address: 0x80020000
Loading: #################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
###################
done
Bytes transferred = 7747664 (763850 hex)
## Starting application at 0x80020000 ...
@00000111,00000011,Early console started!
freqs: cpu=400000000 bus=200000000 mem=400000000 ref=25000000 pll=400000000
MIPS32/64 params: cpu arch: 128
MIPS32/64 params: TLB entries: 16
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: 3265 fixups done in 2683959 cycles
Memory size: 0x04000000
phys segment: 0x3fff000 @ 0x1000
adding 0x386e000 @ 0x792000 to freelist 0
pmap_steal_memory: seg 0: 0x792 0x792 0x3fff 0x3fff
pmap_steal_memory: seg 0: 0x7b5 0x7b5 0x3fff 0x3fff
pmap_steal_memory: seg 0: 0x7b7 0x7b7 0x3fff 0x3fff
Copyright (c) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015
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.20 (INSTALL_LININO1) #39: Tue Aug 18 16:12:31 UTC 2015
root@aug:/export/o/20150812/evbmips/sys/arch/evbmips/compile/INSTALL_LININO1
Atheros AR9331
total memory = 65536 KB
avail memory = 56476 KB
mainbus0 (root)
cpu0 at mainbus0: 400.00MHz (hz cycles = 2000000, delay divisor = 200)
cpu0: MIPS 24K (0x19374) Rev. 116 with software emulated floating point
cpu0: 16 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
wdog0 at mainbus0: 5 second period
arbus0 at mainbus0
uart0 at arbus0 addr 0x18020000 cpu irq 4 misc irq 3 console
ehci at arbus0 addr 0x1b000100 cpu irq 1 not configured
ae at arbus0 addr 0x19000000 cpu irq 2 not configured
ae at arbus0 addr 0x1a000000 cpu irq 3 not configured
rn_init: radix functions require max_keylen be set
root on md0a dumps on md0b
mountroot: trying ffs...
root file system type: ffs
kern.module.path=/stand/evbmips/7.99.20/modules
WARNING: no TOD clock present
WARNING: using filesystem time
WARNING: CHECK AND RESET THE DATE!
init: copying out path `/sbin/init' 11
pid 1(init): ABI set to O32 (e_flags=0x1007)
erase ^?, werase ^W, kill ^U, intr ^C
mount_kernfs: kernfs on /kern: Operation not supported by device
# ls
.profile kern sbin sysinstmsgs.fr usr
bin libexec sysinst sysinstmsgs.pl var
dev mnt sysinstmsgs.de targetroot
etc mnt2 sysinstmsgs.es tmp
# ps auxww
USER PID %CPU %MEM VSZ RSS TTY STAT STARTED TIME COMMAND
root 1 nan ・ 4084 224 ? Ss 4:03PM 0:00.02 init
root 9 0.0 ・ 5860 556 ? O+ 4:04PM 0:00.01 ps -auxww
root 2 nan ・ 5860 608 ? Ss 4:03PM 0:00.04 -sh
root 0 nan ・ 0 28 ? DKl 4:03PM 0:00.00 [system]
# mount
/dev/md0a on / type ffs (local)
# ed
a
hello world!
.
w foo.txt
13
q
# cat foo.txt
hello world!
# halt
halted by root
syncing disks... done
unmounting file systems...
unmounting 0x83f39008 / (/dev/md0a)...
unmounting done
The operating system has halted.
Please press any key to reboot.
reseting board...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment