- Priority: middle --> low
jtagconsole will add ;9R for each line
--
test@54-7393-1362-sl811-jtag:~/workspace/src/kernel/label/BF537-STAMP-ADV7393/testsuites/jtag_console> ./jtagconsole NOTE: the interrupt signal (normally ^C) has been remapped to ^T
console [ttyBFJC0] enabled
bootconsole [early_BFuart0] disabled
bootconsole [early_shadow0] disabled
Calibrating delay loop... 995.32 BogoMIPS (lpj=1990656)
pid_max: default: 32768 minimum: 301
Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
devtmpfs: initialized
Blackfin Scratchpad data SRAM: 4 KB
Blackfin L1 Data A SRAM: 16 KB (16 KB free)
Blackfin L1 Data B SRAM: 16 KB (16 KB free)
Blackfin L1 Instruction SRAM: 48 KB (33 KB free)
NET: Registered protocol family 16
Blackfin DMA Controller
stamp_init(): registering device resources
bfin-spi bfin-spi.0: master is unqueued, this is deprecated
bfin-spi bfin-spi.0: Blackfin on-chip SPI Controller Driver, Version 1.0, regs@ffc00500, dma channel@7
Switched to clocksource bfin_cs_cycles
NET: Registered protocol family 2
TCP established hash table entries: 1024 (order: 0, 4096 bytes)
TCP bind hash table entries: 1024 (order: 0, 4096 bytes)
TCP: Hash tables configured (established 1024 bind 1024)
TCP: reno registered
UDP hash table entries: 256 (order: 0, 4096 bytes)
UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
NET: Registered protocol family 1
debug-mmrs: setting up Blackfin MMR debugfs
msgmni has been set to 100
io scheduler noop registered (default)
bfin-uart: Blackfin serial driver
bfin-uart.0: ttyBF0 at MMIO 0xffc00400 (irq = 18, base_baud = 7812500) is a BFIN-UART
bfin-jtag-comm: initialized
brd: module loaded
libphy: bfin_mii_bus: probed
bfin_mac: attached PHY driver [Generic PHY] (mii_bus:phy_addr=bfin_mii_bus-0:01, irq=-1, mdc_clk=2500000Hz(mdc_div=24)@sclk=125MHz)
bfin_mac bfin_mac.0 eth0: Blackfin on-chip Ethernet MAC driver, Version 1.1
rtc-bfin rtc-bfin: rtc core: registered rtc-bfin as rtc0
bfin_wdt: initialized: timeout=20 sec (nowayout=0)
TCP: cubic registered
NET: Registered protocol family 17
rtc-bfin rtc-bfin: setting system clock to 1970-03-03 02:21:30 UTC (5278890)
IP-Config: Complete:
device=eth0, hwaddr=00:e0:22:fe:47:c0, ipaddr=10.100.4.50, mask=255.255.255.0, gw=10.100.4.174
host=bf537-stamp, domain=, nis-domain=(none)
bootserver=10.100.4.174, rootserver=10.100.4.174, rootpath=
Freeing unused kernel memory: 3204K (0021a000 - 0053b000)
bfin_mac bfin_mac.0 eth0: Link is Up - 100Mbps/Full - flow control off
BusyBox v1.22.1 (2014-07-07 00:58:49 CST) hush - the humble shell
root:/> ;9Rrandom: nonblocking pool is initialized
sh: can't execute '9R': No such file or directory
root:/> ls
bin etc lib mnt root srv tmp var
dev init lib32 proc sbin sys usr
root:/>
root:/> ;9Recho test
sh: can't execute '9Recho': No such file or directory
root:/>
root:/>
root:/> ;9R;9Recho test
sh: can't execute '9R': No such file or directory
sh: can't execute '9Recho': No such file or directory
root:/> echo test
test
root:/> ;9R
--