PINE64
(ARCHIVED) Ubuntu Xenial Image (BSP Kernel) - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: PINE A64(+) (https://forum.pine64.org/forumdisplay.php?fid=4)
+--- Forum: Linux on Pine A64(+) (https://forum.pine64.org/forumdisplay.php?fid=6)
+---- Forum: Ubuntu (https://forum.pine64.org/forumdisplay.php?fid=27)
+---- Thread: (ARCHIVED) Ubuntu Xenial Image (BSP Kernel) (/showthread.php?tid=376)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34


RE: Ubuntu Xenial Image (BSP Kernel) - ViperVi - 04-01-2016

(04-01-2016, 10:40 AM)longsleep Wrote: I got a 2GB model in the mail today. So i guess i can look into this now Smile

Great stuff you've been doing so far longsleep... It should now get even better...

Kudos...


RE: Ubuntu Xenial Image (BSP Kernel) - longsleep - 04-01-2016

The Arch release from 20160304-1 works (detects 1GB only, no crash with 1000M ethernet). That and other old images can be downloaded from https://www.stdin.xyz/downloads/people/longsleep/pine64-images/archlinux/OLD/ if you cannot wait any longer Smile


RE: Ubuntu Xenial Image (BSP Kernel) - LMHansen - 04-01-2016

For Windows users: 

* Download and install 7-zip (really, you don't have this yet)?
* Download and install Win32 Disk Imager (http://sourceforge.net/projects/win32diskimager/)
* Extract the .img file from the .img.xz file using 7-zip
* Use Win32 Disk Image to write the .img file to the SD Card

Worked like a charm for me. It boots, until it does not (but that is the 2GB issue, not an issue with the img file)


RE: Ubuntu Xenial Image (BSP Kernel) - longsleep - 04-02-2016

(04-01-2016, 11:47 AM)longsleep Wrote: The Arch release from 20160304-1 works (detects 1GB only, no crash with 1000M ethernet). That and other old images can be downloaded from https://www.stdin.xyz/downloads/people/longsleep/pine64-images/archlinux/OLD/ if you cannot wait any longer Smile

So my preliminary findings indicate that the Ethernet crashing always happens with the board is booted with a FDT which has 2GB RAM set in /memory section. This is also the reason, why any of the older images which use the Android boota image for booting work, as this boot method does not set the 2GB memory node and always boots whatever is in the FDT (1GB) and thus also do not crash. Any insights from the Pine64 would be helpful on this.

Btw, you can change the U-Boot environment to use boota in any of my images back to the older default (see https://github.com/longsleep/u-boot-pine64/commit/37c85d0ed7efedd97090fe6f3e72843194b29ea8) . You need to build the kernel.img as well (resurrect the script for that from https://github.com/longsleep/build-pine64-image/commit/886b6890e4141ece75d9837758e02bc37a6f9895).


RE: Ubuntu Xenial Image (BSP Kernel) - Xyntec - 04-02-2016

I learned that the Pine won't output a video signal on a hdmi2dvi cable - may you include a fix for this in one of your upcoming releases? Would be much appreciated Smile


RE: Ubuntu Xenial Image (BSP Kernel) - longsleep - 04-02-2016

(04-02-2016, 10:43 AM)Xyntec Wrote: I learned that the Pine won't output a video signal on a hdmi2dvi cable - may you include a fix for this in one of your upcoming releases? Would be much appreciated Smile

No, you can change the device tree yourself to whatever flags required for your specific setup - there is no "general" setting. I might eventually add a option to uEnv.txt if you can provide details what needs to change and when.


RE: Ubuntu Xenial Image (BSP Kernel) - Xyntec - 04-02-2016

I got my pine hooked on my monitor via a hdmi2dvi cable. I guess hdcp needs to be turned off or something. Thanks for your help!


RE: Ubuntu Xenial Image (BSP Kernel) - longsleep - 04-02-2016

(04-02-2016, 11:36 AM)Xyntec Wrote: I got my pine hooked on my monitor via a hdmi2dvi cable. I guess hdcp needs to be turned off or something. Thanks for your help!

Its off already, see https://github.com/longsleep/build-pine64-image/blob/master/blobs/pine64.dts#L2004


RE: Ubuntu Xenial Image (BSP Kernel) - longsleep - 04-03-2016

I just uploaded a new Ubuntu Xenial image which includes the updated Kernel, fixing the 2GB model Ethernet crash.

Get 20160403-1 from https://www.stdin.xyz/downloads/people/longsleep/pine64-images/ubuntu/

As always, for a list of changes and full details see the first post in this thread.


RE: Ubuntu Xenial Image (BSP Kernel) - yusijs - 04-03-2016

Nice work longsleep!