This repository has been archived on 2024-06-20. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
coffee.pygments/tests/examplefiles/console/example.shell-session.output
2022-12-04 15:52:40 +01:00

230 lines
5.9 KiB
Text
Generated

'[user@linuxbox imx-bootlets-src-10.05.02]$ ' Generic.Prompt
'make' Text
' ' Text.Whitespace
'CROSS_COMPILE' Name.Variable
'=' Operator
'arm-none-eabi-' Text
' ' Text.Whitespace
'clean' Text
'\n' Text.Whitespace
'rm -rf *.sb\n' Generic.Output
'rm -f sd_mmc_bootstream.raw\n' Generic.Output
'rm -f linux_prep/board/*.o\n' Generic.Output
'...\n' Generic.Output
'Files:\n' Generic.Output
'rm -f power_prep.o eabi.o\n' Generic.Output
'Build output:\n' Generic.Output
"make[1]: Leaving directory `/home/...'\n" Generic.Output
'[user@linuxbox imx-bootlets-src-10.05.02]$ ' Generic.Prompt
'make' Text
' ' Text.Whitespace
'CROSS_COMPILE' Name.Variable
'=' Operator
'arm-none-eabi-' Text
'\n' Text.Whitespace
"make[1]: Entering directory `/home/...'\n" Generic.Output
'...\n' Generic.Output
'#' Generic.Prompt
'@echo' Text
' ' Text.Whitespace
'"generating U-Boot boot stream image"' Literal.String.Double
'\n' Text.Whitespace
'#' Generic.Prompt
'elftosb2' Text
' ' Text.Whitespace
'-z' Text
' ' Text.Whitespace
'-c' Text
' ' Text.Whitespace
'./uboot_prebuilt.db' Text
' ' Text.Whitespace
'-o' Text
' ' Text.Whitespace
'imx23_uboot.sb' Text
'\n' Text.Whitespace
'echo "generating kernel bootstream file sd_mmc_bootstream.raw"\n' Generic.Output
'generating kernel bootstream file sd_mmc_bootstream.raw\n' Generic.Output
'#' Generic.Prompt
'Please' Text
' ' Text.Whitespace
'use' Text
' ' Text.Whitespace
'cfimager' Text
' ' Text.Whitespace
'to' Text
' ' Text.Whitespace
'burn' Text
' ' Text.Whitespace
'xxx_linux.sb.' Text
' ' Text.Whitespace
'The' Text
' ' Text.Whitespace
'below' Text
' ' Text.Whitespace
'way' Text
' ' Text.Whitespace
'will' Text
' ' Text.Whitespace
'no' Text
'\n' Text.Whitespace
'#' Generic.Prompt
'work' Text
' ' Text.Whitespace
'at' Text
' ' Text.Whitespace
'imx28' Text
' ' Text.Whitespace
'platform.' Text
'\n' Text.Whitespace
'> test\n' Generic.Output
'$ ' Generic.Prompt
'test' Name.Builtin
'\n' Text.Whitespace
'rm -f sd_mmc_bootstream.raw\n' Generic.Output
'[user@linuxbox imx-bootlets-src-10.05.02]$\n' Generic.Prompt
'pi@raspberrypi ~ $ ' Generic.Prompt
'sudo' Text
' ' Text.Whitespace
'sh' Text
' ' Text.Whitespace
'-c' Text
' ' Text.Whitespace
'"echo 17 > /sys/class/gpio/export"' Literal.String.Double
'\n' Text.Whitespace
'pi@raspberrypi ~ $ ' Generic.Prompt
'sudo' Text
' ' Text.Whitespace
'sh' Text
' ' Text.Whitespace
'-c' Text
' ' Text.Whitespace
'"echo out > /sys/class/gpio/gpio17/direction"' Literal.String.Double
'\n' Text.Whitespace
'pi@raspberrypi ~ $ ' Generic.Prompt
'sudo' Text
' ' Text.Whitespace
'sh' Text
' ' Text.Whitespace
'-c' Text
' ' Text.Whitespace
'"echo 1 > /sys/class/gpio/gpio17/value"' Literal.String.Double
'\n' Text.Whitespace
'pi@raspberrypi ~ $ ' Generic.Prompt
'sudo' Text
' ' Text.Whitespace
'sh' Text
' ' Text.Whitespace
'-c' Text
' ' Text.Whitespace
'"echo 0 > /sys/class/gpio/gpio17/value"' Literal.String.Double
'\n' Text.Whitespace
'pi@raspberrypi ~ $\n' Generic.Prompt
'[user@linuxbox ~]$ ' Generic.Prompt
'# copy other stuff to the SD card\n' Comment.Single
'root@imx233-olinuxino-micro:~# ' Generic.Prompt
'lsmod' Text
'\n' Text.Whitespace
' Not tainted\n' Generic.Output
'[user@linuxbox ~]$ ' Generic.Prompt
'tail' Text
' ' Text.Whitespace
'-n' Text
' ' Text.Whitespace
'2' Literal.Number
' ' Text.Whitespace
'/mnt/rpi/etc/inittab' Text
'\n' Text.Whitespace
'#' Generic.Prompt
'Spawn' Text
' ' Text.Whitespace
'a' Text
' ' Text.Whitespace
'getty' Text
' ' Text.Whitespace
'on' Text
' ' Text.Whitespace
'Raspberry' Text
' ' Text.Whitespace
'Pi' Text
' ' Text.Whitespace
'serial' Text
' ' Text.Whitespace
'line' Text
'\n' Text.Whitespace
'T0:23:respawn:/sbin/getty -L ttyAMA0 115200 vt100\n' Generic.Output
'pi@raspberrypi:~/Adafruit-WebIDE$ ' Generic.Prompt
'mkdir' Text
' ' Text.Whitespace
'tmp' Text
'\n' Text.Whitespace
'pi@raspberrypi:~/Adafruit-WebIDE$ ' Generic.Prompt
'npm' Text
' ' Text.Whitespace
'config' Text
' ' Text.Whitespace
'set' Name.Builtin
' ' Text.Whitespace
'tmp' Text
' ' Text.Whitespace
'tmp' Text
'\n' Text.Whitespace
'pi@raspberrypi:~/Adafruit-WebIDE$ ' Generic.Prompt
'npm' Text
' ' Text.Whitespace
'install' Text
'\n' Text.Whitespace
'pi@raspberrypi ~/Adafruit-WebIDE $ ' Generic.Prompt
'ifconfig' Text
' ' Text.Whitespace
'eth0' Text
'\n' Text.Whitespace
'eth0 Link encap:Ethernet HWaddr b5:33:ff:33:ee:aq\n' Generic.Output
' inet addr:10.42.0.60 Bcast:10.42.0.255 Mask:255.255.255.0\n' Generic.Output
' UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1\n' Generic.Output
' RX packets:21867 errors:0 dropped:0 overruns:0 frame:0\n' Generic.Output
' TX packets:8684 errors:0 dropped:0 overruns:0 carrier:0\n' Generic.Output
' collisions:0 txqueuelen:1000\n' Generic.Output
' RX bytes:27338495 (26.0 MiB) TX bytes:1268356 (1.2 MiB)\n' Generic.Output