(05-14-2016, 09:55 AM)longsleep Wrote: Why? There are no issues getting latest Kernel and U-Boot with my Arch image. I do no longer create new images and make no promises about anything but as of now you can of course update Kernel and the bootloader to latest and only miss the packaging stuff i do for Ubuntu. See http://forum.pine64.org/showthread.php?tid=343Ah no I'm not saying there's anything wrong with them, just my abilities to do so

e.g. running the update scripts and having issues
Code:
[chris@pine ~]$ sudo bash <(curl -s https://raw.githubusercontent.com/longsleep/build-pine64-image/master/simpleimage/platform-scripts/pine64_update_uboot.sh)
bash: /dev/fd/63: No such file or directory
[chris@pine ~]$ (23) Failed writing body
[chris@pine ~]$
[chris@pine ~]$ sudo bash <(curl -s https://raw.githubusercontent.com/longsleep/build-pine64-image/master/simpleimage/platform-scripts/pine64_update_kernel.sh)
bash: /dev/fd/63: No such file or directory
[chris@pine ~]$ (23) Failed writing body
*fixed, was running it with sudo and not as root