| Welcome, Guest |
You have to register before you can post on our site.
|
| Latest Threads |
SlateOS feedback needed!
Forum: Development Discussion on PineTime
Last Post: highjumpman
08-24-2026, 08:00 AM
» Replies: 0
» Views: 85
|
Pinephone + Keyboard for ...
Forum: PinePhone Hardware
Last Post: Nambo
08-23-2026, 12:17 AM
» Replies: 18
» Views: 13,375
|
Hello, I am a new member ...
Forum: General
Last Post: WhiteRabbit0
08-20-2026, 12:17 PM
» Replies: 0
» Views: 266
|
Need help compiling andro...
Forum: Android on Pine A64(+)
Last Post: ahegarosib97
08-20-2026, 08:45 AM
» Replies: 2
» Views: 1,982
|
RAM-free SBCs with SODIMM...
Forum: General
Last Post: anchor
08-20-2026, 08:21 AM
» Replies: 0
» Views: 115
|
Default password
Forum: PineTab Hardware
Last Post: dissimilar_goose
08-20-2026, 05:02 AM
» Replies: 0
» Views: 160
|
New SlateOS features
Forum: Development Discussion on PineTime
Last Post: highjumpman
08-17-2026, 07:47 PM
» Replies: 0
» Views: 215
|
SlateOS for PineTime
Forum: Development Discussion on PineTime
Last Post: highjumpman
08-17-2026, 07:33 PM
» Replies: 2
» Views: 477
|
How to install Android on...
Forum: General
Last Post: winpkr
08-14-2026, 01:36 AM
» Replies: 2
» Views: 3,730
|
Newbie questions
Forum: General Discussion on PineTime
Last Post: TouchuvGrey
08-13-2026, 08:09 PM
» Replies: 0
» Views: 321
|
|
|
| Pinenut projects |
|
Posted by: fdlamotte - 06-09-2021, 02:25 AM - Forum: General
- Replies (2)
|
 |
I did not find bl602 related forum, so let me post here 
I've had time to play with pinenuts lately and wanted to share about these wonderfull boards (I use pinecones and Nut-01S).
I'd like first to thank Pine64 for providing this hw, and lupyuen for his documentation efforts (mostly on the SPI !)
At the moment, the Nut-01s is my favorite, it is so small and yet usefull on its own with its push-button and RGB led, you can power it on two AAA batteries and there you go ... It's main drawback is that it has not enough pins to drive SPI devices, for that I use the pinecone.
I have a main project to do a small e-paper display for the kitchen, using waveshare 1.53" SPI e-ink display, here are some photos of the HW
And the software can be downloaded here : https://git.sr.ht/~fdlamotte/homedisplay
There is not much for now, the little box can drive a remote vlc server through http, it displays songs in directory and playlist and controls loading and playing songs or webradios ... I had to adapt code from the epd driver, and used yxml to parse the http streams from vlc.
As I wanted to add gemini capabilities to my box, I dived a little more into gemini itself. Using mbedtls I've been able to get gemini page (directly from the https examples of mbedtls) and serve some data too from a pinenut. The gemini browser is not yet functional into homedisplay, I do not render the text yet to the e-ink and only watch it from the serial terminal
Here is the server proof of concept code : https://git.sr.ht/~fdlamotte/pinenut_gem
I did not manage to get it to work using mbedtls that comes with the SDK, there was some cipher negociation problems. So I used mbedtls from git and backported the necessary bits to make it work on the pinenut ... so as you might expect, it is a little hacky but it works, I can change the led color with a gemini request made from a streamline gemini browser (used gmnlm and castor)
I hope it will draw other people to have fun with these little chips !
|
|
|
|
| Poweroff/Reboot fails |
|
Posted by: AndyM - 06-09-2021, 01:22 AM - Forum: PostmarketOS on PinePhone
- Replies (2)
|
 |
This seems to be a similar problem to several bugs reported, but all seem to have been solved.
I have installed edge and updated. Selecting Poweroff or Reboot from the top menu drops me to a login prompt instead of power off. Pressing the stop button for <> 15 seconds completes the power off. Entering sudo poweroff (password) at a terminal has the same effect.
|
|
|
|
| Buy a phone |
|
Posted by: kaizmoto1489 - 06-08-2021, 07:58 PM - Forum: General
- Replies (1)
|
 |
