PINE64
OpenBSD on Pinebook - improving user experience - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: Pinebook (https://forum.pine64.org/forumdisplay.php?fid=76)
+--- Forum: BSD on Pinebook (https://forum.pine64.org/forumdisplay.php?fid=107)
+--- Thread: OpenBSD on Pinebook - improving user experience (/showthread.php?tid=7822)

Pages: 1 2


RE: OpenBSD on Pinebook - improving user experience - elewarr - 09-27-2019

News:
- PWM driver was updated, now it should handle any periods (in nanoseconds), previous version was buggy and didn't support higher periods (but it was enough for the backlight): https://github.com/elewarr/openbsd-arm64-src-dev/commit/28d2fc5e238aed4223957d5c968d5a5bec17b8b2#diff-644282253805dd62189f0cc4b0b09716


RE: OpenBSD on Pinebook - improving user experience - elewarr - 10-09-2019

News:
- more PWM driver updates - it relies on new pwm_* methods recently introduced to OpenBSD kernel, yay!
- sxipwm and pwmbl drivers sent to tech@ (still work in progress but I'm quite happy about current state of sxipwm)


RE: OpenBSD on Pinebook - improving user experience - elewarr - 10-22-2019

News:
- sxipwm/pwmbl drivers are now officially in OpenBSD!
- I prepared a new image with OpenBSD 6.6 (snapshot), introducing FVWM2 (based on this: https://github.com/addy-dclxvi/almighty-dotfiles)

https://wiki.pine64.org/index.php/1080P_Pinebook_Software_Release#OpenBSD


RE: OpenBSD on Pinebook - improving user experience - elewarr - 11-03-2019

News:
Updated the pinebook image with latest updates (kernel and packages): https://wiki.pine64.org/index.php/1080P_Pinebook_Software_Release#OpenBSD (image still uploading).
I modified u-boot configuration for pinebook a bit and it seems some boot reliability issues I had in the past are now gone.


RE: OpenBSD on Pinebook - improving user experience - tllim - 11-04-2019

(11-03-2019, 06:33 PM)elewarr Wrote: News:
Updated the pinebook image with latest updates (kernel and packages): https://wiki.pine64.org/index.php/1080P_Pinebook_Software_Release#OpenBSD (image still uploading).
I modified u-boot configuration for pinebook a bit and it seems some boot reliability issues I had in the past are now gone.

Thanks on the update.


RE: OpenBSD on Pinebook - improving user experience - rogerroger - 12-20-2019

(11-03-2019, 06:33 PM)elewarr Wrote: News:
Updated the pinebook image with latest updates (kernel and packages): https://wiki.pine64.org/index.php/1080P_Pinebook_Software_Release#OpenBSD (image still uploading).
I modified u-boot configuration for pinebook a bit and it seems some boot reliability issues I had in the past are now gone.

Hi @elewarr , I downloaded  from the wiki; I renamed it to fit better in my system (and modified the shasum accordingly); it downloaded correctly, but the file is corrupt:

Code:
$ shasum -c pinebook-openbsd-elewarr-2019-11-04.img.tgz.sha256
pinebook-openbsd-elewarr-2019-11-04.img.tgz: OK
$ tar -zxvf pinebook-openbsd-elewarr-2019-11-04.img.tgz
pinebook-2019-11-04.img

gzip: stdin: Input/output error
tar: Unexpected EOF in archive
tar: Unexpected EOF in archive
tar: Error is not recoverable: exiting now

did Dropbox clip it?

I tried to use it anyway

Code:
$ time sudo dd if=pinebook-2019-11-04.img of=/dev/mmcblk0 bs=1M
6733+1 records in
6733+1 records out
7060880896 bytes (7.1 GB, 6.6 GiB) copied, 1240.21 s, 5.7 MB/s

real    20m40.229s
user    0m0.143s
sys    0m18.783s

and it booted up to xenodm Smile I like the default background you picked. Maybe there's some small set of corrupt and missing files as the end of the disk, but they don't seem to be impeding operation at all.