-
Notifications
You must be signed in to change notification settings - Fork 189
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pine64-pinephone-braveheart: Add firmware package #163
pine64-pinephone-braveheart: Add firmware package #163
Conversation
The firmware is limited to bluetooth only, nothing else (for now) requires a discrete firmware file. It looks like the touchscreen can get one, but it is not required, and seemingly no one provides one.
I suspect that maybe the |
Oh, it shouldn't matter, the |
On my Pinephone:
I'll keep investigating what it's missing but if this works for you go ahead :-) |
You have to do something for it to work, either or both of
If it's only added to stage-1, it won't be present in stage-2. I could make it so it is present when stage-2 is built or rebuilt with said stage-1, but this could get confusing considering that stage-1 is a separate piece still. Also, if added to This makes me think there is no "user story" figured out yet for stage-1 upgrades. So I guess an easier way for you now could be to add it to |
Oh, I didn't know I needed both! I rebuilt the image and reflashed the sd and now it works :)
|
The firmware is limited to bluetooth only, nothing else (for now)
requires a discrete firmware file.
It looks like the touchscreen can get one, but it is not required, and
seemingly no one provides one.
cc @masipcat
This was tested on top of
master
.Note that since it's unfree, even though it's redistributable, it's not part of the default configuration. (I'll need to consult to know what to do about unfree redistributable).
For now, you'll need to build the initrd using the following config:
It can also, and probably also should, be added to
hardware.firmware
(the same way).What was done:
Using
examples/demo
, verified it could pair with a bluetooth headset.It wasn't verified as playing media, as the pulseaudio setup is not setup in a way where it should be expected to work. So there was no sink to use. Though the device did pair successfully.