#!/usr/bin/haserl
<%in p/common.cgi %>
<% page_title="Device Status" %>
<%in p/header.cgi %>
Hardware
- Processor
- <%= $soc %>
- Family
- <%= $soc_family %>
- Sensor
- <%= $sensor_ini %>
- Flash
- <%= $flash_size %> MB
Firmware
- Version
- <%= "${fw_version}-${fw_variant}" %>
- Build
- <%= $fw_build %>
- Majestic
- <%= $mj_version %>
<% if [ -n "$uboot_version" ]; then %>
- U-Boot
- <%= $uboot_version %>
<% fi %>
Resources
<% ex "uptime" %>
<% ex "df -hT" %>
<% ex "free -h" %>
<%in p/footer.cgi %>