(ARCHIVED) Ubuntu Xenial Image (BSP Kernel)
#11
(03-07-2016, 02:15 PM)longsleep Wrote:
(03-07-2016, 09:58 AM)mane Wrote: I wonder if with this xenial image I will be able to install all packages from the repos (using apt-get) and also be able to keep the OS up to date running atp-get upgrade.

Sure, you can install and upgrade everything what is in the Ubuntu ports repository for arm64 (http://ports.ubuntu.com/).

I do not provide packaging for Kernel, initrd and boot - so those cannot be upgraded through packaging.

I built a new Ubuntu Xenial image incorporating the latest changes to U-Boot and Kernel. It also adds the platform scripts i use, does automatically keep the Ethernet MAC address in uEnv.txt and re-enables CPU cores automatically if they got disabled by thermal throttling / overheating.

Get 20160306-1 from https://www.stdin.xyz/downloads/people/l...es/ubuntu/

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

Thanks for your reply.

I've received my pine64 1GB few minutes ago and I am glad to be already seeing this:


ubuntu@localhost:~$ uname -a
Linux localhost.localdomain 3.10.65-2-pine64-longsleep #39 SMP PREEMPT Fri Mar 4 21:55:14 CET 2016 aarch64 aarch64 aarch64 GNU/Linux
ubuntu@localhost:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu Xenial Xerus (development branch)
Release: 16.04
Codename: xenial
ubuntu@localhost:~$ cat /proc/cpuinfo 
Processor : AArch64 Processor rev 4 (aarch64)
processor : 0
processor : 1
processor : 2
processor : 3
Features : fp asimd aes pmull sha1 sha2 crc32 
CPU implementer : 0x41
CPU architecture: AArch64
CPU variant : 0x0
CPU part : 0xd03
CPU revision : 4

Hardware : sun50iw1p1

Keep the good work up guys, I will try to document as much as I can whatever I will run on top of this board.
#12
FYI:

I've created an How-to on my blog which explain, step by step, how to install ubuntu 16.04 provided by longsleep.

http://blog.antani.co/pine64-install-ubu...04-xenial/

Please let me know if you want me to change something.
#13
(03-09-2016, 12:37 PM)mane Wrote: I've created an How-to on my blog which explain, step by step, how to install ubuntu 16.04 provided by longsleep.

http://blog.antani.co/pine64-install-ubu...04-xenial/

Please let me know if you want me to change something.

Maybe you should mention my script http://kaiser-edv.de/tmp/4U4tkD/install-...for-a64.sh that installs RPi-Monitor with the needed adjustments in a single step. This is a pretty lightweight monitoring solution collecting system health data in round robin databases and rendering the stuff inside a browser window. 

For use cases and examples have a look into the benchmarking thread or at this picture:

[Image: RPi-Monitor.png]
#14
(03-09-2016, 12:37 PM)mane Wrote: FYI:

I've created an How-to on my blog which explain, step by step, how to install ubuntu 16.04 provided by longsleep.

http://blog.antani.co/pine64-install-ubu...04-xenial/

Please let me know if you want me to change something.

@mane, thanks. Can we link your post in Pine64 wiki?
#15
Smile 
(03-09-2016, 12:37 PM)mane Wrote: FYI:

I've created an How-to on my blog which explain, step by step, how to install ubuntu 16.04 provided by longsleep.

http://blog.antani.co/pine64-install-ubu...04-xenial/

Please let me know if you want me to change something.

For installing image to SD card from Windows there is tool called Win32DiskImager
https://sourceforge.net/projects/win32diskimager/

Tool can also read data from SD card and write it to .img file. You can therefore use it to make backups of your SD cards (might be handy for experiments  Smile )

Under linux you can achieve both things with appropriate syntax of dd command.
#16
(03-09-2016, 02:18 PM)peterz Wrote:
(03-09-2016, 12:37 PM)mane Wrote: FYI:

I've created an How-to on my blog which explain, step by step, how to install ubuntu 16.04 provided by longsleep.

http://blog.antani.co/pine64-install-ubu...04-xenial/

Please let me know if you want me to change something.

For installing image to SD card from Windows there is tool called Win32DiskImager
https://sourceforge.net/projects/win32diskimager/

Tool can also read data from SD card and write it to .img file. You can therefore use it to make backups of your SD cards (might be handy for experiments  Smile  )

Under linux you can achieve both things with appropriate syntax of dd command.
I am also using the win32diskimager to install image to microSD card. We try to make the 4GB image size and user can resize themselves. Another way is generate few images for various SD card size (4, 8, 16, 32, 64, 128 GB).
#17
Just add docs for the https://github.com/longsleep/build-pine6...rm-scripts - there is also a resize script which can easily resize the rootfs to the capacity of the storage device. They are preinstalled with my latest images (in /usr/local/sbin).
#18
(03-09-2016, 02:26 PM)longsleep Wrote: Just add docs for the https://github.com/longsleep/build-pine6...rm-scripts - there is also a resize script which can easily resize the rootfs to the capacity of the storage device. They are preinstalled with my latest images (in /usr/local/sbin).

Thanks, I am using your resize script :-)
#19
(03-09-2016, 01:17 PM)Andrew2 Wrote: Maybe you should mention my script http://kaiser-edv.de/tmp/4U4tkD/install-...for-a64.sh that installs RPi-Monitor with the needed adjustments in a single step. This is a pretty lightweight monitoring solution collecting system health data in round robin databases and rendering the stuff inside a browser window. 

