Thu Jul 23, 2015 4:06 am
I do not think so, they are different architectures. The binaries for armv6h (pi 1) will not work on pi 2's armv7h system.
You certainly can transfer your text and personalized configuration files over, but not the binaries.
If you have a /var/log/pacman.log you could use that to see what you have installed, or ask pacman on your old system for a list of installed packages and use that to make your list for the new one. I just do not recall exactly if or how we can do that.
EDIT: I was able to get a list of the packages installed on my Pi with the command "pacman -Qs .|grep local". That dot is important, I think as a regex wildcard, it results in all installed packages being listed, and you could put the results into a text file and edit that or process it with sed (or some other line editor) to create a list of packages to install that pacman could use on your Pi 2. But don't use the version numbers, they could be different, the package names alone are what would need to be used.
FORUM TIP: To view someone's posting history, sign in, click on their user name, then on "Search User's Posts." || Running ArchLinuxArm on Model 2B and 512MB Model B