(ARCHIVED) Debian Jessie Images (3.10.102 BSP Kernel) New Release - 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: Debian (https://forum.pine64.org/forumdisplay.php?fid=24) +---- Thread: (ARCHIVED) Debian Jessie Images (3.10.102 BSP Kernel) New Release (/showthread.php?tid=497) |
RE: Debian Jessie Images (3.10.65 BSP Kernel) - jl_678 - 06-06-2016 (06-04-2016, 11:50 PM)bob.patterson.500 Wrote: I just received my Pine 64. I'm trying to create a boot Micro SD card with a Linux image on it. I tried downloading the image from the Pine 64 web site, but the Pine doesn't see it. I am working from a Windows 10 workstation and am using Win32 DiskImager. Is there a Linux distribution that will create a bootable image using Win32 DiskImager? Hi, I am not sure what "doesn't see it means." Are you following this general process?
RE: Debian Jessie Images (3.10.65 BSP Kernel) - av1024 - 06-08-2016 Hi! Looks like an issue with Network Manager in last (3.10.101 kernel) Mate image. May be the same as described on prev page in "no internet" question. As I can see /etc/resolv.conf is empty after booting (only 'generated by NetworkManager' comment) so no DNS servers available and "Internet doesn't work". The temporary solution for me is 'echo nameserver 8.8.8.8 | sudo tee -a /etc/resolv.conf' // Pine64+ 2Gb, Ethernet connection, not logged in to MATE, test from tty/serial console and via ssh RE: Debian Jessie Images (3.10.65 BSP Kernel) - pribyl.tom - 06-13-2016 Hi, I have tried Debian Jessie on my Pine64 board and it looks fine. I need to cross-compile my application on x86 (or x86-64) host. Is it possible to download toolchain? Thanks. T. RE: Debian Jessie Images (3.10.65 BSP Kernel) - benpope81 - 06-13-2016 (06-13-2016, 01:34 AM)pribyl.tom Wrote: Hi,You'll need to describe your host platform, but something like this: https://packages.debian.org/sid/amd64/g++-5-aarch64-linux-gnu RE: Debian Jessie Images (3.10.65 BSP Kernel) - pribyl.tom - 06-13-2016 (06-13-2016, 01:59 AM)benpope81 Wrote:(06-13-2016, 01:34 AM)pribyl.tom Wrote: Hi,You'll need to describe your host platform, but something like this: https://packages.debian.org/sid/amd64/g++-5-aarch64-linux-gnu host: Ubuntu 14.04.4 LTS on i686 (uname -a: Linux ip-dev-2u 3.13.0-85-generic #129-Ubuntu SMP Thu Mar 17 20:50:41 UTC 2016 i686 i686 i686 GNU/Linux) target: Pine64 board with Debian Jessie RE: Debian Jessie Images (3.10.65 BSP Kernel) - benpope81 - 06-13-2016 (06-13-2016, 06:26 AM)pribyl.tom Wrote: host: Ubuntu 14.04.4 LTS on i686 (uname -a: Linux ip-dev-2u 3.13.0-85-generic #129-Ubuntu SMP Thu Mar 17 20:50:41 UTC 2016 i686 i686 i686 GNU/Linux) There's this, which should do the job: https://launchpad.net/ubuntu/trusty/+package/g++-aarch64-linux-gnu I don't have a trusty install to hand, but: sudo apt-get install g++-aarch64-linux-gnu If you want to build it yourself from source, I think: sudo apt-get build-dep g++-aarch64-linux-gnu apt-get -t trusty -b source g++-aarch64-linux-gnu RE: Debian Jessie Images (3.10.65 BSP Kernel) - UnixOutlaw - 06-19-2016 Can someone please clear up the massive spaghetti that is all the different variants and locations to locate and download debian images from? There seems to be like 5 different places, all with conflicting information... There's the pine "shop" web pages with downloads, there pine.pro, there's sun-xi - and there's more... This one https://www.pine64.pro/downloads/ "seems" to have more stuff and more "updates" than some of the others - however - under Debian Jessie - there are two "base" images - but different sizes, but both dated 8th April. Can I assume that the wrong date was put against the "larger" one and that it is in fact later than 04/08/2016? RE: Debian Jessie Images (3.10.65 BSP Kernel) - Blunt21 - 06-20-2016 Hi ! After some research I've come to understand that it may be possible to run packages built for armv7l on a linux built for armv8 basically running 32bit on a 64bit linux. I believe this would require some change regarding the rootfs but that's as far as I got, I don't seem to find any more information on the matter. My problem is that I would like to use my Pine64 to build a MagicMirror2 and this requires electron which isn't built for arm64/armv8. At first I thought about cross-compiling electron for arm64 but this seems to be quite difficult too for the newbie that I am. So my questions are : Is this possible ? and if so how should I proceed ? (P.S.: Thank you for your hard work, Debian runs like a charm on the Pine64+ that I have ) RE: Debian Jessie Images (3.10.65 BSP Kernel) - lenny.raposo-pine64.pro - 06-20-2016 The Images are pretty much what people want. The Debian Mate And XFCE images are the latest (and currently stable) I am have another set that will be released upon receipt of the Mali driver for the pine. Pine64.pro is a work in progress as things are a bit busy in my personal life from time to time. As for the multiarch (32 and 64bit) try sudo dpkg --add-architecture armhf RE: Debian Jessie Images (3.10.65 BSP Kernel) - fishmech - 06-20-2016 (06-20-2016, 06:16 PM)lenny.raposo-pine64.pro Wrote: The Images are pretty much what people want. The Debian Mate And XFCE images are the latest (and currently stable) I am have another set that will be released upon receipt of the Mali driver for the pine. What will be the best way to transfer current programs/settings/etc when upgrading to the new images, when available? Thanks for the work you do. |