1. driver cd /home/runpkg/20200527/euleros2.8_aarch64 bash Ascend910-driver-*-euleros2.8.aarch64.run --full --quiet reboot 2. firmware cd /home/runpkg/20200527/common bash Ascend910-firmware-*.run --full --quiet reboot 3. fwkacllib cd /home/runpkg/20200527/euleros2.8_aarch64 bash Ascend-fwkacllib-*-euleros2.8.aarch64.run --full --quiet 4. tfplugin cd /home/runpkg/20200527/euleros2.8_aarch64 bash Ascend-tfplugin-*-euleros2.8.aarch64.run --full --quiet 5. opp cd /home/runpkg/20200527/euleros2.8_aarch64 bash Ascend-opp-*-euleros2.8.aarch64.run --full --quiet 6. aicpu cd /home/runpkg/20200527/common bash Ascend910-aicpu_kernels-*.run --full --quiet 7. install tbe Example: su jenkins cd /usr/local/Ascend/fwkacllib/lib64 pip uninstall -y te pip uninstall -y topi pip install --user te-*.whl pip install --user topi-*.whl 8. export env export LOCAL_HIAI=/usr/local/Ascend export PATH=${LOCAL_HIAI}/fwkacllib/ccec_compiler/bin:${PATH} export TBE_IMPL_PATH=${LOCAL_HIAI}/opp/op_impl/built-in/ai_core/tbe export PYTHONPATH=${TBE_IMPL_PATH}:${PYTHONPATH} export LD_LIBRARY_PATH=${LOCAL_HIAI}/fwkacllib/lib64:${LOCAL_HIAI}/add-ons:${LD_LIBRARY_PATH} 9. Fix bug chmod 550 /usr/local/Ascend/fwkacllib/data/platform_config