Power consumption (SBC Lynx)

From DAVE Developer's Wiki
Jump to: navigation, search
Info Box
SBC Lynx-top.png Applies to SBC Lynx

Introduction[edit | edit source]

Providing theoretical power consumption values would be useless for the majority of system designers building their application upon SBC Lynx board. Practically speaking, these figures would be of no help when it comes to size power supply unit or to perform thermal design of real systems. Instead, several configurations have been tested in order to provide figures that are measured on real-world use cases.

Please note that SBC Lynx platform is extremely flexible[a], so it is virtually impossible to test for all possible configurations and applications on the market. The use cases here presented should cover most of real-world scenarios. However actual customer's application might require more power than values reported here. Generally speaking, application-specific requirements have to be taken into consideration in order to size power supply unit and to implement thermal management properly.

Heavy load configurations[edit | edit source]

Measurements have been performed on the following platform:

  • LYNX rev.0 (S-XUBB0000C0R)
  • System software: XUELK 0.9.0, patched to include LCD 24bit support
  • Power monitor: a custom current probe has been connected to the input power rail at 12V

Use cases results[edit | edit source]

The following table shows the summary result of data collected at different checkpoints:

Checkpoint VIN Power (mW)
U-Boot prompt 854
Linux prompt 1000
StressAppTest 1200
StressAppTest + LCD 2220
Complete Stress Test + LCD 2880

Additional notes and reference:

  • U-boot is set to work at 396MHz
  • At Linux prompt, a fixed clock frequency of 528MHz has been set (userspace governor)
  • All the measures include Ethernet link at 100M
  • StressAppTest application is used to stress CPU and DDR3 RAM (https://github.com/stressapptest/stressapptest)
  • An 4.3 inches 480x272 pix LCD is used to test the 24bit parallel video interface output. The LCD backlight is driven by the 12V VIN using an external circuitry at 100% brightness
  • Complete Stress Test includes the following tests:
    • StressAppTest
    • USB Host: read/write/verify on an USB stick
    • USB otg tested as Host: read/write/verify on an USB stick
    • uSD card: read/write/verify
    • ETH: iperf TCP test at 100M
    • NAND: stress test with mtd kernel modules

Low-power configurations[edit | edit source]

TBD


  1. Consider for example the expandability assured by J45/J52 interfaces.