| 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: 49
|
Single-board computers an...
Forum: General
Last Post: Spaker
08-29-2026, 08:12 PM
» Replies: 0
» Views: 80
|
Pinephone visibly losing ...
Forum: General Discussion on PinePhone
Last Post: baptx
08-29-2026, 11:18 AM
» Replies: 9
» Views: 8,385
|
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: 134
|
SlateOS feedback needed!
Forum: Development Discussion on PineTime
Last Post: highjumpman
08-24-2026, 08:00 AM
» Replies: 0
» Views: 203
|
Pinephone + Keyboard for ...
Forum: PinePhone Hardware
Last Post: Nambo
08-23-2026, 12:17 AM
» Replies: 18
» Views: 13,644
|
Hello, I am a new member ...
Forum: General
Last Post: WhiteRabbit0
08-20-2026, 12:17 PM
» Replies: 0
» Views: 403
|
Need help compiling andro...
Forum: Android on Pine A64(+)
Last Post: ahegarosib97
08-20-2026, 08:45 AM
» Replies: 2
» Views: 2,043
|
RAM-free SBCs with SODIMM...
Forum: General
Last Post: anchor
08-20-2026, 08:21 AM
» Replies: 0
» Views: 178
|
|
|
| Free to a good home: Pinebook pro |
|
Posted by: Watercourse - 05-11-2020, 08:55 PM - Forum: General Discussion on Pinebook Pro
- Replies (7)
|
 |
The case has a couple of small cracks in the thin strap under the USB ports, and the hinge is getting tight.
The fun part is that it does not currently have a working OS, as i fumbled an install.
So, i'm hoping someone with the chops and the inclination to see it through to working again will contact me.
It can be yours for the cost of shipping.
|
|
|
|
| Booting from NVME |
|
Posted by: ilovegentoo - 05-11-2020, 11:59 AM - Forum: Linux on RockPro64
- Replies (11)
|
 |
Hi all,
I finally bit the bullet and ordered a Intel 660p 512GB NVME SSD for testing my RockPro64 on it.
I downloaded the latest Ayufan Debian Buster build from https://github.com/ayufan-rock64/linux-b...m64.img.xz
I originally installed it on an SD card, then decided to copy it over to an USB stick (supposedly faster).
After that I again copied it over to the NVME drive.
The script I used for the migration is:
Code: #!/bin/bash
# Parameters
source="/dev/disk/by-id/usb-Samsung_Flash_Drive_xxxxxxxxxxxxxxxx-0:0"
destination="/dev/disk/by-id/nvme-INTEL_xxxxxxxxxxxxxxxxxxxxxxxxx"
partitions=(1 2 3 4 5 6 7)
backupFolder="./backup"
rootid=7 # Root ID partition number
# Generate timestamp
timestamp=$(date +%Y%m%d%H%M)
# Create folder if not exist
mkdir -p $backupFolder
# Save GPT disks
sgdisk --backup=$backupFolder/$(basename $source)_$timestamp.sgdisk $source
sgdisk --backup=$backupFolder/$(basename $destination)_$timestamp.sgdisk $destination
# Copy $source layout to $dest and regenerate GUIDs
sgdisk --replicate=$destination $source
sgdisk -G $destination
# Clone partitions
for partition in "${partitions[@]}"; do
echo "Clone partition $source-part$partition -> $destination-part$partition"
dd if=$source-part$partition of=$destination-part$partition bs=1M status=progress
echo "Cloned partition finished!"
done
# Must be done manually for now ...
#yes "-1MiB" | parted $destination resizepart $rootid
#e2fsck $destination-part$rootid
#resize2fs $destination-part$rootid
I then included the following modules and regenerated the initramfs:
cat /etc/initramfs-tools/modules
Code: # List of modules that you want to include in your initramfs.
# They will be loaded at boot time in the order below.
#
# Syntax: module_name [args ...]
#
# You must run update-initramfs(8) to effect this change.
#
# Examples:
#
# raid1
# sd_mod
pcie_rockchip_host
phy_rockchip_pcie
nvme
update-initramfs -k all -u
I cannot book from NVME at the present moment. The onboard red LED stays lighted up.
If I put back the USB stick it boots normally.
Is there something I am forgetting ? Thank you
|
|
|
|
| Ubuntu 18.04 Bionic LXDE Desktop |
|
Posted by: karbon17 - 05-11-2020, 09:46 AM - Forum: General Discussion on ROCK64
- Replies (1)
|
 |
hello everyone and sorry my bad english, I installed the Ubuntu 18.04 Bionic LXDE Desktop version on Rock64 and it works but not the remote control, I installed both Teamviewer Host and Anydesk but neither of them starts, is there any solution?
I'm new to Linux :-) thanks
|
|
|
|
| Faulty Microphone - BH |
|
Posted by: valentin - 05-11-2020, 07:58 AM - Forum: PinePhone Hardware
- Replies (7)
|
 |
Hello,
Apparently I have a PinePhone with a faulty microphone (or some component on which the microphone depends on) - it never worked.
A few days ago, I have found out that the audio routing for the phone calls is finally working. I downloaded and imaged the SD card with the latest build of Ubuntu Touch (at that time #307) and made a call to my Mrs. I could hear her in the PinePhone's earpiece but she couldn't hear me. Then I tried with a pair of headphones with the microphone on the wire. This worked - I could hear her and she could hear me.
I have re-imaged the micro-SD card with other distros: Debian with Phosh, Manjaro, and a couple of other Ubuntu Touch builds, including #318.
I have also turned on and off the kill-switch for the microphone (3) - it made no difference.
Has anyone else had this issue? Any feedback?
Thank you,
|
|
|
|
| Firmware Update over Bluetooth LE |
|
Posted by: lupyuen - 05-11-2020, 07:24 AM - Forum: Development Discussion on PineTime
- Replies (2)
|
 |
Hi All: Here's a proposed plan for supporting PineTime firmware updates over Bluetooth LE. If you're a firmware developer, please take a look...
https://lupyuen.github.io/pinetime-rust-...ticles/dfu
It covers everything we need to do to implement firmware updates in our firmware: Bootloader, Bluetooth Stack, Firmware Rollback, Flash ROM Layout, Firmware Format, Mobile Apps, ...
We need to adopt a common mechanism for firmware updates if we wish to allow PineTime Owners to switch firmware easily. It's more work for us developers... But it's a huge benefit for PineTime Owners!
Please lemme know what you think... While writing this article I have received really good feedback from firmware developers. Their suggestions have been documented in the "Upcoming Enhancements" section.
The most serious limitation in the proposed design is that the firmware size must not exceed 232 KB. Hence there will be an upcoming enhancement to increase this limit (by moving the Standby Firmware Image to External SPI Flash).
Thanks everyone for the awesome work on PineTime... Now let's make PineTime fun and easy to learn and explore! :-)
|
|
|
|
|