Im running into an issue where i added a 128gb EMMC to my clusterboard and now my nodes wont boot.
removing the emmc makes no change and only having one in doesnt matter either, they boot in the baseboard.
is there a way to plug something into the USB port on the cluster board to find out what its complaining about?
any help would be much appreciated.
According to the Wiki the A64 chip supports only emmc up to 64gb. Might or might not be the cause of this.
Turns out the issue was the network issue that has been an issue with armbian, im not sure why it started happening as soon as i added the EMMC, but its working now.
i had to attach a serial cable to the GPIO to get TTY and found it was fully booted.
i also am fully able to use the 128gb EMMC module on the cluster board. ill be setting it up for internal NFS server.
Id say give it a try! its really nice to have the extra space to play around with, ill probly only ever use 30gb max, but if i ever wanna expand in the future it will be helpful, im working on a stacked cluster box (3-4 cluster boards) to run my kubernetes work load and openMPI for number crunching.
your trying to install armbian to the EMMC? does it boot at all and just not get network?
i use a pack of 10 sd cards i got for $20 on my cluster, EMMC is storage only for me.
08-16-2020, 11:56 AM
(This post was last modified: 08-16-2020, 12:13 PM by poVoq.)
When booting from SD, how does the emmc show up?
I assumed it would be /dev/mmcblk1 as the SD seems to be /dev/mmcblk0 and USB disks show up as /dev/sda, but I can't seem to find that on my Sopine connected to slot 0.
Edit: with the lsblk command it looks like the 128gb emmc is not recognized at all on my Armbian focal system when booting from SD. Normally I would have assumed only 64gb is supported, but since you have it working, it would be interesting to hear any suggestions. I used the emmc usb adapter to format it as a blank ext4 disk.
Edit2: Using the USB adapter the emmc on a USB2 port gets recognized as /dev/sda1, but for actual speed improvement I need to use the emmc slot next to module 0 I would guess.