For use cases and examples have a look into the benchmarking thread or at this picture:

[Image: RPi-Monitor.png]

I will document that on a separate article.

(03-09-2016, 01:40 PM)tllim Wrote: @mane, thanks. Can we link your post in Pine64 wiki?

Sure thing, go ahead.

(03-09-2016, 02:18 PM)peterz Wrote: For installing image to SD card from Windows there is tool called Win32DiskImager
https://sourceforge.net/projects/win32diskimager/

Tool can also read data from SD card and write it to .img file. You can therefore use it to make backups of your SD cards (might be handy for experiments  Smile  )

Under linux you can achieve both things with appropriate syntax of dd command.

Thank you, I will add that soon on my article.

(03-09-2016, 02:26 PM)longsleep Wrote: Just add docs for the https://github.com/longsleep/build-pine6...rm-scripts - there is also a resize script which can easily resize the rootfs to the capacity of the storage device. They are preinstalled with my latest images (in /usr/local/sbin).

That's really handy, I will test it and add into my article.

Thanks guys.
#20
Hi!

Ubuntu, even if in this limited form, is one of the things I'd like to test on my Pine64(+, 2GB) once I get it.

Would it be possible to get this Xenial image going at 720P rather than 1080P?
Would that require an entirely new image to be built or is it something that could be reconfigured once it is up and running on a 1080P HDMI screen?


Possibly Related Threads…
Thread Author Replies Views Last Post
  Ubuntu server 20.04 request phi0x 2 5,284 12-30-2020, 08:02 PM
Last Post: phi0x
  Xenial Minimal Image (PINE A64(+)) 0.6.2-77 pineadmin 4 21,481 08-30-2020, 10:35 AM
Last Post: jrronimo
  Kickstarter P64 with LCD, working image? MostHated 1 4,427 01-04-2020, 10:32 AM
Last Post: igorp
  USB Wireless Drivers with Longsleep Linux Kernel jacobscarter 15 24,502 03-06-2019, 02:26 PM
Last Post: tllim
  Allwinner A64 RTC bug fix on bionic image? tkaivola 1 4,772 02-01-2019, 05:09 AM
Last Post: tllim
  SPI on ubuntu IlyaM 4 9,084 07-16-2018, 03:00 AM
Last Post: kingflab
  Ubuntu password not working joemassimino 4 8,509 05-18-2018, 03:33 PM
Last Post: Luke
  How can I get a wireless dongle working on Xenial Desktop latest build Rocklobster 1 3,946 04-16-2018, 03:09 PM
Last Post: Rocklobster
  After flashing Ubuntu- how to get graphical desktop Partymack711 6 10,827 02-01-2018, 09:45 AM
Last Post: Partymack711
  PPTP doesnt work with ubuntu escovedo 2 8,656 08-23-2017, 09:28 AM
Last Post: gilbertotcc

Forum Jump:


Users browsing this thread: 1 Guest(s)