Main aim of building and flashing the MangOH board was to test Talon Mirage IoT card.
Downloaded the MangOH source, Legato source and built as per the steps in link : https://github.com/mangOH/mangOH On ubuntu 14.04 machine.
Image was built successfully and also flashed. But the board does not update with new image, while falls back to the existing one.
Below are the are the logs of the image and the build flashing logs.
Default image info. :
root@swi-mdm9x28:~# cm info
Device: WP7607
IMEI: 359779080125194
IMEISV: 4
FSN: VN842200670510
Firmware Version: SWI9X07Y_02.16.02.00 000000 jenkins 2018/04/19 19:59:02
Bootloader Version: SWI9X07Y_02.16.02.00 000000 jenkins 2018/04/19 19:59:02
MCU Version: 002.009
PRI Part Number (PN): 9907327
PRI Revision: 001.004
Carrier PRI Name: GENERIC
Carrier PRI Revision: 002.032_000
SKU: 1103511
Last Reset Cause: Reset, User Requested
Resets Count: Expected: 16 Unexpected: 0
root@swi-mdm9x28:~#
Flashing steps :
IM-RT-LP-037:~/sierra$ sudo ./bin/update red.wp76xx.update 192.168.2.2
Applying update from file ‘red.wp76xx.update’ to device at address ‘192.168.2.2’.
Unpacking package: 100% ++++++++++++++++++++++++++++++++++++++++++++++++++
Applying update: 100% ++++++++++++++++++++++++++++++++++++++++++++++++++
SUCCESS
Done @IM-RT-LP-037:~/sierra$
Image info after reboot:
root@swi-mdm9x28:~# cm info
Device: WP7607
IMEI: 359779080125194
IMEISV: 4
FSN: VN842200670510
Firmware Version: SWI9X07Y_02.16.02.00 000000 jenkins 2018/04/19 19:59:02
Bootloader Version: SWI9X07Y_02.16.02.00 000000 jenkins 2018/04/19 19:59:02
MCU Version: 002.009
PRI Part Number (PN): 9907327
PRI Revision: 001.004
Carrier PRI Name: GENERIC
Carrier PRI Revision: 002.032_000
SKU: 1103511
Last Reset Cause: Reset, User Requested
Resets Count: Expected: 17 Unexpected: 0
root@swi-mdm9x28:~#
Oh so i was presuming few things wrong. Thanks for the info.
I have hooked the Talon Mirage IoT card (WL18xx)to the board, want to disable the default wifi on the board by commenting the LEGATO_WIFI_PA in the red.sdef file.
For building, i am using Legato 19.02.0, latest mangOH source from git, and toolchain poky-swi-ext-glibc-x86_64-meta-toolchain-swi-armv7a-neon-toolchain-swi-SWI9X07Y_02.28.03.05.sh.
Below is the legato o/p from the board:
root@swi-mdm9x28:~# legato status
Systems installed:
0 [good] <-- current
Legato framework is running.
root@swi-mdm9x28:~# legato version
18.03.0_b463e04cf08fb8d8f1ea5ee00d7894c0
I had not checked the default setting on the board.
Ok here is what i did.
I did not use the attached images, as i had to modify the legato for using the Talon Mirage IOT based board with MangOH Red board.
Updated the board with R13.3 image with the step below succesfully. Verified using “cm info” & “legato version”
a. Created the .spk file with command “swicwe -o new_1.spk -c 9999999_9907152_SWI9X07Y_02.28.03.05_00_GENERIC_002.073_000.spk yocto_wp76xx.4k.cwe legato-19.02.0.cwe”
b. Flashed using the command "swiflash -m “wp76xx” -i new_1.spk "
Modified the legato source to disable the default wifi driver in that. Built as per the steps in the link provided.
On the board bootup with the default image, flashed the updated legato source using the command “sudo ./bin/update red.wp76xx.update 192.168.2.2”. . the flashing was sucessful.
After this board does not come up. It crashes continously and does not even go back to previously worked image.
Now tried to update with ur image, part1.rar. No luck.
Command :
sudo ./bin/update red.wp76xx.part1.update 192.168.2.2
[sudo] password for tjayaprakash:
Applying update from file ‘red.wp76xx.part1.update’ to device at address ‘192.168.2.2’.
Unpacking package: 100% ++++++++++++++++++++++++++++++++++++++++++++++++++
Unpacking package: 100% ++++++++++++++++++++++++++++++++++++++++++++++++++
Applying update: 100% ++++++++++++++++++++++++++++++++++++++++++++++++++
SUCCESS
Done
Not reset, the board does not come up, nor i get any interfaces other than USB0 to see the logs. The last log i sent was the log of the USB0 interface which has all the crash msgs.
Now i loaded back the 13.3 version of the image. Will check for the at command setting and post it in sometime.