|
The BogoMIPS value does not give the rate of the CPU clock. In the actual state, this clock and the one of the DRAM are set by the u-boot.In the Allwinner's u-boot, I set the CPU clock to 1200MHz (letting DRAM clock at 672MHz).
Then, with the kernel 4.5, the machine is as fast as with the kernel 3.4.
The CPU temperature is between 41° and 47° when the system is idle with an active screen (I have no cooling system). The difference of this temperature is unknown.
When the screen goes to low power, the temperature shuts about 5°.
Generating a kernel with 2 threads (make -j2) makes the temperature grow up to 58/62°. This generation takes about 1h30, and this is just the same time I get with the kernel 3.4 (dvfs from 480..1200MHz).
So, I would say that the mainline kernel is usable if you use:
- a USB network device,
- the Allwinner's u-boot.
|
|