TY51822 gcc build preparation
Page last updated
23 May 2016, by
Yuki Kikuchi.
2
replies
I'm creating build tree for TY51822r3 BLE enabled.
2 comments on TY51822 gcc build preparation:
Reading https://developer.mbed.org/handbook/mbed-tools won't satisfy you when you building your embed hardware with additional features.
I recommend reading/debugging workspace_tools python script. It tells and I'm learning.
However, I appreciate if you tell me any better way to get along with rapidly changing mbed world.
Done offline mbed build and now I am able to run build successfully on TY51822r3.
- It required some make.py updates. (Is this somewhat we always changing? If so, its ok)
- Verify careful option settings needed. (Depend on make.py)
- finally you need to manually type cp <built.hex> /Volume/MBED
python os.system does not work (not sure why).
Please log in to post comments.
Reading https://developer.mbed.org/handbook/mbed-tools won't satisfy you when you building your embed hardware with additional features. I recommend reading/debugging workspace_tools python script. It tells and I'm learning.
However, I appreciate if you tell me any better way to get along with rapidly changing mbed world.