<indy>
borneoa___, sorry for duplicate, 'history browsing' betrayed me :)
<indy>
jn, mpc based microcontrollers (e200 cores - nxp mpc5xxx and st spc56) are using nexus, mpc8xx up to pxxxx (including mpc83xx and mpc85xx) (e300/e500) cores have bdm https://github.com/lowlander/libmpc8xx
<indy>
dormito, you have explicitly jtag/cop mentioned on schematics
<dormito>
hah. it's literally bitbanging the BDM over a parallel port? clever. Will be useful as a referance. Sadly I have no hardware for parallel ports. So I'll have to whip up something with a USB/FPGA or USB/GPIO device.
<jn>
indy: is Nexus the same as OnCE? i think i saw them in the same document (AN3283), and it looked quite implementable. unfortunately, my MPC83xx has "JTAG/COP", which doesn't work like OnCE
<jn>
i'll have a look at the BDM documents, it's always nice to have documents at all
<indy>
jn, nexus is more like arm dap
<indy>
and jtag/cop looks to me as predecessor of nexus on top of bdm instead of jtag
<indy>
borneoa___, i tried apply patches in following order and first one failed to apply
<indy>
it seems problem of rpmbuild not patch
<borneoa___>
indy: yes, you need the 4 patches for building with jimtcl as submodule. If you build with jimtcl external library, then you can drop 7517. If you don't build the driver vdebug, then you can drop 7221 too.