Post Reply 
Flashing HP15CE with linux
Yesterday, 06:49 PM
Post: #54
RE: Flashing HP15CE with linux
I have successfully flashed the last firmware to HP-15C CE from Linux following the steps by Idnarn.

I used an old laptop with an old version of Debian about the same age (2014) as the bossa's fork with SAM4L support: https://sourceforge.net/p/bossa-fork/code/

The only issue I found compiling bossa is it's configured to use Clang compiler that I didn't have installed in my Linux*, so I used GCC and compiled just fine, for that I changed a line in Makefile:

original Makefile:
Code:
CXX=clang++

changed:
Code:
CXX=g++

I didn't use graphic interface, just bossac command line tool.

For the record, the Linux kernel driver necessary to get bossa working is cdc_acm to talk with the calculator USB controller.
Usually will be as a kernel module automatically loaded, but just in case it can be done manually:
Code:
modprobe cdc_acm

That will create the device file /dev/ttyACM0 when the calculator is connected to USB and the sequence ERASE+RESET done, bossa will detect this device automatically, if not you can force it with the -p option of bossac.

Thanks to Idnarn and all the people that contributed to this, specially Divasson for producing the new pogo cable.

* I think Clang is the default compiler in MacOS X but GCC in Linux, that said CLANG can be installed in Linux so the Makefile modification wouldn't be needed.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Flashing HP15CE with linux - blackjetrock - 11-27-2024, 07:47 AM
RE: Flashing HP15CE with linux - RPNerd - 11-27-2024, 08:31 AM
RE: Flashing HP15CE with linux - RPNerd - 11-27-2024, 08:41 AM
RE: Flashing HP15CE with linux - rprosperi - 11-27-2024, 12:37 PM
RE: Flashing HP15CE with linux - Jase - 11-27-2024, 12:49 PM
RE: Flashing HP15CE with linux - Idnarn - 11-27-2024, 03:08 PM
RE: Flashing HP15CE with linux - Idnarn - 11-27-2024, 03:07 PM
RE: Flashing HP15CE with linux - Idnarn - 11-27-2024, 03:35 PM
RE: Flashing HP15CE with linux - Idnarn - 11-27-2024, 05:52 PM
RE: Flashing HP15CE with linux - Idnarn - 11-28-2024, 01:18 AM
RE: Flashing HP15CE with linux - Idnarn - 11-29-2024, 04:47 PM
RE: Flashing HP15CE with linux - Idnarn - 11-29-2024, 05:26 PM
RE: Flashing HP15CE with linux - Idnarn - 11-29-2024, 05:06 PM
RE: Flashing HP15CE with linux - Idnarn - 11-29-2024, 05:07 PM
RE: Flashing HP15CE with linux - Idnarn - 11-29-2024, 05:50 PM
RE: Flashing HP15CE with linux - Idnarn - 11-30-2024, 03:36 AM
RE: Flashing HP15CE with linux - cdmackay - 12-01-2024, 07:17 PM
RE: Flashing HP15CE with linux - ebs - Yesterday 06:49 PM



User(s) browsing this thread: 2 Guest(s)