Hi.At the download testing section there is an img for odroid c2.Can this img runs to odorid XU4?
I want to test it cose it has php7 , or atleast the testing img for rpi has php7 wich is much faster for nextcloud.
So i would like to test it.
Thank you.
Odroid C2 img to XU4
Re: Odroid C2 img to XU4
I tried that on my XU4 but I couldn't even get the blue led to light up on boot which I take it means that it cannot find a boot sector that it likes.Fourdee wrote:Odroid C2 stretch: http://dietpi.com/downloads/testing/Die ... tretch).7z
Rock 64 4GB. Evaluating desktops using Armbian-Debian-Stretch/DietPi-Stretch/Bionic-LXDE
Re: Odroid C2 img to XU4
gregb49 wrote:I tried that on my XU4 but I couldn't even get the blue led to light up on boot which I take it means that it cannot find a boot sector that it likes.Fourdee wrote:Odroid C2 stretch: http://dietpi.com/downloads/testing/Die ... tretch).7z
I have tested me too yesterday.Same as you.Not working.
Re: Odroid C2 img to XU4
Why would you expect an image for the C2 to work on the XU4? Not likely...
If php7 is the reason for trying this then install the XU4 image and follow one of the many Raspberry Pi guides for installing php7.
I've done this, not too hard, and works very well.
If php7 is the reason for trying this then install the XU4 image and follow one of the many Raspberry Pi guides for installing php7.
I've done this, not too hard, and works very well.
Re: Odroid C2 img to XU4
johnvick wrote:Why would you expect an image for the C2 to work on the XU4? Not likely...
If php7 is the reason for trying this then install the XU4 image and follow one of the many Raspberry Pi guides for installing php7.
I've done this, not too hard, and works very well.
We are two palls that we have odroid xu4.I have instaled dietpi the other armbian and php7.The defernet to speed nextcloud is very huge.Php 7 is much faster.So I would like to install it to dietpi.I will search for a Raspberry Pi guide and see if I can do it.
I will report about.
Thanks.
Re: Odroid C2 img to XU4
My bad, completely missed that you wanted Stretch for XU4.satfoxy wrote:gregb49 wrote:I tried that on my XU4 but I couldn't even get the blue led to light up on boot which I take it means that it cannot find a boot sector that it likes.Fourdee wrote:Odroid C2 stretch: http://dietpi.com/downloads/testing/Die ... tretch).7z
I have tested me too yesterday.Same as you.Not working.
You could try upgrading to Stretch on a fresh install, then test it

Code: Select all
# Copy and paste this section START
DISTRO='stretch'
cat << _EOF_ > /etc/apt/sources.list
deb http://ftp.debian.org/debian/ $DISTRO main contrib non-free
deb http://ftp.debian.org/debian/ $DISTRO-updates main contrib non-free
deb http://security.debian.org $DISTRO/updates main contrib non-free
deb http://ftp.debian.org/debian/ $DISTRO-backports main contrib non-free
_EOF_
# Copy and paste this section END
#Upgrade
apt-get update
apt-get dist-upgrade
reboot
If you find our project or support useful, then we’d really appreciate it if you’d consider contributing to the project however you can.
Donating is the easiest – you can use PayPal or become a DietPi patron.
Donating is the easiest – you can use PayPal or become a DietPi patron.
Re: Odroid C2 img to XU4
Thanks for the replay.You could try upgrading to Stretch on a fresh install, then test it
Then install software through DietPi.Code: Select all
# Copy and paste this section START DISTRO='stretch' cat << _EOF_ > /etc/apt/sources.list deb http://ftp.debian.org/debian/ $DISTRO main contrib non-free deb http://ftp.debian.org/debian/ $DISTRO-updates main contrib non-free deb http://security.debian.org $DISTRO/updates main contrib non-free deb http://ftp.debian.org/debian/ $DISTRO-backports main contrib non-free _EOF_ # Copy and paste this section END #Upgrade apt-get update apt-get dist-upgrade reboot
I instaled over my setup and works ok.I only had to reconfigure again the google , and dropbox apis.
I will burn the emmc card and will install strech at a clean install later this week.
Thank for the help.