_florent_ changed the topic of #litex to: LiteX FPGA SoC builder and Cores / Github : https://github.com/enjoy-digital, https://github.com/litex-hub / Logs: https://freenode.irclog.whitequark.org/litex
tpb has quit [Remote host closed the connection]
tpb has joined #litex
CarlFK has quit [Quit: Leaving.]
CarlFK has joined #litex
CarlFK has quit [Client Quit]
CarlFK has joined #litex
CarlFK has quit [Client Quit]
CarlFK has joined #litex
Skip has quit [Remote host closed the connection]
HoloIRCUser1 has joined #litex
Degi_ has joined #litex
HoloIRCUser has quit [Ping timeout: 260 seconds]
Degi has quit [Ping timeout: 258 seconds]
Degi_ is now known as Degi
Skip has joined #litex
scanakci has quit [Quit: Connection closed for inactivity]
<somlo> _florent_: I think the latest litedram commit (eaf0691) broke SDRAM initialization on my trellisboard
<somlo> initializes and passes memtest OK all the way up to and including 12a017f
HoloIRCUser2 has joined #litex
HoloIRCUser1 has quit [Ping timeout: 272 seconds]
CarlFK has quit [Ping timeout: 240 seconds]
CarlFK has joined #litex
CarlFK has quit [Client Quit]
Skip has quit [Remote host closed the connection]
CarlFK has joined #litex
scanakci has joined #litex
<scanakci> darren099: yes it does.
<darren099> Thanks. I was able to boot at 115200 but no luck at higher speeds
john_k[m] has quit [*.net *.split]
Claude has quit [*.net *.split]
synaption[m] has quit [*.net *.split]
_florent_ has quit [*.net *.split]
pdp7 has quit [*.net *.split]
Degi has quit [Ping timeout: 264 seconds]
synaption[m] has joined #litex
pdp7 has joined #litex
Claude has joined #litex
john_k[m] has joined #litex
_florent_ has joined #litex
Degi has joined #litex
<_florent_> somlo: thanks for the feedback, i'll continue looking at that today, that's probably related to the DQS preamble/postamble.
CarlFK has quit [Ping timeout: 260 seconds]
CarlFK has joined #litex
CarlFK has quit [Ping timeout: 260 seconds]
CarlFK has joined #litex
HoloIRCUser has joined #litex
HoloIRCUser1 has joined #litex
HoloIRCUser2 has quit [Read error: Connection reset by peer]
HoloIRCUser has quit [Ping timeout: 258 seconds]
darren099 has quit [Ping timeout: 250 seconds]
captain_morgan has quit [Quit: Ping timeout (120 seconds)]
captain_morgan has joined #litex
FFY00 has quit [Remote host closed the connection]
FFY00 has joined #litex
FFY00 has quit [Max SendQ exceeded]
FFY00 has joined #litex
CarlFK has quit [Ping timeout: 260 seconds]
HoloIRCUser has joined #litex
HoloIRCUser1 has quit [Ping timeout: 246 seconds]
CarlFK has joined #litex
Skip has joined #litex
HoloIRCUser1 has joined #litex
HoloIRCUser has quit [Ping timeout: 256 seconds]
FFY00 has quit [Remote host closed the connection]
FFY00 has joined #litex
darren099 has joined #litex
darren099 has quit [Read error: Connection reset by peer]
darren099 has joined #litex
darren099 has quit [Ping timeout: 265 seconds]
darren099 has joined #litex
HoloIRCUser has joined #litex
HoloIRCUser1 has quit [Ping timeout: 256 seconds]
HoloIRCUser1 has joined #litex
HoloIRCUser has quit [Ping timeout: 256 seconds]
HoloIRCUser has joined #litex
HoloIRCUser1 has quit [Ping timeout: 264 seconds]
<scanakci> somlo: I am getting closer. Your patches were extremely useful :)
<scanakci> I am using UART_POLL than interrupt. I modified the dts accordingly by getting rid of interrupts. @somlo: Is there anything that comes to your mind that requires some changes in your patches? I am debugging the current problem using simulator now and hope to figure out the bug(s) soon.
<somlo> scanakci: does BlackParrot have Supervisor and User mode support?
<scanakci> yes
<somlo> _florent_: litedram 48c2fc2 fixed the problem I had yesterday, we're back in business -- thanks!
<somlo> scanakci: it'd be interesting if you could figure out what the trapping opcode is, and where... I remember seeing something like that when I tried booting linux on a rocket compiled without S, U, and a MMU
<somlo> but that was long ago. How to fix it depends on what is breaking,and I can't tell off the top of my head from your screenshot
<scanakci> true, I am collecting more debug info now. I should have a better idea in couple of hours.
<scanakci> If I simulate the same bbl rather than pushing to the FPGA, it prints "[" (the first char of linux bootup) and hangs
<scanakci> I hope fixing the issue when simulating will make it work on FPGA