tz_vmm usb_armory: document guest login data

The login data is otherwise only indirectly documented through the command that configures it in the rootfs tutorial [1].

[1] https://github.com/inversepath/usbarmory/wiki/Preparing-a-bootable-microSD-image#root-file-system

Fixes #1856
This commit is contained in:
Martin Stein 2016-01-19 11:04:14 +01:00 committed by Christian Helmuth
parent 0423369f7f
commit f9ccfe3a04
1 changed files with 4 additions and 0 deletions

View File

@ -65,6 +65,10 @@
# ! ext2load mmc 0:1 0x74000000 /uImage
# ! bootm 0x74000000
#
# :Linux login:
#
# The login and password of the Linux guest are both "usbarmory"
#
# :Communicate with Linux via CDC Ethernet:
#
# [https://github.com/inversepath/usbarmory/wiki/Host-communication#cdc-ethernet]