whitfijs-jw

Results 7 comments of whitfijs-jw

Should be cleaned up now. I liked the layout of the indicator so I figured I'd add CPU temp. x86_pkg_temp likely isn't going to work for all platforms -- it...

Sorry for the delay, the extension I added depends on finding the type "x86_pkg_temp" in "/sys/class/thermal/thermal_zone*" directory You can list the types like this: `cat /sys/class/thermal/thermal_zone*/type` If "x86_pkg_temp" isn't a...

These are the changes made to /etc/network/interfaces on rev B hardware that resulted in eth0 working again: ``` auto lo iface lo inet loopback auto eth0 iface eth0 inet static...

Hey! I'll have to test with a bare pi to see what happens -- it's been a little while since I've done bench testing. From what I remember, the only...

Sorry, I didn't get any notifications on the tb forums, not sure whats up -- if we can work it out on here maybe it'll help someone with a similar...

Good news! I started this project to get more familiar with buildroot and embedded linux in general. It took a little while to figure out what's going on and can...

While this works, boot times are hilariously long. I don't recommend using a pi zero unless you're very patient.