Skip to content

leonsio/arm-board-detect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

arm-board-detect

Detecting board and hardware type of arm devices

can be include in any bash scripts

source ./armhwinfo.sh

echo $BOARD_TYPE $BOARD_VERSION $SOC_VENDOR $SOC_VERSION

use example on OrangePi One Plus

root@OrangePi:~# source ./test.sh 
root@OrangePi:~# declare -p | grep -E 'BOARD_|SOC_'
declare -- BOARD_TYPE="Orange Pi"
declare -- BOARD_VERSION="One Plus"
declare -- SOC_MANUFACTURE="ALLWINNER"
declare -- SOC_VERSION="H6"

About

Detecting board and hardware type of arm devices

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages