mirror of
https://github.com/ARM-software/devlib.git
synced 2025-09-09 13:31:53 +01: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:
@@ -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...')
|
||||||
|
Reference in New Issue
Block a user