Robin Reckmann
Robin Reckmann
> I think the best way to approach this is to first refactor the build such that it goes: setup agnos-compiler -> compile all the things -> assemble final image....
@adeebshihadeh I moved the package installation to a separate docker file that is build before the main one. https://github.com/commaai/agnos-builder/pull/354
I moved the compilation to the top of the main dockerfile instead: https://github.com/commaai/agnos-builder/pull/354
Some tools like nvme (e.g. nvme list) and i2cdetect dont work, because the newer cli versions require an updated kernel. They are not strictly necessary, but probably still nice to...
nvme needs sudo in 20.04 and should work there. But probably ok to keep as is at it'll be fixed with the newer kernel.
You cant use a comma 3(tici) for this I assume?
@robbederks Yep, I could confirm that SPI works on my C3, but only for frequencies below 33MHz.
With your changes python and all packages from the pyproject.toml are installed to either /tmp/agnos or the home folder of the root user. These places are not accessible when you...
Are we ok with moving the venv to /.venv ? I would prefer to keep it in /usr/local/venv
Hi @coder351 , I created a PR onto this branch with some modifications. Please have a look and merge / cherry-pick if you like. https://github.com/coder351/agnos-builder/pull/1 Summary: - use uv instead...