Hi! I hope this is the right place to ask for help. Just got my Pine's all parts necessary and tried to install this Ubuntu version on it.
First off, my SD card is a: 64GB SanDisk Extreme Pro microSDXC UHS-I Class 10
It came formatted as exfat, but my Ubuntu laptop didn't seem to like that so I had to reformat it. As FAT32 only supports up to 32GB (?) I chose to try ext4 as that seems to be a common Linux file system. To remove exfat I used this:
sudo dd if=/dev/zero of=/dev/sdX bs=1M count=100 and it seemed to work, unplugged and plugged it in again, then ran this to make it to ext4:
sudo mkfs.ext4 -L "microSD" /dev/sdX which worked. To move the Linux image onto there, I used the line provided in the readme file linked in the first post:
xzcat xenial-pine64-bspkernel.xz|pv|sudo dd of=/dev/sdX bs=1M oflag=sync.
My issue now is that it won't boot, I seem to get a few error messages when I'm booting, I'll link them here:
Picture 2 is after removing and putting the microSD card back in. One thing I could detect was it saying something about my keyboard in there, not sure. If it'd matter, my keyboard is "Mad Catz cyborg v7". I also tried to boot with and without Ethernet cable, HDMI cable and USB-keyboard.
Not sure if ext4 was the right move, but I hoped so. All help I can get is appreciated.
First off, my SD card is a: 64GB SanDisk Extreme Pro microSDXC UHS-I Class 10
It came formatted as exfat, but my Ubuntu laptop didn't seem to like that so I had to reformat it. As FAT32 only supports up to 32GB (?) I chose to try ext4 as that seems to be a common Linux file system. To remove exfat I used this:
sudo dd if=/dev/zero of=/dev/sdX bs=1M count=100 and it seemed to work, unplugged and plugged it in again, then ran this to make it to ext4:
sudo mkfs.ext4 -L "microSD" /dev/sdX which worked. To move the Linux image onto there, I used the line provided in the readme file linked in the first post:
xzcat xenial-pine64-bspkernel.xz|pv|sudo dd of=/dev/sdX bs=1M oflag=sync.
My issue now is that it won't boot, I seem to get a few error messages when I'm booting, I'll link them here:
Picture 2 is after removing and putting the microSD card back in. One thing I could detect was it saying something about my keyboard in there, not sure. If it'd matter, my keyboard is "Mad Catz cyborg v7". I also tried to boot with and without Ethernet cable, HDMI cable and USB-keyboard.
Not sure if ext4 was the right move, but I hoped so. All help I can get is appreciated.