mirror of
https://github.com/ARM-software/devlib.git
synced 2025-01-31 02:00:45 +00:00
platform/arm: Don't specify "Android" in the debug print.
This function be used to determine the IP address of other OSs e.g. linux.
This commit is contained in:
parent
3c28c280de
commit
7ade1b8bcc
@ -108,7 +108,7 @@ class VersatileExpressPlatform(Platform):
|
|||||||
init_dtr=0) as tty:
|
init_dtr=0) as tty:
|
||||||
tty.sendline('su') # this is, apprently, required to query network device
|
tty.sendline('su') # this is, apprently, required to query network device
|
||||||
# info by name on recent Juno builds...
|
# info by name on recent Juno builds...
|
||||||
self.logger.debug('Waiting for the Android shell prompt.')
|
self.logger.debug('Waiting for the shell prompt.')
|
||||||
tty.expect(target.shell_prompt)
|
tty.expect(target.shell_prompt)
|
||||||
|
|
||||||
self.logger.debug('Waiting for IP address...')
|
self.logger.debug('Waiting for IP address...')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user