WP7608 Application Framework Update

Dear all,
I am working on WP7608 by using mangOH Red DevKit and Developer Studio on Linux.
I cannot test my program on mangOH Red because of different framework version
Developer Studio Framework Version: 18.10.3
mangOH Red Framework Version: 18.01.0

I searched a lot of places and still do not know how to update the mangOH Red application framework from 18.01.0 to 18.10.3.

Should anyone has any suggestion, please let me know.
Thanks a lot in advance.
Randy

  1. install the toolchain in R12

owner@CNHKG-EX-001367:~/legato/packages/legato.toolchain.0.25.2.01.SWI9X07Y_02250201-wp76xx-native-x86_64-201903041238/resources/native$ sh toolChainExtractor.sh

  1. setup the environment
    owner@CNHKG-EX-001367:~/legato/packages/legato.framework.18.10.3.wp76xx-201903041257/resources/legato$ . bin/configlegatoenv

  2. go to the mangOH source and type
    make clean
    make red_wp76xx

Tks jyijyi,
Will try and see if it will solve my problem.