CAN bootloader for S32K144

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

CAN bootloader for S32K144

2,450 Views
momo12
Contributor III

Hi

in meanwhile I got a copy of the can bootlader form NXP support.

I tried to run it and I get this issue:

Exception in thread "main" java.lang.UnsatisfiedLinkError: C:\Users\xyz\Desktop\vector_support\S32K148_Bootloader\S32K148_Bootloader\Bootloader interface\Java interface\win32com.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform

Will installing 32 bit java solve the issue?

Tags (3)
4 Replies

1,471 Views
roy_vanlierop
Contributor III

Yes, installing the 32bit version seems to help.

0 Kudos

1,857 Views
akshaykul89
Contributor III

Hello Jiri,

I am having same issue. Can you please help me with this ?

I am using AN12218SW Sample application got from below link 

S32k144 boot loader 

Can I get win32com.dll for 64 bit platform ?

Please revert. 

Regards,

Akshay K.

0 Kudos

1,857 Views
jiri_kral
NXP Employee
NXP Employee

Hi, 

If I'm correct - win32com.dll is part of Java installation - Java Communication API and is already present in serial bootloader interface root. From readme.txt I can see that this interface requires Java jre7: 

To open this interface:
1.- Double click on Serial_Bootloader_Interface.jar
2.- or In cmd you can use the following:
c:\your_directory\your folder\Java interface>java -jar Serial_Bootloader_interface.jar
3.- or select open with and chose the javaw.exe file from your installed Java run time environment, for instance:
C:\Program Files\Java\jre7\bin\javaw.exe


To use the Bootloader interface simply:
1. Select communication port
2. Select baudrate, the default baudrate is 19200.
3. Select SREC file to send


4. Click download, and the SREC file will be sent line after line.

 

I can use this interface without any issue on 64bit win10: 

pastedImage_1.png

Jiri

0 Kudos

1,857 Views
jiri_kral
NXP Employee
NXP Employee

Hi, 

what Bootloader and version do you have? 

Jiri

0 Kudos