Hello
I would to buy a pinephone do you an adress for france
I would be happt to have some comments from frenc users too
Thanks!!!
|
|
|
|
| Buy a Pinebook |
|
Posted by: kaizmoto1489 - 06-08-2021, 07:55 PM - Forum: General
- Replies (3)
|
 |
How exactly do I order a Pinebook?
It seems I am required to create a community account to purchase one, however, I am now told I do not qualify to purchase one either.
Is there a guide somewhere?
|
|
|
|
| 3D Printable Fan Mount Mod for the Open Enclosure + DT/Arduino Sketch for PWMing it |
|
Posted by: CounterPillow - 06-08-2021, 12:58 PM - Forum: Rock64 Hardware and Accessories
- Replies (2)
|
 |
Hi all,
As you all know, the ROCK64 runs notoriously hot for what it is. I've taken it upon myself to remedy some of that.
I've designed a 3D-printable top plate for the "Model B" open enclosure which allows you to mount a 40mm fan to it. Your fan will likely come with self-tapping screws, and the mounting holes are sized so that they should perfectly tap into them.
I know the board is mounted wrong in the photo, I've fixed it since
![[Image: Model%20B%20Open%20Enclosure%20Top%20Fan%20Mount.jpeg]](https://overviewer.org/~pillow/up/f88af02429/Model%20B%20Open%20Enclosure%20Top%20Fan%20Mount.jpeg) ![[Image: model_b_top_cad.png]](https://overviewer.org/~pillow/up/b5862139b0/model_b_top_cad.png)
I've used PETG as filament, and a 0.6mm nozzle. PLA and a different sized nozzle should also work perfectly fine though. The fan in question is a 5V Noctua NF-A4x10 5V PWM; it comes with self-tapping mounting screws, and a USB adapter which runs the fan at full speed. This is good enough for me to test it for now, but the end goal is to do proper pwm fan control with a modified device tree.
Cooling performance is "okay"; due to the SoC being directly in the centre of the fan where airflow isn't ideal, it's less than expected. But I can now run cpuburn-a53 on it continuously without throttling. I seem to top out at 75°C in fact. Before I installed a fan, the CPU would get to 85°C and start throttling down to cool off.
My next steps are to design a circuit to drive the 5V PWM and Tacho (speed sensor) from the ROCK64's 3.3V GPIO. Then, I'll look into modifying the device tree so I can provide a patch which will speed up and slow down the fan as required using the kernel's "pwm-fan" driver, instead of a userspace software solution.
Since the Model B Open Enclosure is used by what I presume is all other Model B sized PINE64 SBCs, this particular 3D printable mod can be used for those too.
You can download the STL and STEP file from the wiki, I've licensed it as CC-BY 4.0: https://wiki.pine64.org/images/9/9d/Mode...cutout.zip
I'll try to keep this thread updated as I make progress on the 5V fan control electronics and the device tree.
|
|
|
|
| Very slow glamor 2D acceleration |
|
Posted by: hjalfi - 06-08-2021, 09:21 AM - Forum: Linux on Pinebook Pro
- Replies (3)
|
 |
I have an Armbian setup and have just got Panfrost and glamor X acceleration working. The result is actually _slower_ than it was previously --- it now takes about a second to update a full-screen rxvt terminal.
glxinfo -B shows that I'm using the 'Mali T860 (Panfrost)' device; glxgears shows 60fps and supertuxkart runs about a few frames per second, rather than the 1fps it was pretending to run at previously, so panfrost does look like it's actually _running_. The X logs look like the glamoregl has loaded and I don't see any errors. The panfrost and rockchipdrm modules are loaded and in use (non-zero reference counts). There's no reference to the software rendering engine.
I have:
Kernel: 5.12.6-rockchip64
libgl1-mesa-glx: 20.3.4-1
xserver-xorg-core: 2:1.20.11-1
Any suggestions as to what might be wrong here?
|
|
|
|
|