Discussion:
[UrJTAG-dev] MPC8313 bus
Greg Foringer
2014-03-14 19:04:59 UTC
Permalink
Hi guys,

I've got an MPC8313E chip that I'd like to do a readmem on using urjtag. I
built the latest source from github and ./configure says that the build is
configured for the mpc8313 bus but when I make, the program does not have
mpc8313 in its list if I try to do an initbus. I also have the bsdl file
for this chip and converted it using bsdl2jtag, however when I try to use
"include" in urjtag, it closes with "input in flex scanner failed." I have
flex 2.5.35 installed.

Do you guys have any ideas why the mpc8313 bus is not making it to the
build output, or alternatively, do you know the cause of the flex scanner
failed issue that prevents me from using the signal file I generated?

Thanks in advance for any help,
Greg
Mike Frysinger
2014-08-03 14:08:25 UTC
Permalink
Post by Greg Foringer
I've got an MPC8313E chip that I'd like to do a readmem on using urjtag. I
built the latest source from github and ./configure says that the build is
configured for the mpc8313 bus but when I make, the program does not have
mpc8313 in its list if I try to do an initbus. I also have the bsdl file
for this chip and converted it using bsdl2jtag, however when I try to use
"include" in urjtag, it closes with "input in flex scanner failed." I have
flex 2.5.35 installed.
Do you guys have any ideas why the mpc8313 bus is not making it to the
build output, or alternatively, do you know the cause of the flex scanner
failed issue that prevents me from using the signal file I generated?
looks like you're unlucky ;). we had one bus missing from the central list
and that was ... mpc8313. i've fixed latest svn now so it should show up in
initbus now.
-mike

Loading...