LPC Link2 program_CMSIS in gnu/linux

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

LPC Link2 program_CMSIS in gnu/linux

3,649 Views
jhd
Contributor III

Hello,

When I to program the LPC Link2 with the script program_CMSIS the console is not responding (in bionic beaver)

lpclink2.png

99-lpcscrypt.rules
 # NXP LPC (unbooted LPC18/LPC43 device waiting for DFU)
SUBSYSTEM=="usb", ATTRS{idVendor}=="1fc9", ATTRS{idProduct}=="000c", MODE="0666"
# LPC18/43 running the lpcscrypt firmware
SUBSYSTEM=="tty", ATTRS{idVendor}=="1fc9", ATTRS{idProduct}=="0083", MODE="0666"
# stop the ModemManager from trying to use this port as a modem!‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍

dmesg
[65653.379350] usb 3-2.4: new high-speed USB device number 13 using xhci_hcd
[65653.579860] usb 3-2.4: New USB device found, idVendor=1fc9, idProduct=000c
[65653.579868] usb 3-2.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[65653.579872] usb 3-2.4: Product: LPC
[65653.579876] usb 3-2.4: Manufacturer: NXP
[65653.579880] usb 3-2.4: SerialNumber: ABCD‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍

The boot is ok

./boot_lpcscrypt
 Looking for DFU devices with VID 1fc9 PID 000c ...
dfu-util -d 1fc9:000c -c 1 -i 0 -t 2048 -R -D /usr/local/lpcscrypt/scripts/../bin/LPCScrypt_227.bin.hdr
Booted LPCScrypt target (1fc9:000c) with /usr/local/lpcscrypt/scripts/../bin/LPCScrypt_227.bin.hdr‍‍‍‍

If I use ./lpcscrypt queryblock I get No serial ports.

In tty I have not created anything tty terminal as ACMn or USBn. It's necessary?

Best regards

18 Replies

3,109 Views
jhd
Contributor III

Hello,

I buy a new usb mini b wire and now works in ubuntu 19

NAME="Ubuntu"
VERSION="19.04 (Disco Dingo)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 19.04"
VERSION_ID="19.04"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=disco
UBUNTU_CODENAME=disco

Found DFU: [1fc9:000c] ver=0100, devnum=5, cfg=1, intf=0, path="3-2", alt=0, name="DFU", serial="ABCD"

LPCScrypt - CMSIS-DAP firmware programming script v2.0.0 June 2018.
Connect an LPC-Link2 or LPCXpresso V2/V3 Board via USB then press Space.
Booting LPCScrypt
.
CMSIS-DAP firmware successfully programmed to flash.
LPC-Link2 programmed with LPC432x_CMSIS_DAP_V5_224.bin.hdr and has the uniqueID: JXBUF0CR
 - To use: make link JP1 (nearest USB) and reboot the board
Connect next board then press Space (or <return> to Quit)

Thank you very much.

BR

0 Kudos
Reply

3,109 Views
jeremyzhou
NXP Employee
NXP Employee

Hi Javier Hernandez,

Glad to hear that.
Have a great day,
TIC

-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

3,109 Views
jhd
Contributor III

I have started McuExpresso and booted the LPC Link2 with the jumper in JP1, and the serial port ACM0 is created.

udevadm monitor
UDEV [40789.512598] add /devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.1/tty/ttyACM0 (tty)
UDEV [40789.518267] bind /devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.1 (usb)
‍‍‍

./lpcscrypt -d ?
USB serial devices:
/dev/ttyACM0‍‍‍

