Searched +full:binfmt +full:- +full:support (Results 1 – 4 of 4) sorted by relevance
3 set -ex10 # running in within container-land, this can be a landmark.11 ls -l13 INSTALL=$(realpath -s "$PWD"/install)14 RESULTS=$(realpath -s "$PWD"/results)38 export WINEDEBUG="-all"39 export WINEPREFIX="/dxvk-wine64"45 # Avoid having to perform nasty command pre-processing to insert the47 # kernel's binfmt support to automatically use Wine as an interpreter50 mount -t binfmt_misc none /proc/sys/fs/binfmt_misc[all …]
6 - main9 - main12 rustfmt-clippy:13 runs-on: ubuntu-latest16 - uses: actions/checkout@v318 - name: Install stable19 uses: actions-rs/toolchain@v122 # TODO: Should ideally be stable, but we use some nightly-only28 - name: Run rustfmt29 uses: actions-rs/cargo@v1[all …]
23 sudo apt-get install libudev-dev libasound2-dev libdbus-1-dev28 sudo apt-get install libraspberrypi0 libraspberrypi-bin libraspberrypi-dev36 will be placed in /opt/rpi-tools38 sudo git clone --depth 1 https://github.com/raspberrypi/tools /opt/rpi-tools42 After unzipping, you'll get file with a name like: "<date>-wheezy-raspbian.img"43 Let's assume the sysroot will be built in /opt/rpi-sysroot.45 export SYSROOT=/opt/rpi-sysroot46 sudo kpartx -a -v <path_to_raspbian_image>.img47 sudo mount -o loop /dev/mapper/loop0p2 /mnt48 sudo cp -r /mnt $SYSROOT[all …]
14 "nuttx-6.27").16 NuttX-0.1.017 -----------20 with support for the Linux user mode simulation and the TI TMS320C547121 (Arm7) processor. Partial support for the 87C52 is included.23 This release has been verified on both the Linux user-mode and C547125 for the C5471 can be found in arch/c5471/doc/test-results.txt.29 NuttX-0.1.130 -----------38 (3) Complete support for the 87C52. (However, the 87C52[all …]