Andrei Warkentin
Andrei Warkentin
Add PhyMode (to populate Genet->PhyMode) and inherit from the VPU-passed FDT
Today this is done elsewhere (too lazy to check, but I think DriverBinding Start()), but ought to be done in the Initialize callback, since that's how the initialize callback is...
This is an interesting one since the image boots on the 64-bit Pi 2 but hangs on Pi 3/3B+/3A+. I did not check serial.
No longer boots (rainbow screen). Will have to analyze.
Symptom for this is no fs0 while dblk seemingly works. "Connect -r" on a DEBUG build will complain about partition end being beyond LastBlock. The LastBlock value is bogus and...
Hi Michael, It's been a while since we last chatted (GSoC 2012? 2011?). First of all big thanks for your fixes/cleanups to the Tiano DWC2 driver. And thanks for pipxe....
Hello! After building and flashing, the FTDI endpoint disappears unless I hold down the reset button. As soon as I release it, it disappears. It doesn't do that with the...
The usb2udp tool seems like it's only meant to work on Windows, and it relies on the FT601 binary lib... I don't mind writing a tool, but it would be...
INFO:SoC:-------------------------------------------------------------------------------- Traceback (most recent call last): File "/home/andreiw/src/litex/pcie_screamer/./pcie_screamer.py", line 156, in main() File "/home/andreiw/src/litex/pcie_screamer/./pcie_screamer.py", line 152, in main prog = soc.platform.create_programmer() File "/home/andreiw/src/litex/litex/litex/build/generic_platform.py", line 506, in create_programmer raise NotImplementedError NotImplementedError...