| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 30,203
» Latest member: igualada
» Forum threads: 16,383
» Forum posts: 117,595
Full Statistics
|
| Latest Threads |
Single-board computers an...
Forum: General
Last Post: Spaker
Yesterday, 08:12 PM
» Replies: 0
» Views: 39
|
Pinephone visibly losing ...
Forum: General Discussion on PinePhone
Last Post: baptx
Yesterday, 11:18 AM
» Replies: 9
» Views: 8,357
|
Fixing the Quartz64 USB3 ...
Forum: Quartz64 Tutorials
Last Post: mig
08-28-2026, 01:32 AM
» Replies: 1
» Views: 12,771
|
Pinecil as a Pocket-Sized...
Forum: General
Last Post: Arsen
08-27-2026, 09:15 AM
» Replies: 0
» Views: 108
|
SlateOS feedback needed!
Forum: Development Discussion on PineTime
Last Post: highjumpman
08-24-2026, 08:00 AM
» Replies: 0
» Views: 175
|
Pinephone + Keyboard for ...
Forum: PinePhone Hardware
Last Post: Nambo
08-23-2026, 12:17 AM
» Replies: 18
» Views: 13,598
|
Hello, I am a new member ...
Forum: General
Last Post: WhiteRabbit0
08-20-2026, 12:17 PM
» Replies: 0
» Views: 370
|
Need help compiling andro...
Forum: Android on Pine A64(+)
Last Post: ahegarosib97
08-20-2026, 08:45 AM
» Replies: 2
» Views: 2,023
|
RAM-free SBCs with SODIMM...
Forum: General
Last Post: anchor
08-20-2026, 08:21 AM
» Replies: 0
» Views: 163
|
Default password
Forum: PineTab Hardware
Last Post: dissimilar_goose
08-20-2026, 05:02 AM
» Replies: 0
» Views: 243
|
|
|
| What to do with mainboards removed from phones ? |
|
Posted by: bcnaz - 11-10-2020, 02:09 PM - Forum: PinePhone Hardware
- Replies (8)
|
 |
I am about to remove the original mainboard from my Brave Heart phone and replace it with the newer 1.2b revised board.
The original is in perfect condition, it seems a shame to just discard it.
I am wondering what to do with it.. ? Perhaps an auto-dialer for a security system ?
|
|
|
|
| Enabling UART2 |
|
Posted by: rgreen - 11-10-2020, 01:06 PM - Forum: Linux on Pine H64
- Replies (2)
|
 |