dmesg
[42272.401334] usb 3-1: new high-speed USB device number 64 using xhci_hcd
[42272.550352] usb 3-1: New USB device found, idVendor=1fc9, idProduct=0090
[42272.550360] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[42272.550365] usb 3-1: Product: LPC-LINK2 CMSIS-DAP V5.182
[42272.550369] usb 3-1: Manufacturer: NXP Semiconductors
[42272.550373] usb 3-1: SerialNumber: JXBUF0CR
[42272.553259] hid-generic 0003:1FC9:0090.0007: hiddev0,hidraw3: USB HID v1.00 Device [NXP Semiconductors LPC-LINK2 CMSIS-DAP V5.182] on usb-0000:00:14.0-1/input0
[42272.555432] hid-generic 0003:1FC9:0090.0008: hiddev1,hidraw4: USB HID v1.00 Device [NXP Semiconductors LPC-LINK2 CMSIS-DAP V5.182] on usb-0000:00:14.0-1/input4
[42272.556085] cdc_acm 3-1:1.1: ttyACM0: USB ACM device
[42272.557304] hid-generic 0003:1FC9:0090.0009: hiddev2,hidraw5: USB HID v1.11 Device [NXP Semiconductors LPC-LINK2 CMSIS-DAP V5.182] on usb-0000:00:14.0-1/input3

7.1 Multiple serial ports When LPCScrypt firmware is booted, it will enumerate on the host as a USB serial (VCOM) port. In normal operation LPCScrypt (host) will be able to detect and use the correct serial port automatically. However this automatic detection cannot identify the port to use if multiple USB serial ports are found. The solution is to manually identify the correct serial port and specify it to LPCScrypt using the -d switch.

I have identified the serial port so but I get this error with any command. (neither as root or resetting the lpc link2).

./lpcscrypt -d /dev/ttyACM0 erase all
Error opening /dev/ttyACM0: Resource temporarily unavailable
(Sometimes ISP reset, or erasing the flash, can help...)
Previous error(s) stops further processing
Error: <Command line>:0: Resource temporarily unavailable
 Script cmd: batchmode 1
 Last target cmd: =print 1715657266
Terminated with errors‍‍‍‍‍‍‍‍
0 Kudos
Reply

3,109 Views
jeremyzhou
NXP Employee
NXP Employee

Hi Javier Hernandez,

Thank you for your interest in NXP Semiconductor products and
for the opportunity to serve you.
Please try the below command, and it works on my site

./program_CMSIS ‍

pastedImage_39.jpg


Have a great day,
TIC

-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

3,109 Views
jhd
Contributor III

Hi jeremyzhou,

Thank you for the reply,

I have try in windows and works fine, but i don't use windows in my machine. 

Best regards

0 Kudos
Reply

3,109 Views
jeremyzhou
NXP Employee
NXP Employee

Hi Javier Hernandez,

Thanks for your reply.
The website seems to not support open the video you uploaded, please upload it again or try other ways to show.

pastedImage_1.png

Have a great day,
TIC

 

-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!

 

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

0 Kudos
Reply

3,109 Views
jhd
Contributor III

Hello,

The video was being processed, now it can be seen, I can see it in Chrome.

Best regards

0 Kudos
Reply

3,109 Views
jeremyzhou
NXP Employee
NXP Employee

Hi Javier Hernandez,

Thanks for your reply.

Unfortunately, I'm still unable to watch the video.:smileyplain:
Have a great day,
TIC

-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

0 Kudos
Reply

3,109 Views
jhd
Contributor III

No problem, in the video only is show the dots, as a image of the initial post.


I do not understand why in my ubuntu installation does not give an answer, even if it is an error, it only shows points and so for hours.

Have a great day.

0 Kudos
Reply

3,109 Views
jeremyzhou
NXP Employee
NXP Employee

Hi Javier Hernandez,

Thanks for your reply.
It seems a bit weird, I'd like to know what the version of Ubuntu you use.
Have a great day,
TIC

-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

0 Kudos
Reply

3,109 Views
jhd
Contributor III

Hello jeremyzhou,

You can see the video from Drive.

BR

0 Kudos
Reply

3,109 Views
jeremyzhou
NXP Employee
NXP Employee

Hi Javier Hernandez,

I use the VM.

