devtools icon indicating copy to clipboard operation
devtools copied to clipboard

Detection of target arch only works when kernel arch == user space arch

Open fallen opened this issue 9 years ago • 0 comments

In case kernel is aarch64 (armv8a : 64 bits) and user space is armhf (armv7a 32 bits), the refresh-bits script just runs uname -m on the target which will return aarch64 but in fact the script should check the user space arch.

fallen avatar Aug 12 '16 09:08 fallen