Post Views: 39 # Prepare sudo apt update sudo apt upgrade sudo apt install wget git -y # Installing Zsh sudo apt install zsh -y # Installing oh-my-zsh sh -c “$(wget https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)” # Installing zsh-autosuggestions git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions vim ~/.zshrc plugins=( git docker docker-compose history rsync safe-paste zsh-autosuggestions ) # Installing zsh-syntax-highlighting […]
Post Views: 186 Step-by-Step Guide 1. Create a Dockerfile This Dockerfile sets up an environment to run Microsoft Teams using X11 forwarding to display the GUI on the host machine. # Use the specified base image FROM ubuntu:20.04 # Set proxy environment variables for the build process # ENV http_proxy="http://<address>" # ENV https_proxy="http://<address>" # ENV […]
Post Views: 212 Please add your questions here!!!
Post Views: 25,794 I have faced with error when build yocto : ERROR: imx-image-full-1.0-r0 do_rootfs: Error executing a python function in exec_python_func() autogenerated The stack trace of python calls that resulted in this exception/failure was: File: ‘exec_python_func() autogenerated’, lineno: 2, function: 0001: *** 0002:do_rootfs(d) 0003: File: ‘/home/nxf71573/Yoctos/5.10.72_2.2.0/sources/poky/meta/classes/image.bbclass’, lineno: 247, function: do_rootfs 0243: progress_reporter.next_stage() 0244: 0245: […]
Post Views: 15,647 I faced an error when building yocto after source SDK yocto : $ source setup-environment build-imx8qxpc0/ Error: The OE SDK/ADT was detected as already being present in this shell environment. Please use a clean shell when sourcing this environment script. Sometimes you have some error with the current shell environment but you […]
Post Views: 10,965 I am facing “Taskhash mismatch ” & “The metadata is not deterministic and this needs to be fixed” & “Taskhash mismatch “ errors in Yocto project build. This issue occurred without any obvious reasons. There is no change in the source code/recipe or any other build parameters. Error log: ERROR: When reparsing […]
Post Views: 11,425 Some machine has an error when building yocto with error as below: fatal error: Killed signal terminated program cc1plus One of the more reasons is the resource (number of CPU core threads used to build) to build machines are not enough. My solution: configure the number thread for yocto build at file […]
Post Views: 12,202 [Yocto] WIC Image Creation Error for Yocto … mmcblk0.direct set 1 boot on returned ‘1’ instead of 0 On some hosts, we can get errors in phase do_image_wic with “mmcblk.direct set 1 boot on returned ‘1’ instead of 0” and wic file can not be created. Some log like below: | DEBUG: […]