Justin Garrison

Results 195 comments of Justin Garrison

I think I have something wrong with my build cache. I tried adding `TARGET_ARGS='--no-cache'` but I still get an error about missing /tmp/build directory. ``` => ERROR tenstorrent:build-0 ------ >...

> probably need to set KDIR [tenstorrent/tt-kmd@`main`/Makefile#L7](https://github.com/tenstorrent/tt-kmd/blob/main/Makefile#L7) Is there a common KDIR we use for packages? I don't see it in other pkg configs

The package builds properly now (I think) and it's pushed into my local registry. How do I build an ISO with with the extension for testing on a physical machine?...

Actually, looking at the content of the container image that I built it doesn't look like the kernel modules were added to the container so I'm definitely missing something in...

Does anyone know what modules.* files we actually need to include in the build? I'm not familiar with any of these files so I'm not sure which need to be...

I'm going to document my steps here before I forget them. I have this pkg working and the kernel module loads but the tenstorrent card is not detected (or at...

> Probably needs some udev rules I'm including the udev rules from their repo. https://github.com/tenstorrent/tt-kmd/blob/main/udev-50-tenstorrent.rules Have suggestions on other rules I should look at to include?

In the extension it’s in /rootfs/etc/udev/rules.d/

Looks like my problem was power related. Bought a more powerful power supply and the device shows up now and looks to be working as intended. ![image](https://github.com/user-attachments/assets/ac8effed-4f02-4003-be5f-be117275eab5) ``` talosctl get...