<shorne>
darn, now after rebuilding linux wont boot, debug time
Martoni42 has joined #litex
<jevinskie[m]>
I hate that! Same thing here, left a litex project for a month and now I’m driving conflicting values to a signal
<shorne>
ok, it boots now, I am trying to boot the rootfs off the sdcard and it doesn't seem to like that maybe, let me try something else
<_florent_>
shorne: nice for the uptime! Sorry to hear something broke, I don't think we made changes to the gateware in the last 2-3 months that could explain this, but if you can find a commit that still works and one that no longer works, I can look at this.
<_florent_>
jevinskie[m]: Can you give more information? On which core do you have a driving conflict?
<sajattack[m]>
I don't know what I did (probably screwed up my buildroot somehow) but opensbi reports the proper 8 core imafdc and linux (/proc/cpuinfo) reports a single ima core
<sajattack[m]>
any ideas what I broke within buildroot?
<sajattack[m]>
it's also reporting 55MB of RAM instead of 1GB
<jevinskie[m]>
Oh this was my own design, not in litex core. I’ve since fixed the issue :)
<jevinskie[m]>
One thing I can report is a build error in toolchain selection when switching from cpu-type != None to None. Was confusing at first but I know the automatic build refresh is a WIP
<jevinskie[m]>
It was a bug in my altera jtag primitive addition to jtag.py. It works with ftdi adapters but my main goal is to get it working with usb blaster since so many are built in (e.g. DECA w/o another serial port). The timing seems to be off since it is sensitive to clones (that are still valid JTAG, just slow/weird) and jtag clock. Hopefully this breakout adapter for my saleae probe will help me find the root cause
futarisIRCcloud has quit [Quit: Connection closed for inactivity]
peepsalot has quit [Ping timeout: 252 seconds]
Martoni42 has joined #litex
michalsieron has joined #litex
peepsalot has joined #litex
peeps[zen] has quit [Ping timeout: 252 seconds]
michalsieron has quit [Remote host closed the connection]
<Melkhior>
sajattack[m]: Yes I was compiling natively - and yes I cross-compiled binutils & gcc to create the native tools. I also had to copy includes & some other stuff from a buildroot intermediate directory to the micro-sd card (which I use for boot & root)