11 years, 4 months ago.

K64F bootloader version at 0202?

Hello,

According to the link: http://mbed.org/handbook/Firmware-FRDM-K64F , the bootloader firmware should be at 0202. After upgrading, the bootloader seems to still be at 0201. In fact, all 3 bootloader .bin files that are associated with the link show the same result. Are we at 0202 or 0201?

Contents of bootloader.html after upgrade to 0202:

<! mbed Microcontroller Website and Authentication Shortcut > <! Version: 0201 Build: Feb 25 2014 16:50:21 > <html> <head> <meta http-equiv="refresh" content="0; url=http://mbed.org/device/?code_bl=0201B1130E650415EA68"/> <title>mbed Website Shortcut</title> </head> <body></body> </html>

...kevin

Question relating to:

oops!!! forgot to add the code wrapper. This should be clearer

...kevin

<!-- mbed Microcontroller Website and Authentication Shortcut -->
<!-- Version: 0201 Build: Feb 25 2014 16:50:21 -->
<html>
<head>
<meta http-equiv="refresh" content="0; url=http://mbed.org/device/?code_bl=0201B1130E650415EA68"/>
<title>mbed Website Shortcut</title>
</head>
<body></body>
</html>
posted by Kevin Braun 20 May 2014
posted by Sam Grove 21 May 2014

I figured it out Sam,

Once you upgrade, then reboot as a BOOTLOADER drive, the html file says 0201. If you come up as an MBED drive, the html file says 0202. So there is just a simple documentation error in the bootloader's html file.

Now back to figuring out my EthernetInterface init() issue.....

...kevin

posted by Kevin Braun 21 May 2014

1 Answer

11 years, 4 months ago.

I just looked at the binary and the htm part of the file says 0202. Can you try this link? http://mbed.org/media/uploads/sam_grove/k20dx128_k64f_if_mbed.bin

Make sure to press and hold the reset button before and while connecting USB to init the bootloader. The drive will be named BOOTLOADER, not MBED when ready for this file.

Accepted Answer

Looks the same Sam,

Maybe it is 0202 and the html file is mis-stating the facts.

Here is the html file :

<!-- mbed Microcontroller Website and Authentication Shortcut -->
<!-- Version: 0201 Build: Feb 25 2014 16:50:21 -->
<html>
<head>
<meta http-equiv="refresh" content="0; url=http://mbed.org/device/?code_bl=0201B1130E650415EA68"/>
<title>mbed Website Shortcut</title>
</head>
<body></body>
</html>
posted by Kevin Braun 21 May 2014

I dont understand. I just did the update procedure again with the link above and here us the result of my mbed.htm file.

<!-- mbed Microcontroller Website and Authentication Shortcut -->
<!-- Version: 0202 Build: Apr 24 2014 15:04:52 -->
<html>
<head>
<meta http-equiv="refresh" content="0; url=http://mbed.org/device/?code=02400202D9790E722484F3CA"/>
<title>mbed Website Shortcut</title>
</head>
<body></body>
</html>

2 questions

  1. Are you dropping this binary file on a drive called BOOTLOADER
  2. What computer are you using? This bootloader only works on Windows and Linux
posted by Sam Grove 21 May 2014