Sorry im spanish,
I have a bpi-m3 and i like dietpi SO. but i have the same problem. This iso is to old to update, because the version of dietpi is not online. So he CANT update.
I SOLVE THIS PROBLEM whit this steps [1] :
-Start the old version.
-Move the /boot/Dietpi ( or delete if u wish) to /boot/DietpiOLD_CLEANME
-Create a script whit:
---------------------------------- script ----------------------------------
export GIT_BRANCH=‘master’
#export GIT_BRANCH=‘testing’ #DEV only
wget https://raw.githubusercontent.com/Fourdee/DietPi/$GIT_BRANCH/PREP_SYSTEM_FOR_DIETPI.sh -O PREP_SYSTEM_FOR_DIETPI.sh
chmod +x PREP_SYSTEM_FOR_DIETPI.sh
sudo GIT_BRANCH=$GIT_BRANCH ./PREP_SYSTEM_FOR_DIETPI.sh
---------------------------------- /script ----------------------------------
-Change executtion (chmod +x $nameSCRIPT.sh)
-Run script (# sh $nameSCRIPT.sh)
CAREFULL: All existing software (APT) and user data will be deleted.
After few reboots and repartitions, we have the dietpi up to date. BUT i have some problems:
THE BIG ONE. is the power on. i used jack 3,5 dc (3.0A)… but sometimes to start i need some extra charge in OTG. If i let both of them (jack dc, and otg). bpi-m3 start, otherwise, start and after few seconds shutdown.
Maybe this inssue is only mine. I have a 3,5 harddisk (sata), and use other external box to power hd (becouse the internal is for 2,5harddisks).
[1] https://github.com/Fourdee/DietPi/issues/1285
-------------------------------- SPANISH VERSION ------------------------
Tengo una bpi-m3 i me encanta dietpi SO. Pero tengo el mismo problema. Esta version es muy vieja para hacer el update. la version que quiere actualizar, no esta disponible. Asi que no puede actualizarla.
Pude resolver el problema con estos pasos [1]:
-Inicial la version vieja.
-Mueve /boot/Dietpi ( o eliminala si quieres) a /boot/DietpiOLD_BORRAME
-Crea un script con:
---------------------------------- script ----------------------------------
export GIT_BRANCH=‘master’
#export GIT_BRANCH=‘testing’ #DEV only
wget https://raw.githubusercontent.com/Fourdee/DietPi/$GIT_BRANCH/PREP_SYSTEM_FOR_DIETPI.sh -O PREP_SYSTEM_FOR_DIETPI.sh
chmod +x PREP_SYSTEM_FOR_DIETPI.sh
sudo GIT_BRANCH=$GIT_BRANCH ./PREP_SYSTEM_FOR_DIETPI.sh
---------------------------------- /script ----------------------------------
-Cambia los permisos de ejecucion (chmod +x $nameSCRIPT.sh)
-Ejecuta el srcipt ( # sh $nameSCRIPT.sh)
CUIDADO: Todo el software existente (APT) y los datos de usuario seran eliminados.
Despues de unos reinicios, nosotros tendremos Dietpi actualizado hasta la fecha. PERO yo sigo teniendo algunos problemas:
EL MAYOR de todos. El encendido. Tengo un jack 3,5 dc (3.0A)… pero algunas veces cuando arranca necesita una carga extra por el OTG. si le dejo los dos ( jack dc and otg). bpi-m3 arranca, sino , arranca y despues de unos segundos se apaga.
A lo mejor este problema solo me pasa a mi. Yo tengo un disco duro de 3,5 (sata), y uso una caja externa con alimentacion para encenderlo. ( porque el interno es solo para discos de 2,5).
[1] https://github.com/Fourdee/DietPi/issues/1285