danaxgetmy.blogg.se

Allwinner a64 laptop
Allwinner a64 laptop








  1. #ALLWINNER A64 LAPTOP SOFTWARE#
  2. #ALLWINNER A64 LAPTOP CODE#

* The algorithm was conceived by Samuel Holland.Īsm volatile("mrs %0, cntpct_el0" : "=r" (cntpct)) * single read, so does not have any significant overhead. * This occasionally discards valid values, but will catch all erroneous * all 0 or all 1, then discard this value and read again. * The workaround is to check whether the lower 11 bits of the counter are * Backwards jumps might be interpreted all roll-overs and be treated as * to all 0's or all 1's, leading to jumps forwards or backwards. * This erratum sometimes flips the lower 11 bits of the counter value My hope is this information being in one place is helpful. Very useful.īut first, here are some of the U-Boot gotchas the community solved but not yet in mainline U-Boot as of v2021.04. With U-Boot, it is possible to chain load iPXE to boot bare-metal hardware over HTTP(S).

#ALLWINNER A64 LAPTOP CODE#

U-Boot is a ubiquitous ARM64 bootloader, and this experience has let me dive deep into the C++ code and make helpful modifications.

  • Clusterboard LEDs and Boot Progress Indicators (code).
  • Clusterboard LEDs as Boot Stage Indicators.
  • There is also a Realtek RTL8211E with reported timing issues we have to deal with. There is a handy LED on GPIO pin 2 (PL7) of the 10×2 respective headers. There is no HDMI nor audio output for one, and a few unnecessary (for cluster computing) IO ports are omitted such as the display panel and camera (MIPI) headers. It does, however, have hardware that is dissimilar to the baseboard holding a single SOPINE. The Pine64 clusterboard with seven SOPINEs (and 28 ARM64 cores) is wonderful.

    #ALLWINNER A64 LAPTOP SOFTWARE#

    Goal: Locate in one place all the hardware and software gotchas I’ve encountered from compiling and running the U-Boot bootloader to fixing timing issues in a cluster computer of Allwinner A64 SoCs in order to help others and remember myself.










    Allwinner a64 laptop