| Welcome, Guest |
You have to register before you can post on our site.
|
| Latest Threads |
Rock64 v2.0 u-boot SPI is...
Forum: General Discussion on ROCK64
Last Post: ju0n
51 minutes ago
» Replies: 0
» Views: 8
|
Libby - ebook reader that...
Forum: PineNote Software
Last Post: kiwigoldfish
Yesterday, 04:41 PM
» Replies: 6
» Views: 4,004
|
Pinephone software
Forum: General Discussion on PinePhone
Last Post: Csanderson0313
Yesterday, 08:23 AM
» Replies: 0
» Views: 64
|
PineNote v1.2 - Charges N...
Forum: General Discussion on Pinebook Pro
Last Post: ttsp
07-02-2026, 02:52 AM
» Replies: 0
» Views: 169
|
How to change the PineNot...
Forum: General Discussion on PineNote
Last Post: cameronharring
07-01-2026, 12:22 PM
» Replies: 0
» Views: 80
|
PinePhone Pro disable Vol...
Forum: PinePhone Pro Hardware
Last Post: FR_IV
07-01-2026, 10:53 AM
» Replies: 1
» Views: 1,557
|
Star64/Starpro64 kernel b...
Forum: General
Last Post: tgbgreen
06-30-2026, 12:17 PM
» Replies: 1
» Views: 2,177
|
Manjaro affected by Arch ...
Forum: General
Last Post: tantamount
06-28-2026, 10:45 AM
» Replies: 0
» Views: 239
|
Fix Bricked SPI Flash, Pi...
Forum: PinePhone Pro Hardware
Last Post: FR_IV
06-27-2026, 05:00 PM
» Replies: 0
» Views: 165
|
irradium (based on crux l...
Forum: Linux on RockPro64
Last Post: mara
06-27-2026, 04:09 PM
» Replies: 12
» Views: 19,650
|
|
|
| Pinebook 1080: US keymap for \ | (backslash pipe) key near left shift? |
|
Posted by: acruhl - 11-11-2018, 07:40 AM - Forum: General Discussion on Pinebook
- Replies (10)
|
 |
I have a Pinebook 1080 11.6", and there is a key which doesn't map correctly.
I searched and found no answer, hopefully this has already been answered though.
Near my left shift key, I have a key with \ on the bottom and | on top, which are backslash and pipe.
However, when I use it to type, I get this:
<
> (with shift)
I don't know much about keymaps because I'm in the US and it always "just worked".
|
|
|
|
| Pinebook screenshots |
|
Posted by: e-minguez - 11-11-2018, 01:26 AM - Forum: General Discussion on Pinebook
- Replies (1)
|
 |
Do you have a fancy desktop with cool tweaks? Do you want to share that awesome config you have? Your latest OS customization? Then, share your screenshots!
Adding details on your os, setup, dotfiles, tweaks, etc for (imaginary) bonus points!
Enviado desde mi ONEPLUS A5010 mediante Tapatalk
|
|
|
|
| Printer install |
|
Posted by: icemeister - 11-10-2018, 08:54 PM - Forum: General Discussion on Pinebook
- Replies (4)
|
 |
Hi all, I have run into a snafu in trying to set up a printer on my pinebook. All goes well until i get ask for a username and password. I tried the pine64/pine64 with no luck. I think that i read some where about a root password but am unable to find a source. Do i need a different password to install a printer? This is just a test as i am having problems on a linux mint printer install and needed to know the process.
Thanks for any help
IceMeister
18.04 Mate
|
|
|
|
| BUilding everything from scratch (buildroot) |
|
Posted by: lm- - 11-10-2018, 05:22 PM - Forum: General Discussion on ROCK64
- Replies (9)
|
 |
Hi,
I bought rock64 and now I am trying to prepare very minimal script that will build all steps from scratch. Intend is to publish it to buildroot repository later. But I have problem booting kernel. Some information what have I already done and where I am stuck.
1. tpl, spl and uboot are build from ayufan repository, branch "2017.09-rockchip-ayufan-1035-gd646df03ac", and "rock64-rk3328_defconfig", no changes have been made to the files. To create tpl/spl image I use these commands (this is flashed to 0x40). Note, no rockchip binary blobs anywhere!
Code: $MKIMAGE -n rk3328 -T rksd -d $BINARIES_DIR/u-boot-tpl.bin $BINARIES_DIR/u-boot-tpl.img
cat $BINARIES_DIR/u-boot-tpl.img $BINARIES_DIR/u-boot-spl.bin > $BINARIES_DIR/u-boot-tpl-spl.img
2. then ATF is built, also from ayufan repository and "rk3328" as a platform. Generated BL31 is used to generate u-boot.itb (with make u-boot.itb from ayufan repo). That u-boot.itb is flashed to 0x200 on sdcard.
3. Kernel, no surprise here, it's from ayufan repo, "rockchip_linux_defconfig" used and "rockchip/rk3328-rock64" dts from in-tree, again no changes have been made.
4. Now sdcard image is generated with this config:
Code: image sdcard.img {
hdimage {
}
partition uboot-spl {
in-partition-table = "no"
image = "u-boot-tpl-spl.img"
offset = 32768 # 512 * 0x40 from start of sd card
}
partition uboot {
in-partition-table = "no"
image = "u-boot.itb"
offset = 262144 # 512 * 0x200 from start of sd card
}
partition rootfs {
partition-type = 0x83
image = "rootfs.ext4"
size = 500M
}
}
It's in mbr dos format (so no gpt). On rootfs there is extlinux, Image and dtb in /boot directory.
5. Toolchain is gcc 7.x and binutils 2.29.x.
Now logs,
Code: <debug_uart> U-Boot TPL board init
configuring DDR parameters
LPDDR3
DRAM frequency: 800MHz
configuring DDR parameters
Trying to boot from BOOTROM
Returning to boot ROM...
U-Boot SPL 2017.09 (Nov 11 2018 - 00:07:11)
setup_ddr_param 1
booted from SD
Trying to boot from MMC2
U-Boot 2017.09 (Nov 11 2018 - 00:07:11 +0100)
Model: Pine64 Rock64
DRAM: 4 GiB
MMC: rksdmmc@ff520000: 0, rksdmmc@ff500000: 1
SF: Detected gd25q128 with page size 256 Bytes, erase size 4 KiB, total 16 MiB
*** Warning - bad CRC, using default environment
In: serial@ff130000
Out: serial@ff130000
Err: serial@ff130000
Model: Pine64 Rock64
misc_init_r
cpuid=00000000000000000000000000000000
serial=0
Net: eth0: ethernet@ff540000
Hit any key to stop autoboot: 0
Card did not respond to voltage select!
mmc_init: -95, time 10
switch to partitions #0, OK
mmc1 is current device
Scanning mmc 1:1...
Found /boot/extlinux/extlinux.conf
Retrieving file: /boot/extlinux/extlinux.conf
205 bytes read in 36 ms (4.9 KiB/s)
1: rock64 linux-next
Retrieving file: /boot/Image
20054024 bytes read in 17452 ms (1.1 MiB/s)
append: earlyprintk earlycon=uart8250,mmio32,0xff130000 console=ttyS2,1500000n8 console=tty0 root=/dev/mmcblk0p1 rootwait
Retrieving file: /boot/rk3328-rock64.dtb
70953 bytes read in 29 ms (2.3 MiB/s)
## Flattened Device Tree blob at 01f00000
Booting using the fdt blob at 0x1f00000
Loading Device Tree to 00000000fceed000, end 00000000fcf01528 ... OK
Starting kernel ...
And that's it. No more output and I am completaly out of ideas how to proceed.
u-boot properly boots, it finds my kernel and dtb, it loads it but it fails to boot it. Kernel and dtb are good, I downloaded slackware image for rock64 and replaced Image and dtb, and it started - I could see todays date and my build host in kernel message, so it's enough of a proof linux and dtb are generated properly.
Anybody got any idea what am I missing? I was thinking that it might be mbr instead of gpt or missing initrd, but slackware image doesn't use them as well. I would appreciate any advice or ideas how to proceed with that.
|
|
|
|
| How to mount new microSD card? |
|
Posted by: jschall - 11-10-2018, 12:03 PM - Forum: General Discussion on Pinebook
- Replies (8)
|
 |
I am running KDE Neon from EMMC.
I want to add a new microSD card for added storage.
I inserted the card and opened Dolphin. The new card shows as "60.0 GiB Removable Media", and "/dev/mmcblk1p1", but Dolphin can't mount it.
I suspect I need to format the new card, but how?
I have searched here and elsewhere on the Web, but haven't found an answer.
How do I format and mount a new microSD card?
|
|
|
|
| Pinebook, (very) first impressions |
|
Posted by: Surehand53 - 11-10-2018, 11:06 AM - Forum: General Discussion on Pinebook
- Replies (1)
|
 |
Hi all.
My Pinebook 11.6" 1080 just arrived and I thought it might be interesting to share my first impressions and maybe other can add theirs.
Unboxing
The Pinebook arrives with some slim but useful packaging. There is the Pinebook, the power adapter and some nice sticker with the Pinebook logo if you want to decorate yours.
The Pinebook arrived charged , in my case about 90% so you can start right away.
The Pinebook is white from the outside with logo or branding which makes it look really nice. My first test was to try a few keys on the keyboard and I actually like it. The layout for some keys is a bit unusual for some keys but in general what you expect. (e.g. the " key requires to press Fn as well as Shift, well..)
The touch-pad is on the smaller side, but I can say already that the later test showed that it is ok.
So that's all good. Let's turn it on.
]
First use
As mentioned, the battery comes charged to a degree so the first good thing is that it turns on in first place. Brownie points.
The display brightness on my device what set to somewhat 50% which made it very dark. So the very first thing was to change that in the Settings in Power management.
Once that's done it turns out that the dispaly is actually really nice. It seems not to reflect at all and my first use was outside in the sun, which was possible.
Given the high resolution of the display the all text is on the small side. There is a pinned thread in this forum that explains a few recommended setup changes. So this was my next step.
The speed of the laptop is ok. It is probably worth to turn of some of the more playful functions of the window manager like fade in/out or translucency, with that the Pnebook gives a more snappy impression. I intend to write up all configuration changes later.
One thing I noticed is that the compositor uses software rendering and not OpenGL in the standard setup. But I will only try at a later stage if OpenGL works as I manged to lock myself out of KDE by playing around with that on a different system.
So far my impression is very positive. The general speed is very usable and the Pinebook has a good feel to it.
The next step seems to be to actually install the system completely. There is an Icon on the desktop to do that. I will try this now.
|
|
|
|
| Problem with time in rock64 |
|
Posted by: gedas07 - 11-10-2018, 10:20 AM - Forum: Linux on Rock64
- Replies (2)
|
 |
Hi, I have ubuntu Bionic 18.04 installed and I have correctly chosen the time zone but it gives me one more hour.
I try with ntp, with sudo date, but I do not change the time to the right.
What can I do to fix the problem?
|
|
|
|
|