”Unknown command line option loadbin.txt”

12 posts / 0 new
Last post
SteffenKristensen
Offline
Last seen:6 years 6 months ago
加入:2014-10-10 12:18
”Unknown command line option loadbin.txt”

I’m trying to evaluate the PAN1740 BLUETOOTH MODULE
To do this I need to load the ”full_emb.hex” though the ”Connection manager”

After pressing ”Load Firmware”, I keep getting the following error:
”Unknown command line option loadbin.txt”

Why is that?

Im running Windows 7.
Download and install USB Drivers from Segger are successfully and give me COM5

Med venlig hilsen/ Regards
Steffen Kristensen

TN_Dialog
Offline
Last seen:2 days 23 hours ago
工作人员
加入:2013-12-05 15:49
Hej Steffen,

Hej Steffen,

Are you using the latest version of the connection manager (3.0.6)? and are you using the .hex file from the latest SDK?

Mvh
TN_Dialog

Ingo
Offline
Last seen:3 months 2 weeks ago
Guru Panasonic
加入:2014-01-16 11:19
Hey Steffen,

Hey Steffen,

We figure out that the loadbin.txt file is not installed into the folder ...\ConnectionManager\bin\firmware_upload during installation.
Therefore the Segger cannot burn the full_emb.bin.hex file.

you need to save the txt file in this folder.
Loadbin.txt content:
r
w2 50000012, A6
W2 50003308, 2e
loadbin "full_emb_sysram.bin", 0
verifybin "full_emb_sysram.bin", 0
r
g
exit

Best regards,
Ingo

gwang
Offline
Last seen:4 years 11 months ago
加入:2014-08-07 18:27
I have one more question

I have one more question after this, based on the tutorial, when we press "boot as peripheral" or "boot as central,", on the left side, advertise or scan icon should appear, but for my UI, there is nothing there, I cannot figure out the reason.

gwang
Offline
Last seen:4 years 11 months ago
加入:2014-08-07 18:27
====> [14:15:53.515] Rx <====

====> [14:15:53.515] Rx <====
UART COM6 Open

====> [14:15:53.522] Tx <====
Src Task : 0x3f (TASK_APP)
Dst Task : 0xd (TASK_GAPM)
味精Id: 0 x3402 (GAPM_RESET_CMD)
Payload : 02 34 0d 00 3f 00 01 00 01

only this information pop on the right side

FH_Dialog
Offline
Last seen:4 weeks 23 hours ago
工作人员
加入:2013-12-06 15:12
HI Gwang

HI Gwang
It looks like that the BLE doesn't receive the first command to bring up. Can you please check your SW/HW version are updated?

gwang
Offline
Last seen:4 years 11 months ago
加入:2014-08-07 18:27
Hi, FH_Dialog,

Hi, FH_Dialog,
I think there is only one version of connection manager, the reason I guess is the incompatibility b/w connection manager and my laptop, because one is 32 bit, one is 64 bit, but now most PC is 64 bit, we have no 32 bit pc to confirm this reason. My colleague in China also fails at the same step(i am in San Jose).

krownyub
Offline
Last seen:5 years 6 months ago
加入:2015-04-06 05:41
Dear FH_Dialog

Dear FH_Dialog

I'm working in Korea
I'm in the same situation mentioned that Mr. gwang tried to use connection manager for DA14580
In my case, the same problem occurred could you check the version of connection manager available in Win 64bit.

richardejiang
Offline
Last seen:5 years 9 months ago
加入:2015-05-08 04:49
Hello,

Hello,

Same issue. Tried adding the loadbin.txt to the folder you mentioned, but then got the ERROR message: Loading binary file ...[full_emb_sysram.bin] ERROR: Could not open file. Then clicking on Boot central or Boot peripheral only generates the blue and green words in the main window, but nothing changes in the left side bar (which is different from the manual).

Can you help with the issue? Because I'm stuck to this step and couldn't proceed.

Regards.

Ingo
Offline
Last seen:3 months 2 weeks ago
Guru Panasonic
加入:2014-01-16 11:19
Hello,

Hello,
do you have admin permission on the PC you are using?
There is write and read permission needed on C drive. Some companies restrict this. Can you ask your administrator for help?
Best regards,
Ingo

jet_hao
Offline
Last seen:2 years 11 months ago
加入:2016-06-17 06:51
I am having same issue here.

I am having same issue here. I added loadbin.txt file as suggested by Ingo. After that I got
Loading binary file... [full_emb_sysram.bin]
ERROR: Could not open file.

Loading binary file full_emb_sysram.bin
ERROR: Could not open file.

Threre is no such file. Where should I expect to find it and where should I put it?

Thanks

MT_dialog
Offline
Last seen:2 months 4 days ago
工作人员
加入:2015-06-08 11:34
Hi jet_hao,

Hi jet_hao,

The full_emb.bin file should be located in the C:/Program Files/ConnectionManager/bin/firmware_upload directory. Check if the file exists in the specified directory. Also change the full_emb_sysram.bin with full_emb.bin in the loadbin.txt file.

Thanks MT_dialog