This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt install git python3-distutils gcc g++ make file wget \ | |
gawk diffstat bzip2 cpio chrpath zstd lz4 bzip2 | |
git clone https://github.com/openbmc/openbmc | |
cd openbmc | |
. setup romulus | |
bitbake obmc-phosphor-image | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. Find your kernel version according to the kernel Makefile. Example: | |
# SPDX-License-Identifier: GPL-2.0 | |
VERSION = 6 | |
PATCHLEVEL = 1 | |
SUBLEVEL = 0 | |
EXTRAVERSION = | |
NAME = Hurr durr I'ma ninja sloth | |
2. Clone the correct tag from github into <plnx-proj-root>/components/linux-xlnx-rt/: | |
git clone https://github.com/Xilinx/linux-xlnx.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vim -d <file1> <file2> -c 'set diffopt+=iwhite' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
In tcl console: | |
set_param gui.addressMap 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt install curl | |
curl -s https://api.github.com/users/bspguy/repos | grep \"clone_url\" | awk '{print $2}' | sed -e 's/"//g' -e 's/,//g' | xargs -n1 git clone |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Possible fixes: | |
1. Disable minicom hardware flowcontrol. | |
2. Run fsck on the rootfs partition if booting from SD card. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#install packages | |
sudo apt-get install iproute2 gawk python3 build-essential gcc git make net-tools libncurses5-dev tftpd ddd zlib1g-dev libssl-dev libselinux1 gnupg wget diffstat chrpath socat xterm autoconf libtool tar unzip texinfo zlib1g-dev gcc-multilib automake zlib1g:i386 screen gzip cpio xz-utils debianutils iputils-ping python3-jinja2 libtinfo5 | |
#install petalinux | |
./petalinux-v2023.1-05012318-installer.run --dir /home/<username>/petalinux/2023.1/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
First in pulsview set the log level to 5. | |
If the error is fx2lafw: unable to get version info: libusb_error_timeout. | |
Then to fix it install the firmware with: | |
apt install sigrok-firmware-fx2lafw |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# error libtool missing | |
#install libtool-bin | |
sudo apt-get install libtool-bin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Vivado 2022.2 gets stuck in final processing i.e generating installed device list when trying to install in Pop!_OS | |
//fix by installing | |
sudo apt-get install libtinfo5 | |
sudo apt install libncurses5 |
NewerOlder