Christian Stewart

Results 354 comments of Christian Stewart

Merged, with the kernel config switched to arch defconfig. Looking forward to hearing your test results. If there is anything that needs fixing still I'll re-open this.

Reopening to address two issues: - Display not working - USB ethernet not working

@yeyeto2788 USB ethernet might work now.

That's odd, I'll try on my M1 here and check.

@peterwilli driver/wl just enables broadcom-sta: https://github.com/skiffos/SkiffOS/blob/master/configs/driver/wl/buildroot/wl What you can do is add a file at overrides/buildroot/wifi Contents should be (in plaintext): ``` BR2_PACKAGE_RTL8188EU=y ``` ... I don't see a package...

@peterwilli I'll check the usb3 on my M1 tomorrow, maybe a kernel update will fix it.

@peterwilli There's a compiler cache under `workspaces/.ccache` First build, maybe 40 mins Second build, maybe 15 mins, as low as 10 mins even. Of course, once you build it, you...

@peterwilli Not sure exactly what you mean, but note that SkiffOS & Buildroot are cross-compilers, you can run "make compile" on any architecture build machine and it will cross-compile for...

@peterwilli Checking on it today, I will try the USB ports on my M1 and see if I can reproduce. That's very weird that it doesn't even give power

I was able to reproduce, checking if a kernel update fixes it.