Simple Question, has anyone successfully booted a 2Gb Pine?
#1
So has anyone had any success with getting a 2Gb pine to boot and/or work with the onboard Ethernet either used or not? If so which of the OS's?
#2
Yes. Mine works fine with Android version.
#3
I haven't, but this guy did: http://forum.pine64.org/showthread.php?t...g.#pid4059

EDIT: I haven't received my board yet. That's why i haven't done it.
If I've helped you with something, please leave a rating for my responses.
#4
(03-31-2016, 08:58 AM)arpanj2 Wrote: Yes. Mine works fine with Android version.


Would that be Android Image Release 20160216 or Remix OS Image Release 20160227 Beta?


Thanks!
#5
(03-31-2016, 08:53 AM)rahlquist Wrote: So has anyone had any success with getting a 2Gb pine to boot and/or work with the onboard Ethernet either used or not? If so which of the OS's?

Hi there,

Yes, the 2GiB model boots OK for me with the Arch Linux Xfce4 image (arch-pine64-bspkernel-20160304-1-xfce4.img as found on http://wiki.pine64.org/index.php/Pine_A6...re_Release) with Gigabit Ethernet plugged in.

The minimal Ubuntu and Arch Linux images I've tried don't seem to work.

(The Ubuntu image locks-up for me before any login prompt.

The minimal Arch Linux image gets to a login prompt, but then shortly after generates pages and pages of output which look like exceptions of some sort)...  If I don't plug in Ethernet then I don't get those messages and I can login, but since there's no network...

Many thanks,

Sean.
#6
(03-31-2016, 09:28 AM)rahlquist Wrote:
(03-31-2016, 08:58 AM)arpanj2 Wrote: Yes. Mine works fine with Android version.


Would that be Android Image Release 20160216 or Remix OS Image Release 20160227 Beta?


Thanks!

It is Android Image Release 20160216 
#7
(03-31-2016, 03:57 PM)seaniefs Wrote: Yes, the 2GiB model boots OK for me with the Arch Linux Xfce4 image (arch-pine64-bspkernel-20160304-1-xfce4.img as found on http://wiki.pine64.org/index.php/Pine_A6...re_Release) with Gigabit Ethernet plugged in.

Could you please post the output of 
Code:
grep MemTotal /proc/meminfo

when running this image and in case it shows just 1 GB RAM if possible also the output from longsleep's minimal Arch image?
#8
(04-01-2016, 03:10 AM)Andrew2 Wrote:
(03-31-2016, 03:57 PM)seaniefs Wrote: Yes, the 2GiB model boots OK for me with the Arch Linux Xfce4 image (arch-pine64-bspkernel-20160304-1-xfce4.img as found on http://wiki.pine64.org/index.php/Pine_A6...re_Release) with Gigabit Ethernet plugged in.

Could you please post the output of 
Code:
grep MemTotal /proc/meminfo

when running this image and in case it shows just 1 GB RAM if possible also the output from longsleep's minimal Arch image?

Sure, I'll try and do this at some point today.

However, I can tell you that htop on the Xfce4 image shows slightly less than 1GiB free, so therefore it seems to think it's a 1GiB model (some allocated for display); but will give you the exact output later...

(04-01-2016, 03:24 AM)seaniefs Wrote:
(04-01-2016, 03:10 AM)Andrew2 Wrote:
(03-31-2016, 03:57 PM)seaniefs Wrote: Yes, the 2GiB model boots OK for me with the Arch Linux Xfce4 image (arch-pine64-bspkernel-20160304-1-xfce4.img as found on http://wiki.pine64.org/index.php/Pine_A6...re_Release) with Gigabit Ethernet plugged in.

Could you please post the output of 
Code:
grep MemTotal /proc/meminfo

when running this image and in case it shows just 1 GB RAM if possible also the output from longsleep's minimal Arch image?

Sure, I'll try and do this at some point today.

However, I can tell you that htop on the Xfce4 image shows slightly less than 1GiB free, so therefore it seems to think it's a 1GiB model (some allocated for display); but will give you the exact output later...

Ok, Xfce4 ArchLinux output confirms 1 GiB accessible only:

Code:
MemTotal:        1002164 kB

Will try to do the minimal ArchLinux image later as need to reflash the sd card...
#9
(04-01-2016, 03:24 AM)seaniefs Wrote:
(04-01-2016, 03:10 AM)Andrew2 Wrote:
(03-31-2016, 03:57 PM)seaniefs Wrote: Yes, the 2GiB model boots OK for me with the Arch Linux Xfce4 image (arch-pine64-bspkernel-20160304-1-xfce4.img as found on http://wiki.pine64.org/index.php/Pine_A6...re_Release) with Gigabit Ethernet plugged in.

Could you please post the output of 
Code:
grep MemTotal /proc/meminfo

when running this image and in case it shows just 1 GB RAM if possible also the output from longsleep's minimal Arch image?

Sure, I'll try and do this at some point today.

However, I can tell you that htop on the Xfce4 image shows slightly less than 1GiB free, so therefore it seems to think it's a 1GiB model (some allocated for display); but will give you the exact output later...

Hmm... I believe no further testing is needed and I would believe the root cause is somewhere else (wrong .dtb loaded). Longsleep added support for the 512MB model a few weeks ago (needs another .dts file for different Ethernet settings) and implemented automatic switching based on detected DRAM size in u-boot so that on models with 512MB or less (!) the .dtb for Pine64 (Fast Ethernet) will be loaded and otherwise the one for Pine64+ (GbE).

And I suspect that this detection goes wrong for whatever reasons (0 GB detected at this stage?) so the wrong .dtb will be loaded which then leads to a crash (and endless reboot loop on Android since there a watchdog restarts the board)

EDIT: Nope: http://forum.pine64.org/showthread.php?t...53#pid4553

So if there's something to test then please update the Xfce4 image with latest u-boot and report back:

Code:
bash <(curl -s https://raw.githubusercontent.com/longsleep/build-pine64-image/master/simpleimage/platform-scripts/pine64_update_uboot.sh)
bash <(curl -s https://raw.githubusercontent.com/longsleep/build-pine64-image/master/simpleimage/platform-scripts/pine64_update_kernel.sh)
#10
(04-01-2016, 04:13 AM)Andrew2 Wrote:
(04-01-2016, 03:24 AM)seaniefs Wrote:
(04-01-2016, 03:10 AM)Andrew2 Wrote:
(03-31-2016, 03:57 PM)seaniefs Wrote: Yes, the 2GiB model boots OK for me with the Arch Linux Xfce4 image (arch-pine64-bspkernel-20160304-1-xfce4.img as found on http://wiki.pine64.org/index.php/Pine_A6...re_Release) with Gigabit Ethernet plugged in.

Could you please post the output of 
Code:
grep MemTotal /proc/meminfo

when running this image and in case it shows just 1 GB RAM if possible also the output from longsleep's minimal Arch image?

Sure, I'll try and do this at some point today.

However, I can tell you that htop on the Xfce4 image shows slightly less than 1GiB free, so therefore it seems to think it's a 1GiB model (some allocated for display); but will give you the exact output later...

Hmm... I believe no further testing is needed and I would believe the root cause is somewhere else (wrong .dtb loaded). Longsleep added support for the 512MB model a few weeks ago (needs another .dts file for different Ethernet settings) and implemented automatic switching based on detected DRAM size in u-boot so that on models with 512MB or less (!) the .dtb for Pine64 (Fast Ethernet) will be loaded and otherwise the one for Pine64+ (GbE).

And I suspect that this detection goes wrong for whatever reasons (0 GB detected at this stage?) so the wrong .dtb will be loaded which then leads to a crash (and endless reboot loop on Android since there a watchdog restarts the board)

EDIT: Nope: http://forum.pine64.org/showthread.php?t...53#pid4553

So if there's something to test then please update the Xfce4 image with latest u-boot and report back:

Code:
bash <(curl -s https://raw.githubusercontent.com/longsleep/build-pine64-image/master/simpleimage/platform-scripts/pine64_update_uboot.sh)
bash <(curl -s https://raw.githubusercontent.com/longsleep/build-pine64-image/master/simpleimage/platform-scripts/pine64_update_kernel.sh)

Thanks.

Ok, just tried and it seems worse. Sad Now it locks up completely after getting to the graphical login screen...


Possibly Related Threads…
Thread Author Replies Views Last Post
  PINE A64 SBC: Clone of a functional 32GB SD card doesn't boot burningkrome 3 1,505 05-19-2023, 07:43 AM
Last Post: crocspot
  PINE A64 Ubuntu 18 or 20 IMG with touchscreen? burningkrome 0 552 04-29-2023, 05:13 AM
Last Post: burningkrome
  Pine A64 does only boot with Android 5.1 Dude 6 3,773 07-03-2022, 02:18 PM
Last Post: Dude
  Pine A64+ vs LCD do not boot DDS 3 5,864 02-23-2021, 05:33 PM
Last Post: thedu
  Autodetect if Pine unit is a Pine A64+ or PineA64-LTS pkfpeters 1 3,252 02-09-2021, 12:17 AM
Last Post: tllim
  Pine 64 | 2GB x2 & Acrylic Cases x2 for Sale | Canada - GTA ViperVi 1 4,420 01-18-2021, 03:45 PM
Last Post: squidius
  sd format?for pine 64 angegardien 3 7,620 12-06-2020, 03:53 PM
Last Post: junkyj753
  Node Red on the Pine DonFL 0 2,732 12-16-2019, 04:21 PM
Last Post: DonFL
Photo Pine A64+ from Kick starter running Pi-Hole netHolio 0 3,204 12-02-2019, 09:36 PM
Last Post: netHolio
  NetBSD for Pine A64(+) Luke 3 6,618 10-05-2019, 11:04 PM
Last Post: mrgtwentythree

Forum Jump:


Users browsing this thread: 1 Guest(s)