UPDATE: Solved.
uart2 is the Devil. Long live uart3. Enabled ias overlay on /dev/ttyS3 and Pi2 Bus Pins 37 and 36 (which differ between models)
I'm trying to adapt an Elelab Zigbee Shield( https://elelabs.com/products/elelabs-zigbee-shield.html) for use on a H64b but I'm finding it very difficult given the "Pi2" GPIO block is not actually compatible with pi shields. The device works on simple (and universal) serial connection@115200 baud. It should be trivial to get working and I can't figure out why .
So where I'm at with the h64b:
uname -a:
Code: Linux ServerName 5.8.16-sunxi64 #20.08.16 SMP Sat Oct 24 23:52:46 CEST 2020 aarch64 GNU/Linux
According to schematics, there 5 system UART. One of which is the console (uart0)- uart0 is the bitch of uboot and then getty.
- uart1 is attached to pins on the wifi
- uart2 is attached to the GPIO as the second function of pins 8 and 10
- uart3 is, maybe, attached to GPIO mysteriously at pins 38 and 37
- uart4 is a mysterious unicorn that is no longer enabled in many linux flavours.
Enabling uart2 causes the system to hang on reboot. I don't have a 3.3v serial USB dongle so I can't currently read off uart0 at boot to see what's going on I'd prefer to use this end of the GPIO but I'd go anywhere on the board to make this work.
Only uart2 and uart3 are suitable for my use case. I've used device tree overlays to enable uart1 and uart3, but there is no README for the H6 in the /boot/dtb/allwinner/overlays/ folder like there is for the A64 and H5 chips so I'm flying a little blind.
Originally, while still targeting uart2, I decompiled the dtb and tore it apart in a couple different ways (removing all other uarts, rearranging serial@, pnctrl, etc) but I was never able to enable by overlay uart2 without hanging the system.
enabling uart3 works according to dmesg | grep serial:
Code: [ 2.243978] sun50i-h6-pinctrl 300b000.pinctrl: pin-198 (5000400.serial) status -517
[ 2.244013] dw-apb-uart 5000400.serial: Error applying setting, reverse things back
[ 2.244292] sun50i-h6-pinctrl 300b000.pinctrl: pin-119 (5000c00.serial) status -517
[ 2.244328] dw-apb-uart 5000c00.serial: Error applying setting, reverse things back
[ 2.246801] sun50i-h6-pinctrl 300b000.pinctrl: pin-198 (5000400.serial) status -517
[ 2.246837] dw-apb-uart 5000400.serial: Error applying setting, reverse things back
[ 2.247109] sun50i-h6-pinctrl 300b000.pinctrl: pin-119 (5000c00.serial) status -517
[ 2.247145] dw-apb-uart 5000c00.serial: Error applying setting, reverse things back
[ 2.647327] sun50i-h6-pinctrl 300b000.pinctrl: pin-198 (5000400.serial) status -517
[ 2.647364] dw-apb-uart 5000400.serial: Error applying setting, reverse things back
[ 2.647856] sun50i-h6-pinctrl 300b000.pinctrl: pin-119 (5000c00.serial) status -517
[ 2.647893] dw-apb-uart 5000c00.serial: Error applying setting, reverse things back
[ 2.704724] 5000400.serial: ttyS1 at MMIO 0x5000400 (irq = 26, base_baud = 1500000) is a 16550A
[ 2.706044] 5000c00.serial: ttyS3 at MMIO 0x5000c00 (irq = 27, base_baud = 1500000) is a 16550A
Ok, I'm targeting my final option, uart3. I've got the shield hooked to the 3v, Tx->RX(Pin 38), rx->TX(Pin 37), GND->GND(Pin 39). But nothing!
Just before I threw up my hands in defeat last night, I came across the post for the similar issues with a z-wave shield on the A64+ (https://forum.pine64.org/showthread.php?...3#pid20643). Their diagram: http://i0.wp.com/blog.etiennebretteville...otique.jpg indicates 100k resistors. Do those pull the the pins high, serving UART instead of it's primary function?
Can someone explain how I can get this device to talk to uart3 or, preferably, how to do the same on uart2 without the system hanging?
Cheers,
R.
|
|
|
|
| NAS kit with RockPro64 |
|
Posted by: keuplat - 11-10-2020, 11:57 AM - Forum: General Discussion on ROCKPRO64
- No Replies
|
 |
Good Afternoon,
I buy a NAS kit with a Rockpro64 and also two 4tb Hard drives, that I plan to mount in raid 0.
Then I install the Open Media Vault OS
And try to configure the Raid 0.
However I am not able to synchonyse the two hard drives. it always faild durring the synchronization.
Also I notice the fan on the kit never run, and therefore the temperature increase a lot, close to 80 degree.
Somebody suggest me to install the Andriod OS to verify if the fan work and it is.
So now I don't know what to think and do.
What is your recommendation?
The goal is to have a NAS and a Plex server running on the same machine.
I don't care of the OS, I only need a solution that will work.
Thank you for your help
|
|
|
|
| strange OS booting issue |
|
Posted by: RodneyMyers - 11-10-2020, 11:54 AM - Forum: General Discussion on PinePhone
- Replies (4)
|
 |
Okay, a very weird issue with SFOS.
I’ve had it installed on the eMMC drive for a few weeks. I attempted to install a cell sim card to try it out. The phone would boot just fine. Though, after it went to ‘sleep”, things changed. I attempted to wake it up, and all I was greeted with was the spinning ball.
Though, running from sdcard works as it should
Okay, I thought I may have scrambled the installed OS. Did a fresh download & install into eMMC. It has the same issue, spinning ball trying to re-awaken the phone.
I just flashed mobian onto the phone, and it does not have this issue.
Anyone have any suggestions?
|
|
|
|
| PineTime Simulation Feature |
|
Posted by: gjoyet - 11-10-2020, 11:51 AM - Forum: Development Discussion on PineTime
- Replies (3)
|
 |
Hi
I just started a PineTime developing project for college. I am quite new to programming and just kind of got thrown into that project without any help available, which means I am still quite lost at the moment.
I will get a physical PineTime to run my code on, but until then I read on the wiki FAQ that you can preview watch faces thanks to WebAssembly.
I followed every step on this site, which was linked to on the wiki: I forked the Pinetime repo and created the Github workflow as instructed. However, the action failed with following error every time it ran:
cp: cannot stat 'src/DisplayApp/Screens/Clock.cpp': No such file or directory
I tried to google that but did not get any wiser. What is the problem? The directory that the path above is pointing to is in my repo, there is no doubt about that (except that every directory actually starts with a lowercase letter, but I do not suppose that this is relevant?). So why was it not found?
Thanks in advance for any help
gjoyet
|
|
|
|
| Query credit balance with *101# / Guthaben mit *101# abfragen |
|
Posted by: horald - 11-10-2020, 10:18 AM - Forum: General Discussion on PinePhone
- Replies (2)
|
 |
Hi guys,
I am new here. Therefore I do not know exactly whether I am right here. I recently bought a Linux cell phone from Pine64 with a Manjaro operating system. I still "nibble" at some settings on the phone. But what bothers me most at the moment is that I can't check my credit balance. On Android this is normally done with *101# but on the phone Manjaro doesn't let me type * and #. If I create a contact with the shortcut, then this is not called. Does anyone know any advice? Here is the version info from the phone:
distrib_id=Manjaro-ARM
distrib_release=20.10
distrib_codename=
distrib_description="Manjaro ARM Linux"
Since my English is unfortunately not that good, I have also formulated the request below in German.
Many greetings
Horst
---------------------------------------------------------------------
Guthaben mit *101# abfragen
Hallo Leute,
ich bin neu hier. Deshalb weiß ich leider auch nicht genau, ob ich hier richtig bin. Ich habe mir vor Kurzem ein Linux-Handy von Pine64 mit einem Manjaro-Betriebssystem gekauft. Ich "knabbere" noch an einigen Einstellung auf dem Handy. Was mich aber zur Zeit am meisten stört, ist, das ich mein Guthaben nicht abfragen kann. Unter Android geht dies normalerweise mit *101# Aber beim Telefon läßt Manjaro mich kein * und # eintippen. Wenn ich einen Kontakt mit dem Kürzel anlege, dann wird dies nicht angerufen. Weiß jemand einen Rat? Hier die Versions-Info vom Handy:
distrib_id=Manjaro-ARM
distrib_release=20.10
distrib_codename=
distrib_description="Manjaro ARM Linux"
Viele Grüße
Horst
|
|
|
|
How Do I Close Dialogs and Menus??? |
|
Posted by: acid andy - 11-10-2020, 09:22 AM - Forum: Manjaro on PinePhone
- Replies (8)
|
 |
I hope I don't sound idiotic asking this - I come from a desktop background. My new Pinephone has Manjaro CE (doesn't say if it's Phosh or what, but it's based on Gnome). When I open a dialog box, like for example on the Calculator application opening the menu on the top right and pressing About Calculator, what's the proper way to just close the dialog box?
The Calculator's not the only example, see About Chats on the Chats menu and other dialogs as well, not just the About boxes. They don't have a close button, so is there some magic touch gesture I'm supposed to know about to make them go away? Normally with this kind of thing you'd expect to just click elsewhere on the parent application window and it would close automatically but that doesn't work on the Pinephone. So what's the deal with this, is it just a design flaw that the devs haven't had time to work on yet, a bug, or is there just some easy way to close the dialogs that I don't know?
I have a very similar problem on Firefox. If I long-press on a web page to open the menu, and then I decide I didn't want the menu, how do I make the menu go away? If I tap elsewhere on the browser window the menu still stays there, which I think is wrong. I end up having to choose something to click on like Select All, even though I don't want to, just to make it go away. The same problem occurs with Firefox's hamburger menu as well.
My current workaround for the dialog box problem, as mentioned in my other thread, is to tap the arrow at the bottom of the screen to bring up the window switcher and then use that to close the dialog. Unfortunately this isn't always possible. For example, I had to reboot the phone today after I put Firefox in fullscreen mode. When I did that, there were no buttons on the screen to switch tasks or active the on-screen keyboard (I tried the power button to lock and unlock the phone but I don't know if that would have helped as that time the endless lock screens bug got me!).
|
|
|
|
| Latest PinePhone CE Manjaro - Charging issues: hardware or software? |
|
Posted by: kern707 - 11-10-2020, 06:07 AM - Forum: General Discussion on PinePhone
- Replies (5)
|
 |
