Skip to content
This repository was archived by the owner on Mar 24, 2019. It is now read-only.
This repository was archived by the owner on Mar 24, 2019. It is now read-only.

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

@fallen

Description

@fallen

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions