I comment the situation, I am working since some time ago with NODE-RED and PLCNext (AXC2152 Firmware 2020.0). I have never had problems with this, because I only need to use WinSCP, Putty and obviously a 2GB SD FLASH (1043501), to be able to use NODE-RED because of the memory space requirement. I was able to do the required project without any problem. However, in a new project I must use again the SD FLASH 2GB in another AXC2152 but when I use again the SD FLASH and install NODE-RED I get an error by memory space. “verify_pkg_installable: Only have 64280 kb available on filesystem /opt, pkg python27 needs 83004” And trying to delete files in the folders “Upperdir” and “work” as detailed in some forums and also from Web-Based Management apply a reset but the SD memory has not returned to be the same as before and could not install NODE-RED in this.
Is there any way to return the SD FLASH 2GB to factory status?
How can I solve this problem? Thank you very much. Attached is a list of commands used in PuTTy that have always been used wget -O - http://ipkg.nslu2-linux.org/optware-ng/bootstrap/buildroot-armeabihf-bootstrap.sh| sh
export PATH=$PATH:/opt/bin:/opt/sbin
echo $PATH
ipkg install rsync
ipkg install node
npm install -g n
n 12.16.1
ln -sf /usr/local/n/versions/node/12.16.1/bin/node /usr/bin/node
npm rebuild
ipkg install make
ipkg install gcc
ipkg install python27
npm install node-pre-gyp
npm install node-red Command to execute node-network:
/opt/plcnext/node_modules/.bin/node-red