Skip to content

Commit

Permalink
S45msd : indicate if one or two cores are enabled.
Browse files Browse the repository at this point in the history
Although we use the single core version of the Xilinx 7010, many people are turning on the second core, so let them know if it is working.

Signed-off-by: Robin Getz <robin.getz@analog.com>
  • Loading branch information
rgetz authored and commodo committed Jan 9, 2019
1 parent fea212a commit 11e0544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion board/pluto/S45msd
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ file=/sys/kernel/config/usb_gadget/composite_gadget/functions/mass_storage.0/lun
img=/opt/vfat.img

patch_html_page() {
LINUX=`uname -a | tr / -`
LINUX=`uname -a | tr / - | tr '\n' ';' ; echo -n $(nproc) "core(s)"`
MODEL=`cat /sys/firmware/devicetree/base/model | tr / -`
SERIAL=`cat /sys/kernel/config/usb_gadget/composite_gadget/strings/0x409/serialnumber`
MACHOST=`cat /sys/kernel/config/usb_gadget/composite_gadget/functions/rndis.0/host_addr`
Expand Down

0 comments on commit 11e0544

Please sign in to comment.