Skip to content

Two issues with Arm release (Illegal instruction" #172

@robertsinfosec

Description

@robertsinfosec

First, in the documentation on the main readme, the comments say to specify "arm" if you want to pull down the arm release. This needs to be "armhf".

export ARCH=amd64 # can be 'i386', 'amd64' or 'arm'
should be:
export ARCH=amd64 # can be 'i386', 'amd64' or 'armhf'

Second, once downloaded and installed (with no issues), no matter what arguments you call, "scw" returns one line "Illegal instruction" and that's it.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions