SD FLASH 2GB and plcnext problem

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. WhatsApp_Image_2020-10-30_at_12.01.31.jpeg “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

Hi, can you show us the output from df -h Maybe the SD card is not in use, please check in the WBM Security → SD Card → Support external SD Card

Hi cris, I’m not a specialist of Node Red, but we’ve had in the past here and there some problems deploying Node Red on the device by using ipkg (or other packet manager). One of our trainer and colleges from Belgium created a nice tutorial how to deploy Node Red as a container, which worked according to them far easier… Well, this is not directly an answer of your question, but maybe an additional option for you. Node-RED and getting started with Docker Node-Red with docker tips and best practice Take care, Frank