Content originally posted in LPCWare by MacGyverQue on Thu May 03 08:08:46 MST 2012
Starting a new thread to consolidate my issue and ensure it doesn't get grouped with the previous "solved" thread "License Restriction..."
When attempting to start lpcxpresso from the command line after upgrading to Ubuntu 12 on a system that lpcxpresso functioned perfectly with on Ubuntu 11, I get the following results:
[B]./lpcxpresso[/B]
java.text.ParseException: [COLOR=Red]Cannot read MAC address from [eth0 Link encap:Ethernet HWaddr 5c:26:0a:82:49:f0 [/COLOR]
inet addr:10.211.100.71 Bcast:10.211.100.255 Mask:255.255.255.0
inet6 addr: fe80::5e26:aff:fe82:49f0/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:627266 errors:0 dropped:0 overruns:0 frame:0
TX packets:316923 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:752749010 (752.7 MB) TX bytes:30426037 (30.4 MB)
Interrupt:20 Memory:e6e00000-e6e20000
[B]Additionally, when simply attempting to program the flash from the IDE, it says:[/B]
53: License does not permit flash operations form command line
Pc: ( 0) Reading remote configuration
Ni: LPCXpresso Debug Driver v4.0 (Mar 25 2012 14:25:27)
Nc: Looked for chip XML file in /usr/local/lpcxpresso_4.2.2_238/lpcxpresso/bin/LPC1768.xml
Nc: Looked for vendor directory XML file in /usr/local/lpcxpresso_4.2.2_238/lpcxpresso/bin/nxp_directory.xml
Nc: Found generic directory XML file in /usr/local/lpcxpresso_4.2.2_238/lpcxpresso/bin/crt_directory.xml
Pc: ( 5) Remote configuration complete
Pc: ( 30) Emulator Connected
Pc: ( 40) Debug Halt
Pc: ( 50) CPU ID
Nc: Emu(0): Conn&Reset. DpID: 4BA00477. Info: LPCLINK_1_1
Nc: JTAG Frequency: 250 KHz. RTCK: False. Vector catch: False.
Nc: Packet delay: 0 Poll delay: 0.
Nc: NXP: LPC1768 Part ID: 0x00000000
Pc: ( 65) Chip Setup Complete
Wt: License check failure (CheckLicense 0)
Nt: Connected: was_reset=false. was_stopped=true
Cr:f Restricted - unregistered license, download limit of 8K
Pc: ( 70) License Check Complete
Et:53: License does not permit flash operations from command line
Pc: (100) Target Connection Failed
[B] Weird thing is, when I select "Display License Type" it reports:[/B]
License type: FULL
Debug limit: 128k
Activation code: [Removed for Security]
A FULL copy of LPCXpresso may be used for production.
[B][I]I'm thinking the issue is with the way the MAC is parsed from the command line which is throwing the java.text.parseexception
[/I][/B]This is still very much so an issue. I can't debug or load code to the processor.
Any help will be greatly appreciated. As noted in the other thread, I'm trying my best to evaluate the Code Red software suite before purchasing a group license for my company and unfortunately time is of the essence.
If lpcxpresso doesn't work with Ubuntu 12, I guess I'm to assume the same applies to the entire software suite. Is this incorrect?