02-03-2016, 04:20 AM
(02-02-2016, 05:43 PM)Hahaburger Wrote: I've built CM 13 for pine64. I don't have the board yet so I couldn't test it. Here are the images for those who wants to test CM on Pine:
https://drive.google.com/file/d/0B5NrIPX...sp=sharing
I'm not sure how to install this to SD Card.
After installing the image on the wiki with Phoenix Card,
using dd to system.img on /dev/mmcblk0p7 and boot.img on /dev/mmcblk0p6 may work.
I prepared a microSD card with the android_20160112.img image and then,
Code:
sudo dd if=boot.img of=/dev/sdc6 bs=16M
sudo dd if=system.img of=/dev/sdc7 bs=16M
Then, I boot the Pine64,
Code:
[ 17.044958] Freeing unused kernel memory: 524K (ffffffc0009e4000 - ffffffc000a67000)
[ 17.055741] init: init started!
[ 17.060162] SELinux: policydb version 30 does not match my version range 15-28
[ 17.068327] init: SELinux: Could not load policy: Invalid argument
[ 17.075395] init: failed to load policy: Invalid argument
[ 17.081299] init: Security failure; rebooting into recovery mode...
[ 17.088267] SysRq : Emergency Remount R/O
[ 17.092679] Emergency Remount complete
[ 17.097092] drivers/cpufreq/autohotplug.c:reboot_notifier_call: stop autohotplug done
[ 17.106741] CPU1: shutdown
[ 17.109704] psci: CPU1 killed.
[ 17.116035] CPU2: shutdown
[ 17.119001] psci: CPU2 killed.
[ 17.124828] CPU3: shutdown
[ 17.127794] psci: CPU3 killed.
[ 17.132110] drivers/cpufreq/cpufreq.c:reboot_notifier_call: stop none boot cpus done
[ 17.140572] drivers/devfreq/sunxi_dramfreq.c:sunxi_dramfreq_reboot: stop dramfreq done
[ 17.149494] [alarmtimer] have no shutdown alarm! alarmtimer_shutdown 330
[ 17.157308] Restarting system with command 'recovery'.
I think the issue is with SELinux ("SELinux: policydb version 30 does not match my version range 15-28") for this image.
Thanks for providing the files to try out.