Fastboot -WP85XX

Present legato version is 16.10
when im trying to flash YOCTO image by fastboot,initially i tried for fastboot devices:

$ fastboot devices
no permissions fastboot

Later i gave a try to flash by :

fastboot flash kernel <kernel.img>


why This thing is happening can you please clear that fastboot supports or not.Whether im missing anything.
Thanks in Advance.

Can you check the same command with root permission.
$ fastboot devices
no permissions fastboot

$ sudo fastboot devices
[sudo] password for user:
MDM9615 fastboot

It worked!!Ran with sudo device got detected.

Yeah Thanks :blush: