04-27-2016, 12:09 AM
So, the kernel has been working great so far, but I can't seem to get the update scripts to run properly. I am using Ubuntu 14.04.4 LTS aarch64 on a 64+ 1GB board with kernel 3.10.65-3-pine64-longsleep. The uboot update script (correctly) complains "Block device /dev/mmcblk0 not found." and the block device file is not present, but the root mount point is clearly mmcblk0 as seen when running lsblk:
Any clues as to why this is? I tried to run the kernel update script as well, and it completed successfully (or rather without throwing any errors), but the kernel was the same version as before upon reboot.
Code:
$ sudo lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
mmcblk0 179:0 0 14.9G 0 disk
|-mmcblk0p1 179:1 0 50M 0 part
`-mmcblk0p2 179:2 0 14.8G 0 part /
Any clues as to why this is? I tried to run the kernel update script as well, and it completed successfully (or rather without throwing any errors), but the kernel was the same version as before upon reboot.