Odroid C2 img to XU4

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.

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.

I have tested me too yesterday.Same as you.Not working.

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.

My bad, completely missed that you wanted Stretch for XU4.

You could try upgrading to Stretch on a fresh install, then test it :slight_smile:

# 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

Then install software through DietPi.

You could try upgrading to Stretch on a fresh install, then test it > :slight_smile:

# 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

Then install software through DietPi.

Thanks for the replay.
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.