(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) |
RE: Ubuntu Xenial Image (BSP Kernel) - mane - 03-09-2016 (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. 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. RE: Ubuntu Xenial Image (BSP Kernel) - mane - 03-09-2016 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-ubuntu-16-04-xenial/ Please let me know if you want me to change something. RE: Ubuntu Xenial Image (BSP Kernel) - Andrew2 - 03-09-2016 (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. Maybe you should mention my script http://kaiser-edv.de/tmp/4U4tkD/install-rpi-monitor-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: RE: Ubuntu Xenial Image (BSP Kernel) - tllim - 03-09-2016 (03-09-2016, 12:37 PM)mane Wrote: FYI: @mane, thanks. Can we link your post in Pine64 wiki? RE: Ubuntu Xenial Image (BSP Kernel) - peterz - 03-09-2016 (03-09-2016, 12:37 PM)mane Wrote: FYI: 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 ) Under linux you can achieve both things with appropriate syntax of dd command. RE: Ubuntu Xenial Image (BSP Kernel) - tllim - 03-09-2016 (03-09-2016, 02:18 PM)peterz Wrote: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).(03-09-2016, 12:37 PM)mane Wrote: FYI: RE: Ubuntu Xenial Image (BSP Kernel) - longsleep - 03-09-2016 Just add docs for the https://github.com/longsleep/build-pine64-image/tree/master/simpleimage/platform-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). RE: Ubuntu Xenial Image (BSP Kernel) - tllim - 03-09-2016 (03-09-2016, 02:26 PM)longsleep Wrote: Just add docs for the https://github.com/longsleep/build-pine64-image/tree/master/simpleimage/platform-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 :-) RE: Ubuntu Xenial Image (BSP Kernel) - mane - 03-09-2016 (03-09-2016, 01:17 PM)Andrew2 Wrote: Maybe you should mention my script http://kaiser-edv.de/tmp/4U4tkD/install-rpi-monitor-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. 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 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-pine64-image/tree/master/simpleimage/platform-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. RE: Ubuntu Xenial Image (BSP Kernel) - Tommy_2Tall - 03-10-2016 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? |