BPI-M3 new image:dietpi-preview-bpi-m3-sd-emmc.image 2016-5-14

2016-05-14-dietpi-preview-bpi-m3-sd-emmc.img.zip

  1. BPI-M3 kernel 3.4
  2. username & password: root/dietpi
  3. support HDMI 1080P & 720P(default)
  4. support eMMC
  5. support GMAC
  6. support WIFI (bcmdhd default not load)
  7. support SATA
  8. support bpi-bootsel cmd can switch to (bpi-m3 & bpi-m2 & bpi-m2p)
  9. support uEnv.txt to fatload script.bin & uImage
  10. support uEnv.txt to set video 1080P & 720P & 480P …
  11. support power max. up to 2.5A ~ for DC-IN.
  12. fix rootmydevice issue

Google Drive:

MD5: 0b0ee2f45bcec3a7d7a610fa48e74cda

Note: this is just for test .

baked on the microSD, but does not boot.

edit:

Failed to start several times, try to launch success.

Boot & work on SD. I testing eMMC Great eW

Hi,

We would like to officially support Banana Pi boards at DietPi, however, I do not currently own any BPi SBC’s. Would you be willing to send a dev sample board to help make this possible?

Kind Regards, Daniel (DietPi)

hello , very thank you for your hard working , if you need free sample , you can ask lion : [email protected] , tell he what are you want to do , he will send free sample to you.

Amazing Operating system, very fast, easy to install, minimal configuration effort. With BananaPi Sata port you get excelent nas, torrentbox, mediacenter and whatever you want in just a few clicks… “sudo modprobe bcmdhd” if you want to enable wifi. :slight_smile:

1 Like

Very bad. it is telling me installation isn’t completed and i need to do an internet test, internet test is succesfull, but stay telling me the same thing.

Is it possible to create a new image for the M3 with the new dietpi 6.1 because updates aren´t any longer possible from V160 and higher??

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