PINE64
Nodes not booting - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: PINE A64-LTS / SOPINE Compute Module (https://forum.pine64.org/forumdisplay.php?fid=66)
+--- Forum: Clusterboard (https://forum.pine64.org/forumdisplay.php?fid=91)
+--- Thread: Nodes not booting (/showthread.php?tid=10954)

Pages: 1 2 3


RE: Nodes not booting - poVoq - 11-18-2020

Yes, setting the drr mode I did via the dts file. It seems to improve things as I wrote above but the emmc still fails. There are a bunch of other settings under the same mmc@1c11000 heading, and I googled a bit for other options (such as the hs400 mode), but I am really poking in the dark as I know next to nothing about that stuff.

However the -110 error really makes me suspect that t might be an hardware issue with the v2.2 board. Sadly the changes are not documented: https://wiki.pine64.org/wiki/SOPine_Clusterboard


RE: Nodes not booting - poVoq - 11-18-2020

Hmm, mainline Kernel dtsi seems quite different from the Armbian one.

https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi?h=v5.9#n508

Vs
Quote: mmc@1c11000 {
compatible = "allwinner,sun50i-a64-emmc";
reg = <0x1c11000 0x1000>;
clocks = <0x02 0x21 0x02 0x4d>;
clock-names = "ahb\0mmc";
resets = <0x02 0x0a>;
reset-names = "ahb";
interrupts = <0x00 0x3e 0x04>;
max-frequency = <0xbebc200>;
status = "okay";
#address-cells = <0x01>;
#size-cells = <0x00>;
pinctrl-names = "default";
pinctrl-0 = <0x2b>;
vmmc-supply = <0x26>;
vqmmc-supply = <0x2c>;
bus-width = <0x08>;
non-removable;
cap-mmc-hw-reset;
mmc-hs200-1_8v;
phandle = <0x6b>;
};



RE: Nodes not booting - User 18962 - 11-20-2020

that strange, i don't see that function in the link you sent, but i did confirm mine matches your DTS file.

guess it must be undocumented board version changes, wonder if we can get some dev input.

well maybe if you need more nodes in the future and you get a new cluster board you can test it out. :/

im already ready to add another 7 nodes to my cluster.


RE: Nodes not booting - poVoq - 11-20-2020

I am reluctant to get another one as I really needed that faster emmc storage on mine.
I made another thread about possible hardware changes: https://forum.pine64.org/showthread.php?tid=12218