processor : 0
vendor_id : GenuineIntel
cpu family : 6
model  : 78
model name : Intel(R) Core(TM) i7-6600U CPU @ 2.60GHz
stepping : 3
microcode : 0xbe
cpu MHz  : 2807.999
cache size : 4096 KB
physical id : 0
siblings : 1
core id  : 0
cpu cores : 1
apicid  : 0
initial apicid : 0
fpu  : yes
fpu_exception : yes
cpuid level : 22
wp  : yes
flags  : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts nopl xtopology tsc_reliable nonstop_tsc aperfmperf pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm abm 3dnowprefetch epb invpcid_single kaiser fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 invpcid rtm rdseed adx smap xsaveopt dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp
bugs  : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf
bogomips : 5615.99
clflush size : 64
cache_alignment : 64
address sizes : 42 bits physical, 48 bits virtual
power management:

processor : 1
vendor_id : GenuineIntel
cpu family : 6
model  : 78
model name : Intel(R) Core(TM) i7-6600U CPU @ 2.60GHz
stepping : 3
microcode : 0xbe
cpu MHz  : 2807.999
cache size : 4096 KB
physical id : 2
siblings : 1
core id  : 0
cpu cores : 1
apicid  : 2
initial apicid : 2
fpu  : yes
fpu_exception : yes
cpuid level : 22
wp  : yes
flags  : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts nopl xtopology tsc_reliable nonstop_tsc aperfmperf pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm abm 3dnowprefetch epb invpcid_single kaiser fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 invpcid rtm rdseed adx smap xsaveopt dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp
bugs  : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf
bogomips : 5615.99
clflush size : 64
cache_alignment : 64
address sizes : 42 bits physical, 48 bits virtual
power management:

processor : 2
vendor_id : GenuineIntel
cpu family : 6
model  : 78
model name : Intel(R) Core(TM) i7-6600U CPU @ 2.60GHz
stepping : 3
microcode : 0xbe
cpu MHz  : 2807.999
cache size : 4096 KB
physical id : 4
siblings : 1
core id  : 0
cpu cores : 1
apicid  : 4
initial apicid : 4
fpu  : yes
fpu_exception : yes
cpuid level : 22
wp  : yes
flags  : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts nopl xtopology tsc_reliable nonstop_tsc aperfmperf pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm abm 3dnowprefetch epb invpcid_single kaiser fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 invpcid rtm rdseed adx smap xsaveopt dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp
bugs  : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf
bogomips : 5615.99
clflush size : 64
cache_alignment : 64
address sizes : 42 bits physical, 48 bits virtual
power management:

processor : 3
vendor_id : GenuineIntel
cpu family : 6
model  : 78
model name : Intel(R) Core(TM) i7-6600U CPU @ 2.60GHz
stepping : 3
microcode : 0xbe
cpu MHz  : 2807.999
cache size : 4096 KB
physical id : 6
siblings : 1
core id  : 0
cpu cores : 1
apicid  : 6
initial apicid : 6
fpu  : yes
fpu_exception : yes
cpuid level : 22
wp  : yes
flags  : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts nopl xtopology tsc_reliable nonstop_tsc aperfmperf pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm abm 3dnowprefetch epb invpcid_single kaiser fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 invpcid rtm rdseed adx smap xsaveopt dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp
bugs  : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf
bogomips : 5615.99
clflush size : 64
cache_alignment : 64
address sizes : 42 bits physical, 48 bits virtual
power management:
‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍

Below is the steps of updating the CMSIS firmware.

jeremy198787@ubuntu:/usr/local/lpcscrypt-2.1.0_842/scripts$ ./program_CMSIS

LPCScrypt - CMSIS-DAP firmware programming script v2.0.0 June 2018.

Connect an LPC-Link2 or LPCXpresso V2/V3 Board via USB then press Space.
Booting LPCScrypt
(ignoring exit dfu-util code 74 after successful operation)
..
CMSIS-DAP firmware successfully programmed to flash.

LPC-Link2 programmed with LPC432x_CMSIS_DAP_V5_224.bin.hdr and has the uniqueID: DYGUN0IS
  - To use: make link JP1 (nearest USB) and reboot the board

Connect next board then press Space (or <return> to Quit)
‍‍‍‍‍‍‍‍‍‍‍‍‍‍

TIC

 

-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!

 

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

0 Kudos
Reply

3,109 Views
jhd
Contributor III

