Hello swi team,
I’m trying to create a custom image for the AR7554 throught yocto so, I’ve downloaded the distribution from here:
http://developer.sierrawireless.com/Resources/Resources/Legato/Distribution.aspx
Then, I’ve created my own AR7 image (rootfs & kernel) just doing ‘make dev’ and then, with hob utility, I’ve added a new package from the meta layer (zip package) in order to test how it works. After a while, I’ve restarted the AR7 into the fastboot mode in order to erase the old images and flash the new ones. After the flash procedure, I’ve restarted the AR7 but now I can’t access to it (UART or USB).
[sudo] password for fv4dg00:
MDM9615 fastboot
fv4dg00@lenovo-e540:~/ws/swi/distribution/LegatoYocto1410/build_bin/tmp/deploy/images/swi-mdm9x15$ sudo fastboot erase kernel
erasing 'kernel'...
OKAY [ 0.102s]
finished. total time: 0.102s
fv4dg00@lenovo-e540:~/ws/swi/distribution/LegatoYocto1410/build_bin/tmp/deploy/images/swi-mdm9x15$ sudo fastboot erase rootfs
erasing 'rootfs'...
OKAY [ 0.311s]
finished. total time: 0.311s
fv4dg00@lenovo-e540:~/ws/swi/distribution/LegatoYocto1410/build_bin/tmp/deploy/images/swi-mdm9x15$ sudo fastboot flash kernel kernel
sending 'kernel' (10512 KB)...
OKAY [ 1.398s]
writing 'kernel'...
OKAY [ 1.316s]
finished. total time: 2.714s
fv4dg00@lenovo-e540:~/ws/swi/distribution/LegatoYocto1410/build_bin/tmp/deploy/images/swi-mdm9x15$ sudo fastboot flash rootfs rootfs
sending 'rootfs' (46217 KB)...
OKAY [ 6.143s]
writing 'rootfs'...
OKAY [ 5.447s]
finished. total time: 11.591s
fv4dg00@lenovo-e540:~/ws/swi/distribution/LegatoYocto1410/build_bin/tmp/deploy/images/swi-mdm9x15$ sudo fastboot reboot
rebooting...
finished. total time: 0.001s
I’m using the AR7 with the Development kit AirPrime so, I would like to know if there is any way to access into the fastboot mode in order to flash the swi images again.
Thanks
PS: I’ve try to reboot the device and execute the ‘fastboot devices’ command without any output.