Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 29,566
» Latest member: Arisha22Ki
» Forum threads: 16,213
» Forum posts: 116,984
Full Statistics
|
Latest Threads |
bookworm vs trixie discus...
Forum: Mobian on PinePhone
Last Post: anonymous
1 hour ago
» Replies: 68
» Views: 30,225
|
Special keys stopped work...
Forum: General Discussion on PineNote
Last Post: j_s
Yesterday, 04:04 PM
» Replies: 3
» Views: 8,403
|
Tips for accurate reading...
Forum: General
Last Post: jaydenlord07
09-18-2025, 12:55 AM
» Replies: 0
» Views: 1,784
|
Wifi 5Ghz Issue
Forum: PineNote Software
Last Post: nicolaos
09-17-2025, 06:36 PM
» Replies: 0
» Views: 1,919
|
the self built bl602_boot...
Forum: Getting Started
Last Post: pinecheng
09-16-2025, 02:15 PM
» Replies: 2
» Views: 2,967
|
Why projects like PinePho...
Forum: General Discussion on PinePhone
Last Post: Gary2003
09-16-2025, 01:13 PM
» Replies: 13
» Views: 11,510
|
Cannot flash the modem fi...
Forum: Mobian on PinePhone
Last Post: anonymous
09-16-2025, 12:18 PM
» Replies: 7
» Views: 4,430
|
Star64 Irradium (based on...
Forum: Getting Started
Last Post: mara
09-16-2025, 11:18 AM
» Replies: 8
» Views: 7,263
|
Mobian MMS/SMS text probl...
Forum: Mobian on PinePhone
Last Post: georgegohl888
09-15-2025, 02:42 AM
» Replies: 16
» Views: 23,140
|
Default password for KDE ...
Forum: General Discussion on PinePhone
Last Post: Toni
09-14-2025, 06:35 PM
» Replies: 0
» Views: 3,538
|
|
|
Another non-booting ROCK64 |
Posted by: SuburbanDad - 06-07-2019, 12:20 PM - Forum: General Discussion on ROCK64
- Replies (13)
|
 |
Hey all,
I picked up a ROCK64 from ebay for a project I am working on. But I have been unable to get it to boot.
The board was new, in a sealed static bag, with a 32gb SanDisk card and a 3amp wall wort. The board is marked "V2"
I have tried numerous images and numerous SD cards including Samsung EVO cards, numerous writing methods, pine64 installer, etcher, dd, etc.
99% of the time I just get 3 solid LEDs on the board and no video output. One image booted to a command prompt ONE time, the MrFixit image that was prepared for the v3 board, linked in this post: Rock64 v3 and SD-Cards. However, that singular boot has never been repeated.
a few of the images I have tried:
Armbian_5.88_Rock64_Ubuntu_bionic_default_4.4.180_desktop
rock64-debian-mrfixit-050919_2
xenial-minimal-rock64-0.5.10-118-arm64
bionic-lxde-rock64-0.7.9-1067-arm64
and most of the options available in the pine64 installer for a rock64 v2.
I checked the power supply, and it shows 5.2v without load. I don't have access to hardware to try to hit the serial TTY.
I am fresh out of ideas here. What is the likelihood that I am just unlucky and this board is bad? Anybody have other ideas?
|
|
|
Non burst mode in MIPI DSI |
Posted by: skumar - 06-06-2019, 12:54 AM - Forum: General Discussion on ROCKPRO64
- No Replies
|
 |
Hi,
I have a rockpro64 with 4Gb and I am running Linux aarch64
I was trying DSI Non-burst mode in rockpro64 with the pine64 display, but display was not coming properly. This setup was working properly in DSI burst mode.
I have a question, Does High-speed data transfer occurs only in DSI burst mode?
Thanks.
|
|
|
Rockpro64 Headless Server Reliably Becomes Unresponsive |
Posted by: Doneganai7 - 06-05-2019, 04:38 PM - Forum: Linux on RockPro64
- Replies (8)
|
 |
Hello, All.
I am attempting to use a Rockpro64 with bionic-minimal-rockpro64-0.7.9-1067-arm64.img as a headless server.
When initially powered on, everything works as expected, but after an amount of time that seems to vary between six hours and two days, the Rockpro64 stops responding to ssh, pings, and web requests. I tried connecting a monitor and keyboard to troubleshoot the problem. From the Rockpro64, the following things are true:
1. I can successfully ping other computers on the network by IP address, but pinging domains fails.
2. I can ssh into localhost, but cannot ssh into any other servers, even by referencing their IP addresses.
3. "arp" runs extremely slowly, but "arp -n" completes near-instantaneously.
4. Restarting the Rockpro64 fixes the problem temporarily, until it inevitably comes back.
It looks like a DNS issue to me, but I do not know where to look from there. Do any of you wonderful people have suggestions?
|
|
|
Frustrations with Wifi, VNC, Longsleep, etc. |
Posted by: NexusDude - 06-04-2019, 09:15 PM - Forum: Ubuntu
- Replies (1)
|
 |
My inexperience with Linux is the main problem. I'm used to solving my own technical problems, especially now that we have the Internet! With Linux, though, I keep running into walls that I have trouble overcoming.
I suspect, though, that some of my frustrations in installing wifi dongles on an A64+ may be due to bugs with software, whether Longsleep's image or other software I've installed.
Here are my steps, and the results. I'll mention installing VNC because that was a step I took. I'm still hopeful that I can get that going, but I'm open to all suggestions:
1. Balena Etcher flash of xubuntu-xenial-mate-20161215-longsleep-pine64-8GB.img.gz onto 64gb micro SD (since I ran out of room with previous attempt using 32GB) -- Result great!
2. Sudo resize_rootfs.sh
3. Sudo apt-get update a couple times. Plus sudo apt-get upgrade and sudo apt autoremove a couple times.
4. Sudo apt-get install vnc4server -- Result: never did get it working as I have on Rasp Pi 3B+
5. Sudo apt-get install nano build-essential linux-headers-generic git
6. Mkdir ~/RTL8188EU
7. cd to above
8. git clone git://github.com/lwfinger/rtl8188eu
Result:
434 objects enumerated
434 of 434 objects counted
310 of 310 objects compressed
received 100% (12615/12615)
resolved deltas 100% (9368/9368)
connectivity checked
9. cd to ~/RTL8188EU/rtl8188eu
10. make all
Result:
make ARCH=arm64 CROSS_COMPILE= -C /lib/modules/3.10.104/build M=/home/ubun/RTL8188EU/rtl8188eu modules
make[1]: *** /lib/modules/3.10.104/build: No such file or directory. Stop.
Makefile:151: recipe for target 'modules' failed
make: *** [modules] Error 2
11. Tried make instead of make all. Same result.
12. Looked in /lib/modules/ to confirm that there's a 3.10.104 folder.
13. Looked in /lib/modules/3.10.104 folder to find shortcut called "build". So it's /lib/modules/3.10.104/build. Looked at properties. The target is: /home/hxwong/build-pine64-image/linux-pine64
This will fail, right? If anything tries to build/make, whatever, it'll look for hxwong instead of ubun or whatever you have.
What did I miss? What should I do (or not have done)?
NexusDude
Early Kickstarter of Pine A64+
|
|
|
Red LED blink on boot |
Posted by: watou - 06-04-2019, 11:36 AM - Forum: Pine A64 Hardware, Accessories and POT
- Replies (3)
|
 |
I had this board humming along for a good long while, and forgot about it for awhile. Now whenever I apply power, I get a quick red LED blink once a second, with no other feedback.
The board is stenciled:
A64-DB-2G-Rev B
2016-02-25
I've searched and not found any report of a red LED blinking on boot, only solid red LED.
Can anyone tell me if it's a board failure, corrupted microSD, failed PSU, anything else?
Your experience and help is very much appreciated!
watou
|
|
|
Pin and libraries compatibility |
Posted by: MikeA23 - 06-03-2019, 12:40 PM - Forum: General Discussion on PINE A64(+)
- Replies (1)
|
 |
Hi
I'm using the Pine A64+ (will update shortly to the LTS) for a project at work.
I need to use several I2C sensors and SPI sensors too.
Also, found the library for one of the sensors for RPi and I was wondering... the same tutorials/codes/examples/libraries from RPi work on the Pine A64??
I'm using Armbian Stretch, since I'm familiar with Debian
Thanks for the help
|
|
|
|