PINE64
(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)

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


RE: Debian Jessie Images (3.10.65 BSP Kernel) - fishmech - 04-17-2016

Glad to hear it's going well! Thank you for all your hard work.


RE: Debian Jessie Images (3.10.65 BSP Kernel) - Informatica - 04-18-2016

(04-17-2016, 07:31 PM)lenny.raposo Wrote: the tar.gz are rootfs to be used with any kernel build you can come up with for th epine now the img.xz are teh fully images.

you must simply use something like 7zip to decompress teh file. Once decompressed you should have a full img to burn to sd card Wink

Thanks for the replay.

I found the following procedure, is it right?
umount /dev/sdb1 
mkfs.ext3 /dev/sdb1 
mount /dev/sdb1 /mnt/card 
tar ‐xzvf filename.tar.gz ‐C /mnt/card 
umount /dev/sdb1


I found the solution: 
1) download the *.img.xz file
2) unzip with 7zip (or similar) and get the *.img file
3) mount with win32diskimager (or similar)

Thank again!


RE: Debian Jessie Images (3.10.65 BSP Kernel) - Metalazzo - 04-18-2016

thanks for all your hard and precious work lenny.raposo !


RE: Debian Jessie Images (3.10.65 BSP Kernel) - KnReLe - 04-19-2016

Seconded, Many thanks for the work that you have done! I'm now a happy user of Debian on a Pine A64 -- Followed the instructions and now I have verified that indeeed, I have a real 64-bit system in front of me!


RE: Debian Jessie Images (3.10.65 BSP Kernel) - tllim - 04-19-2016

Third, thanks Lenny.


RE: Debian Jessie Images (3.10.65 BSP Kernel) - jl_678 - 04-19-2016

Lenny,

Thank you for this! I have a quick question that confuses me. How does your image compare to Longsleep's found here: https://www.stdin.xyz/downloads/people/longsleep/pine64-images/ubuntu/

I am trying to determine the most stable image to use for my Pine+ which is in the mail. I already wrote Longsleep's to my SDCard and am wondering if I should replace it with yours.

Thank you.


RE: Debian Jessie Images (3.10.65 BSP Kernel) - lenny.raposo-pine64.pro - 04-19-2016

Both use the same 3.10.65 BSP kernel that longsleep compiled and maintains. The difference is that he is using Ubuntu 16.04 rootfs while I am devoted to the Debian 8 Jessie rootfs. I have also set up 3 different desktop environment images (Mate, XFCE, LXDE) and also the base without Desktop Environment Wink.

Both Longsleep's and mine udpate from longsleep's kernel build (includes the same scripts pine64_update_uboot.sh, pine64_update_kernel.sh, resize_rootfs.sh).

For those who want more bleeding edge go with Ubuntu and Debian is just rock solid in terms of stability but the apps will nto be the most recent versions Wink


RE: Debian Jessie Images (3.10.65 BSP Kernel) - jl_678 - 04-19-2016

Thank you! Lots to think about.

Sent from my XT1254 using Tapatalk


RE: Debian Jessie Images (3.10.65 BSP Kernel) - cbogdan - 04-20-2016

Hi Lenny,
What is the procedure to get the wifi working for the official wifi/bluetooth module? Thanks.
Bogdan


RE: Debian Jessie Images (3.10.65 BSP Kernel) - lenny.raposo-pine64.pro - 04-20-2016

in terminal execute the following and let me know what you see

sudo -i
ifconfig

thanks