Hello everybody,
In regarding to what I have mentioned in my main "report" (here: https://forum.pine64.org/showthread.php?tid=12077).
There seem to be another issue concerning battery / charge.
When my PinePhone is sited on my desk charging, and I do not touch it for long periods of time, it appears to be that the charging sequence is somehow stopped or disconnected, even when the device battery did not reach a full charge.
Why do I think so? well, everytime the phone is left charging but untouched, I come over, press the power key to bring the screen on, unlock, than have a quick look at the battery indicator, which is not charging (it was charging an hour before, when I have plugged-in the device), also the battery icon shows the normal state (not charging) - then I need to unplug the charging cable, and plug it in again - to get the "charging" status back on.
Is this a hardware problem? or a software problem? I am not sure.
But now I understand why after 10+ hours at night of being connected to the charger, my device did not reach a full charge.
Any informative input would be highly appreciated.
Have a nice day you all
|
|
|
|
| Wish List |
|
Posted by: CitizenZeven - 11-10-2020, 06:05 AM - Forum: Manjaro on PinePhone
- Replies (3)
|
 |
[img]chrome-extension://hiidjliailpkjeigakikbfedlfijngih/images/right-arrow.png[/img]
Hello World..
Is there a way to make a wifi hotspot in manjara ARM on pinephone?
And a protonmail client?
And the Geary is still not working..
Any solutions?
Zeven
|
|
|
|
|