This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| tamiwiki:projects:thermalcam [2024/01/09 22:08] – [hunting for adapters] yair | tamiwiki:projects:thermalcam [2024/02/19 23:07] (current) – [kernel driver] yair | ||
|---|---|---|---|
| Line 171: | Line 171: | ||
| - | this one id as a '' | + | this one id as a '' |
| + | spec on the box looks great! | ||
| {{tamiwiki: | {{tamiwiki: | ||
| Line 191: | Line 192: | ||
| <code bash> | <code bash> | ||
| - | $ lsusb | + | $ sudo ip link set enp0s20u3 mtu 1501 |
| - | Bus 001 Device 011: ID 0bda:8152 Realtek Semiconductor Corp. RTL8152 Fast Ethernet Adapter | + | |
| - | + | ||
| - | sudo ip link set enp0s20u3 mtu 1501 | + | |
| Error: mtu greater than device maximum. | Error: mtu greater than device maximum. | ||
| </ | </ | ||
| - | <wrap hi>no mtu for you</ | + | |
| + | {{: | ||
| + | |||
| + | the inside is a horid mess. | ||
| + | |||
| + | {{tamiwiki: | ||
| + | |||
| + | |||
| + | but!!!! | ||
| + | |||
| + | stumbled on another canidate @post office, same case, almost kinda the same packaging, but no mention of jumbo frames on the small print.\\ | ||
| + | doesnt phase me, if they all lie, it can go both ways, no? | ||
| + | |||
| + | YES, its the '' | ||
| + | {{tamiwiki: | ||
| + | {{tamiwiki: | ||
| + | {{: | ||
| + | |||
| + | ===== SOB ===== | ||
| + | to get this thing mobile we will need to hook it up to some kind of System On Board. like the raspberry pi and the likes. | ||
| + | |||
| + | ==== raspi ==== | ||
| + | the raspi5 has working jumbo frame (mtu>=6K) | ||
| + | |||
| + | the RASPI 4/5 support cpi cards, jeff compiled a [[https:// | ||
| + | |||
| + | ==== jetson tx2 ==== | ||
| + | we got one, or two. and they have a pci slot. | ||
| + | |||
| + | TODO\\ | ||
| + | * check status of mtu on its adaptor board. | ||
| ===== Model 695800 ===== | ===== Model 695800 ===== | ||
| {{tamiwiki: | {{tamiwiki: | ||
| Line 216: | Line 245: | ||
| ====== downloads ====== | ====== downloads ====== | ||
| {{tamiwiki: | {{tamiwiki: | ||
| + | |||
| + | ====== kernel driver ===== | ||
| + | |||
| + | Rust in the kernel: | ||
| + | |||
| + | - instructions neglect to mention you must turn off DEBUG_INFO_BTF | ||
| + | - you can discover this by "make LLVM=1 xconfig", | ||