Joel Stanley
Joel Stanley
I was using https://github.com/shenki/linux/commits/dev-4.10 (warning: frequent rebasing) which contains a number of @legoater's mtd changes ``` ARM: dts: aspeed: add a fastread property mtd: spi-nor: aspeed: remove dummies from keep...
I've only tested on ast2400 so far. Here are some builds if you want to do some testing: https://openpower.xyz/job/openbmc-build-gerrit-trigger-multi/2373/ https://gerrit.openbmc-project.xyz/#/c/2846/
@mdmillerii is this still an issue that needs to be tracked?
Was there anything else in dmesg? "Wrong NCSI state" would have been interesting. Can you repro by poking at GPIOA7, GPIOA6, GPIOR7 or GPIOR6? Those are the MDIO pins for...
I tried using pip to update setuptools in the conda env and it said: ``` Requirement already up-to-date: setuptools in /usr/lib/python3/dist-packages (41.2.0) ```
I worked around the issue by removing python3-setuptools from my system.
I couldn't reproduce inside a container. ``` docker run -it debian:testing /bin/bash apt update && apt install git python3-setuptools wget make adduser test su test cd ~ git clone https://github.com/timvideos/litex-buildenv...
I didn't have PYTHONPATH set, but I did have a copy of colorama in ~/.local. I assume this was there when I saw the failure.
...and a copy of easy_install in ~/.local/bin.
/var/log/cloud-init-output.log has this: ``` Cloud-init v. 25.1.1 running 'init-local' at Tue, 13 May 2025 04:37:34 +0000. Up 1.29 seconds. Filename: /usr/lib/python3/dist-packages/cloudinit/socket.py Function: __enter__ Line number: 119 Filename: /usr/lib/python3/dist-packages/cloudinit/cmd/main.py Function: all_stages...