| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 30,205
» Latest member: Karen68
» Forum threads: 16,384
» Forum posts: 117,596
Full Statistics
|
| Latest Threads |
Hardware Feature Suggesti...
Forum: Quartz64 Hardware and Accessories
Last Post: Independent Researcher
Yesterday, 07:19 PM
» Replies: 0
» Views: 31
|
Single-board computers an...
Forum: General
Last Post: Spaker
08-29-2026, 08:12 PM
» Replies: 0
» Views: 67
|
Pinephone visibly losing ...
Forum: General Discussion on PinePhone
Last Post: baptx
08-29-2026, 11:18 AM
» Replies: 9
» Views: 8,382
|
Fixing the Quartz64 USB3 ...
Forum: Quartz64 Tutorials
Last Post: mig
08-28-2026, 01:32 AM
» Replies: 1
» Views: 12,775
|
Pinecil as a Pocket-Sized...
Forum: General
Last Post: Arsen
08-27-2026, 09:15 AM
» Replies: 0
» Views: 128
|
SlateOS feedback needed!
Forum: Development Discussion on PineTime
Last Post: highjumpman
08-24-2026, 08:00 AM
» Replies: 0
» Views: 195
|
Pinephone + Keyboard for ...
Forum: PinePhone Hardware
Last Post: Nambo
08-23-2026, 12:17 AM
» Replies: 18
» Views: 13,634
|
Hello, I am a new member ...
Forum: General
Last Post: WhiteRabbit0
08-20-2026, 12:17 PM
» Replies: 0
» Views: 396
|
Need help compiling andro...
Forum: Android on Pine A64(+)
Last Post: ahegarosib97
08-20-2026, 08:45 AM
» Replies: 2
» Views: 2,042
|
RAM-free SBCs with SODIMM...
Forum: General
Last Post: anchor
08-20-2026, 08:21 AM
» Replies: 0
» Views: 176
|
|
|
| Nodes not booting |
|
Posted by: User 18962 - 08-04-2020, 06:50 PM - Forum: Clusterboard
- Replies (23)
|
 |
Im running into an issue where i added a 128gb EMMC to my clusterboard and now my nodes wont boot.
removing the emmc makes no change and only having one in doesnt matter either, they boot in the baseboard.
is there a way to plug something into the USB port on the cluster board to find out what its complaining about?
any help would be much appreciated.
|
|
|
|
| Annoying phosh |
|
Posted by: Zweitaktmotor - 08-04-2020, 05:44 PM - Forum: PinePhone Software
- Replies (1)
|
 |
The most annoying feature of phosh is the fact that running applications take up more than half of the home screen, leaving very little space for the rest of the icons at the bottom. - Can't this be changed?
|
|
|
|
| Pine64 UART4 RTS |
|
Posted by: jeanmarc-bonzom - 08-04-2020, 03:20 PM - Forum: General
- No Replies
|
 |
Hi,
I'm using a Pine64 with Raspbian and everything is fine.
My project uses the UART4 and as I have a device with very specific and short timing I developped a Linux Line Discipline for that.
Everything is still Ok, but I'm facing an issue (maybe a newbie issue...) I cannot get RTS line (pin18 / PD4) controlled, neither from C from inside ,my line disciple neither from python with PySerial.
BTW, to veryfy I've connected a bitscope to lines Euler2 pins 18-19-21 and I see the signal on pins 19 & 21 (Tx & RX), but desperately nothing on pin 18 (RTS).
Are the RTS/CTS lines activated on the device or should I add an overlay for that? Or at least where to check?
Any clue?
|
|
|
|
| Camera |
|
Posted by: GloriousCoffee - 08-04-2020, 01:42 PM - Forum: UBPorts on PinePhone
- Replies (3)
|
 |
Hi
Launching the camera app on Ubuntu touch, but the camera feed is black. Is this to be expected at this point in time? Could not get any picture from it on PostmarketOS with Cheese either.
|
|
|
|
| Ubuntu touch, volume |
|
Posted by: GloriousCoffee - 08-04-2020, 10:31 AM - Forum: PinePhone Software
- Replies (3)
|
 |
Hi
Is it not possible yet to change the volume of a call in Ubuntu touch? I can not find any settings for this, and the up/down buttons on the side only seems to affect the speaker/s but not in call.
|
|
|
|
| How to compile the kernel? |
|
Posted by: Boern - 08-04-2020, 12:24 AM - Forum: Mobian on PinePhone
- Replies (3)
|
 |
Hi all!
To debug [url=https://forum.pine64.org/showthread.php?tid=10791]my problems[/url] I wanted to compile my own kernel to see if I can find out what triggers it. But my kernel doesn't boot at all. When I turn on the phone with my custom kernel installed the green LED is just permanently on and nothing else happens. Here's how I compiled the kernel (tried cross compiling, but also compiled it on the phone itself):
Code: git clone https://gitlab.com/mobian1/devices/pinephone-linux.git
cd pinephone-linux
cp /proc/config.gz .
gunzip config.gz
mv config .config
make oldconfig
make menuconfig # Set it to append -pinephone to the version string
make -j `nproc` bindeb-pkg
sudo dpkg -i ../linux-image-5.7.0-pinephone-g9853915bff28_5.7.0-pinephone-g9853915bff28-1_arm64.deb
|
|
|
|
|