Kernel for A64 git - 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) +--- Thread: Kernel for A64 git (/showthread.php?tid=293) |
RE: Kernel for A64 git - longsleep - 05-07-2016 (05-07-2016, 06:48 AM)Terra854 Wrote:(05-07-2016, 05:45 AM)longsleep Wrote: You still have to worry as Kernel 3.10 is officially end of life since Dec 2015. It still gets the occasional update but its still a very old Kernel tree. Oh someone took over the 3.10 line recently. Thanks for the hint - i missed that. So its indeed Oct, 2017 now. So then still do not feel safe because of what tkaiser said. (05-07-2016, 06:48 AM)Terra854 Wrote: By the way, the upgrade script fails to detect the latest version (3.10.101). It shows that the kernel that I have (3.10.65) is at it's latest version. I do not see how this could be the case. You know that its not really checking what you run? It is just comparing etags with what it stored before in /var/lib/misc/pine64_update_kernel.status - so remove that file to force it download and apply again. (05-07-2016, 06:37 AM)tkaiser Wrote:(05-07-2016, 06:28 AM)longsleep Wrote: I wanted to check if i could do 720p in U-Boot and show a boot logo and then switch to 1080p with the tool later. Yes - If X runs, the framebuffer cannot be released and recreated or something. So X needs to stop, then change resolution, start X and everything is good. Also wrote it in the README at https://github.com/longsleep/sunxi-disp-tool/blob/master/README.md#usage to be sure i can point and say see here - i said so RE: Kernel for A64 git - tkaiser - 05-07-2016 (05-07-2016, 06:57 AM)longsleep Wrote:(05-07-2016, 06:48 AM)Terra854 Wrote: By the way, the upgrade script fails to detect the latest version (3.10.101). It shows that the kernel that I have (3.10.65) is at it's latest version. In case it's a proxy problem adding -H 'Cache-Control: no-cache' might help. And debugging using curl manually with --verbose would be an option too. RE: Kernel for A64 git - longsleep - 05-07-2016 Mhm - the site is TLS encrypted, i do not see how a proxy could cache it. RE: Kernel for A64 git - Terra854 - 05-07-2016 (05-07-2016, 06:57 AM)longsleep Wrote:(05-07-2016, 06:48 AM)Terra854 Wrote: By the way, the upgrade script fails to detect the latest version (3.10.101). It shows that the kernel that I have (3.10.65) is at it's latest version. And now I ran into this: Code: Checking for update ... By the way, i'm running this on the openSUSE image and this error only appears in openSUSE (other images work fine) RE: Kernel for A64 git - longsleep - 05-07-2016 @Terra854: something is very wrong with your connection and/or image you are running. Could be a simple thing like just wrong system time or a full featured man-in-the-middle attack. Check like this: Code: root@pine64-2gb:~# curl -Iv https://www.stdin.xyz/downloads/people/longsleep/pine64-images/linux/linux-pine64-latest.tar.xz To see all the details. (05-07-2016, 08:13 AM)Terra854 Wrote: By the way, i'm running this on the openSUSE image and this error only appears in openSUSE (other images work fine) Well - that explains it then and is the reason why i recommend only properly created images where the bootstrap scripts are public and i have reviewed (means only my images ) RE: Kernel for A64 git - tkaiser - 05-07-2016 (05-07-2016, 08:13 AM)Terra854 Wrote: By the way, i'm running this on the openSUSE image and this error only appears in openSUSE (other images work fine) Please think about dropping the whole idea to provide an OpenSUSE image if you aren't able to provide kernel updates! That's the stuff I was talking about here. A non existing OS image is better than a crappy one. Unless you're willing to provide and maintain(!) a working and non conflicting way to provide kernel/u-boot updates (zypper?) please withdraw your OS image. RE: Kernel for A64 git - Terra854 - 05-07-2016 (05-07-2016, 09:36 AM)tkaiser Wrote:(05-07-2016, 08:13 AM)Terra854 Wrote: By the way, i'm running this on the openSUSE image and this error only appears in openSUSE (other images work fine) Relax tkaiser, I am willing to maintain the openSUSE image. Besides, I am currently rebuilding the image with the latest released kernel right now. Also, I have implemented a workaround for the problem mentioned above, so providing kernel updates will not be a problem. RE: Kernel for A64 git - tllim - 05-07-2016 (05-07-2016, 06:28 AM)longsleep Wrote:In Android build, this is possible and my Android team just implemented 720P boot up logo screen and 1080p home screen. I assume also can be implemented on Linux.(05-07-2016, 06:20 AM)rahlquist Wrote: Was there some sort of change to the console in this release? I can no long send any input. I can watch over the serial console but nothing back is acknowledged. RE: Kernel for A64 git - longsleep - 05-07-2016 Yes i can show a boot logo just fine but the framebuffer driver does not correctly clear/reset when the Kernel takes over .. Also the framebuffer driver does not work properly when U-Boot did initialize HDMI with 720p - so for now everthing stays as it is - U-Boot brings up 1080p and anyone is free to change uEnv.txt to switch to lower resolution. I lack the passion to dig this down - as allways PR welcome RE: Kernel for A64 git - rhkean - 05-07-2016 longsleep, I honestly don't know if this is a problem, but wanted to bring it to your attention Code: Starting Set console keymap... and, probably unrelated, but shows up in the console log in about the same place Code: [ 15.519597] [VFE_ERR]Error registering v4l2 subdevice No such device! output from systemctl status: Code: [color=#000000]ubuntu@localhost:~$ sudo systemctl status console-setup.service Using new image: https://www.stdin.xyz/downloads/people/longsleep/pine64-images/ubuntu/xenial-pine64-bspkernel-20160507-1.img.xz Code: ubuntu@pine64:~$ sudo su - |