hornet Posted November 11, 2015 Posted November 11, 2015 FYI I've found a problem with the nand-sata-install script after building a 4.6 version for my pcduino, nand-part does not exist in /usr/sbin. Did a full, default compile. Seems the command its in the PATH but if i try to run nand-part i get "/usr/sbin/nand-part now found" lf I go manually in there and do a "ls " its there, but even if im in the folder and do ./nand-part same error appears. The error that I'm getting from nand-sata-install is not enough space on nand2, because nand-part is not able to run and aprtition the disk its trying to copy all root to 16MB(old partitioning from stock linksprite image). To make it work for myself i manually compiled nand-part and partitioned the nand properly. Hope it helps, Thanks!
Igor Posted November 11, 2015 Posted November 11, 2015 You are using self compiled image? What about fex2bin bin2fex utilities?
hornet Posted November 11, 2015 Author Posted November 11, 2015 Yes I compiled this using official docs. fex2bin and bin2fex have the same errors as nand-part.
Igor Posted November 11, 2015 Posted November 11, 2015 I noticed few weeks ago that those utilities failed to build so I fix the git pointer to specific commit. Since than it should work ... I'll check.
Recommended Posts