This is a place holder to describe how to start using the FRDM-K64 package
Briefly I plug FRDM-K64 SDA uUSB is plugged into Windows10.
Then it mounts a disk say E "MBED (E:)" and a com port
I connect a TTY (Tera Term) to the com port at the speed specified in Nuttx serial port.
The Nuttx output is set to binary as follows
make menuconfig
Build Setup-> Binary Output Formats->
[ ] rrload binary format
[*] Intel HEX binary format
[ ] Motorola S-Record binary format
[*] Raw binary format
[ ] U-Boot uImage ----
and then make it.
On completion, pickup the
nuttx.bin
and drop it on the "MBED (E:)" which programs the FRDM-K64.
It still requires the FRDM-K64 reset button to be pressed, but then it responds on the TTY.
No comments:
Post a Comment