Hello,
I am currently setting up my environment on the RPi 3 and in a few days I will have the ASUS Tinker Board in my possession and the plan is to backup and restore to it.
RPi 3 is ARMv6 and Tinker Board is ARMv7, Will this be an issue? Or will the backup work fine as they are both on ARM architecture, I thought I would check before I continue any further with my project.
RPi 3 to ASUS Tinker Board
Re: RPi 3 to ASUS Tinker Board
Hello,
http://dietpi.com/phpbb/viewtopic.php?f ... rt=30#p255
Yes, it will simple not work. But you can easy test it. Nothing will get broken, it will simple not start up.
And ARM boards use different boot up sequence and routine, eg. Das U-Boot, because they have no BIOS or UEFI.
A dietpi-backup ?schmeckles22 wrote: Will this be an issue?
http://dietpi.com/phpbb/viewtopic.php?f ... rt=30#p255
Yes, it will simple not work. But you can easy test it. Nothing will get broken, it will simple not start up.
Aside from this, RPi based on "Rasbian" and Tinker Board on "TinkerOS" all based on "Debian" but with hadware specific closed source binary blobs in their special compiled kernels.schmeckles22 wrote:RPi 3 is ARMv6 and Tinker Board is ARMv7
And ARM boards use different boot up sequence and routine, eg. Das U-Boot, because they have no BIOS or UEFI.
-
- Posts: 5
- Joined: Wed Jan 31, 2018 4:22 pm
Re: RPi 3 to ASUS Tinker Board
k-plan wrote:Hello,
Yes, it will simple not work. But you can test it.schmeckles22 wrote: Will this be an issue?
Aside from this, RPi based on "Rasbian" and Tinker Board on "TinkerOS" all based on "Debian" but with hadware specific closed source binary blobs in their special compiled kernels.schmeckles22 wrote:RPi 3 is ARMv6 and Tinker Board is ARMv7
Thank you for the reply, I will give it a shot. Worst case scenario I will just copy the configuration files over first for hostapd and PHP and install the binaries.