projects
/
oweals
/
u-boot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
armv7m: cache: add invalidate_icache_all() stub
[oweals/u-boot.git]
/
tools
/
kermit
/
send_cmd
1
#!/usr/bin/kermit +
2
set line /dev/ttyS0
3
set speed 115200
4
set serial 8N1
5
set carrier-watch off
6
set handshake none
7
set flow-control none
8
robust
9
set file type bin
10
set file name lit
11
set rec pack 1000
12
set send pack 1000
13
set window 5
14
set prompt Kermit>
15
16
#out \13
17
#in 10 =>
18
out \%1 \%2 \%3 \%4 \%5 \%6 \%7\13
19
in 10 =>
20
quit
21
exit 0