Ok, I'm going to try in VM with a fresh ubuntu 16 installation.

BR

0 Kudos
Reply

3,109 Views
jhd
Contributor III

Hello,

I have problems with efi secure boot and the vm, not try yet.

I have upgrade to Ubuntu 19 but not resolve. I have teste in other machine with other windows 10 and I get the same error.

BR

0 Kudos
Reply

3,109 Views
jhd
Contributor III

Hello,

VERSION="18.04.2 LTS (Bionic Beaver)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 18.04.2 LTS"
VERSION_ID="18.04"

Udev rule files:

50-myusb.rules

99-lpcscrypt.rules

0 Kudos
Reply

3,109 Views
converse
Senior Contributor V

What hardware are you using? Or is it running in a VM?

0 Kudos
Reply

3,108 Views
jhd
Contributor III

I use the host, not VM.

sudo cat /proc/cpuinfo
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 58
model name : Intel(R) Core(TM) i7-3537U CPU @ 2.00GHz
stepping : 9
microcode : 0x21
cpu MHz : 1831.985
cache size : 4096 KB
physical id : 0
siblings : 4
core id : 0
cpu cores : 2
apicid : 0
initial apicid : 0
fpu : yes
fpu_exception : yes
cpuid level : 13
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm cpuid_fault epb pti ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms xsaveopt dtherm ida arat pln pts md_clear flush_l1d
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds
bogomips : 4988.14
clflush size : 64
cache_alignment : 64
address sizes : 36 bits physical, 48 bits virtual
power management:

processor : 1
vendor_id : GenuineIntel
cpu family : 6
model : 58
model name : Intel(R) Core(TM) i7-3537U CPU @ 2.00GHz
stepping : 9
microcode : 0x21
cpu MHz : 1690.642
cache size : 4096 KB
physical id : 0
siblings : 4
core id : 1
cpu cores : 2
apicid : 2
initial apicid : 2
fpu : yes
fpu_exception : yes
cpuid level : 13
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm cpuid_fault epb pti ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms xsaveopt dtherm ida arat pln pts md_clear flush_l1d
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds
bogomips : 4988.14
clflush size : 64
cache_alignment : 64
address sizes : 36 bits physical, 48 bits virtual
power management:

processor : 2
vendor_id : GenuineIntel
cpu family : 6
model : 58
model name : Intel(R) Core(TM) i7-3537U CPU @ 2.00GHz
stepping : 9
microcode : 0x21
cpu MHz : 1859.737
cache size : 4096 KB
physical id : 0
siblings : 4
core id : 0
cpu cores : 2
apicid : 1
initial apicid : 1
fpu : yes
fpu_exception : yes
cpuid level : 13
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm cpuid_fault epb pti ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms xsaveopt dtherm ida arat pln pts md_clear flush_l1d
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds
bogomips : 4988.14
clflush size : 64
cache_alignment : 64
address sizes : 36 bits physical, 48 bits virtual
power management:

processor : 3
vendor_id : GenuineIntel
cpu family : 6
model : 58
model name : Intel(R) Core(TM) i7-3537U CPU @ 2.00GHz
stepping : 9
microcode : 0x21
cpu MHz : 1563.234
cache size : 4096 KB
physical id : 0
siblings : 4
core id : 1
cpu cores : 2
apicid : 3
initial apicid : 3
fpu : yes
fpu_exception : yes
cpuid level : 13
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm cpuid_fault epb pti ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms xsaveopt dtherm ida arat pln pts md_clear flush_l1d
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds
bogomips : 4988.14
clflush size : 64
cache_alignment : 64
address sizes : 36 bits physical, 48 bits virtual
power management:

0 Kudos
Reply

3,108 Views
jeremyzhou
NXP Employee
NXP Employee

Hi Javier Hernandez,

On my site, the revision is Ubuntu 16.04.05 LTS, maybe you can give a try.
Meanwhile, I'd like to suggest you record the steps of programming the LPC Link2 by the script program_CMSIS, then upload it to the Youtube or other websites, and share me the link, as as I want to figure the error out.
TIC

-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

0 Kudos
Reply