Hello,
My customer is evaluating SK-AM62(E3A) with default Linux image and facing some issues and has the following questions.
Please respond to those questions.
Q1: The following errors occur when the CPU core is taken offline and brought online, why?
Procedure: Executes the following on Linux Console.
echo 0 > /sys/devices/system/cpu/cpu0/online
CPU0: shutdown
psci: CPU0 killed
echo 1 > /sys/devices/system/cpu/cpu0/online <-- This command fails
CPU0: failed to come online
CPU0: failed in unknown state: 0x0
Q2: Bluetooth (WL18MOD) is not found, why?
Procedure: Executes the following on Linux Console.
hciconfig up <-- This command fails
Can’t get device info: No such device
Q3: How can the power consumption (VDD_core) is measured?
Procedure: Executes the following on Linux Console.
i2cget -y 1 0x40 0 w
0x2741
i2cget -y 1 0x40 1 w
0xc08c <-- How to interpret this code to power consumption?
i2cget -y 1 0x40 2 w
0x9f02 <-- How to interpret this code to power consumption?
Best regards,
K.Hirano