Search Results
Post Author Forum Replies Views Posted [asc]
  Thread: How to detect ARM architecture from iPXE script?
Post: RE: How to detect ARM architecture from iPXE scrip...

I am sending a sample of dmidecode using a TX2 board. Hope this helps. Kiet # ./dmidecode.sh + dmidecode -t bios # dmidecode 3.0 Getting SMBIOS data from sysfs. SMBIOS 3.1.1 present. # SMBIOS implem...
ktran General 16 40,848 2018-10-30, 21:49
  Thread: How to detect ARM architecture from iPXE script?
Post: RE: How to detect ARM architecture from iPXE scrip...

Hi all, In a shell script, the ARM64 architecture can be detected by the following command 'uname -p' as in sh shell "if (`uname -p` == aarch64). I hope this helps.
ktran General 16 40,848 2018-10-30, 17:59