Home
last modified time | relevance | path

Searched refs:DEV (Results 1 – 24 of 24) sorted by relevance

/openbmc/openbmc/poky/scripts/contrib/
H A Dddimage46 DEV=`basename $ACTUAL_DEVICE`
52 if [ -f "/sys/class/block/$DEV/device/vendor" ]; then
53 echo " vendor: $(cat /sys/class/block/$DEV/device/vendor)"
57 if [ -f "/sys/class/block/$DEV/device/model" ]; then
58 echo " model: $(cat /sys/class/block/$DEV/device/model)"
62 if [ -f "/sys/class/block/$DEV/size" ]; then
63 echo " size: $(($(cat /sys/class/block/$DEV/size) * $BLOCK_SIZE)) bytes"
86 DEV=`basename $1`
87 if [ -d /sys/class/block/$DEV/ ] ; then
88 PARENT_BLKDEV=`basename $(readlink -f "/sys/class/block/$DEV/..")`
[all …]
/openbmc/openbmc/poky/meta/recipes-core/init-ifupdown/init-ifupdown-1.0/
H A Dinit26 while read DEV MTPT FSTYPE REST; do
27 case $DEV in
47 while read DEV MTPT FSTYPE REST; do
48 case $DEV in
/openbmc/u-boot/board/amlogic/odroid-c2/
H A DREADME.odroid-c262 > DEV=/dev/your_sd_device
64 > dd if=$BL1 of=$DEV conv=fsync bs=1 count=442
65 > dd if=$BL1 of=$DEV conv=fsync bs=512 skip=1 seek=1
66 > dd if=$DIR/u-boot.gxbb of=$DEV conv=fsync bs=512 seek=97
H A DREADME.nanopi-k298 > DEV=/dev/your_sd_device
99 > dd if=fip/u-boot.bin of=$DEV conv=fsync,notrunc bs=512 seek=1
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/mycroft/files/
H A D0002-dev_setup.sh-Remove-the-git-dependency.patch33 -if [[ -n $INSTALL_PRECOMMIT_HOOK ]] || grep -q 'MYCROFT DEV SETUP' $HOOK_FILE; then
34 - if [[ ! -f $HOOK_FILE ]] || grep -q 'MYCROFT DEV SETUP' $HOOK_FILE; then
37 - echo '# MYCROFT DEV SETUP' >> $HOOK_FILE
H A D0001-Remove-python-venv.patch57 if [[ -n $INSTALL_PRECOMMIT_HOOK ]] || grep -q 'MYCROFT DEV SETUP' $HOOK_FILE; then
/openbmc/u-boot/board/gateworks/gw_ventana/
H A DREADME122 The following shell commands are executed on a Linux host (adjust DEV to the
125 DEV=/dev/sdc
127 sudo dd if=/dev/zero of=$DEV count=1 bs=1M oflag=sync status=none && sync
129 sudo dd if=SPL of=$DEV bs=1K seek=1 oflag=sync status=none && sync
131 sudo dd if=u-boot.img of=$DEV bs=1K seek=69 oflag=sync status=none && sync
133 printf "1,,L\n" | sudo sfdisk --in-order --no-reread -L -uM $DEV && sync
135 sudo mkfs.ext4 -L root ${DEV}1
137 sudo udisks --mount ${DEV}1
269 The following shell commands are executed on a Linux host (adjust DEV to the
272 DEV=/dev/sdc
[all …]
/openbmc/libmctp/
H A DCMakeLists.txt3 option(DEV "Option for developer testing" OFF) option
5 if(DEV)
/openbmc/u-boot/board/amlogic/p212/
H A DREADME.libretech-cc100 > DEV=/dev/your_sd_device
101 > dd if=fip/u-boot.bin.sd.bin of=$DEV conv=fsync,notrunc bs=512 skip=1 seek=1
102 > dd if=fip/u-boot.bin.sd.bin of=$DEV conv=fsync,notrunc bs=1 count=444
H A DREADME.khadas-vim100 > DEV=/dev/your_sd_device
101 > dd if=fip/u-boot.bin.sd.bin of=$DEV conv=fsync,notrunc bs=512 skip=1 seek=1
102 > dd if=fip/u-boot.bin.sd.bin of=$DEV conv=fsync,notrunc bs=1 count=444
H A DREADME.p212101 > DEV=/dev/your_sd_device
102 > dd if=fip/u-boot.bin.sd.bin of=$DEV conv=fsync,notrunc bs=512 skip=1 seek=1
103 > dd if=fip/u-boot.bin.sd.bin of=$DEV conv=fsync,notrunc bs=1 count=444
/openbmc/u-boot/board/amlogic/q200/
H A DREADME.khadas-vim2101 > DEV=/dev/your_sd_device
102 > dd if=fip/u-boot.bin.sd.bin of=$DEV conv=fsync,notrunc bs=512 skip=1 seek=1
103 > dd if=fip/u-boot.bin.sd.bin of=$DEV conv=fsync,notrunc bs=1 count=444
H A DREADME.q200100 > DEV=/dev/your_sd_device
101 > dd if=fip/u-boot.bin.sd.bin of=$DEV conv=fsync,notrunc bs=512 skip=1 seek=1
102 > dd if=fip/u-boot.bin.sd.bin of=$DEV conv=fsync,notrunc bs=1 count=444
/openbmc/openbmc/poky/meta/recipes-connectivity/nfs-utils/nfs-utils/
H A Dnfscommon46 while read -r DEV _ _ OPTS _
48 case $DEV in
/openbmc/u-boot/board/amlogic/s400/
H A DREADME108 > DEV=/dev/your_sd_device
109 > dd if=fip/u-boot.bin.sd.bin of=$DEV conv=fsync,notrunc bs=512 skip=1 seek=1
110 > dd if=fip/u-boot.bin.sd.bin of=$DEV conv=fsync,notrunc bs=1 count=444
/openbmc/openbmc/meta-google/recipes-core/dropbear/
H A Ddropbear_%.bbappend8 # Allow SSH to the gbmc-bridge node on DEV builds
/openbmc/openbmc/meta-google/recipes-google/networking/
H A Dgbmc-iperf3.bb20 # Allow IPERF3 to run on the gbmcbr node on DEV builds
/openbmc/qemu/tests/qtest/
H A Dide-test.c79 DEV = 0x10, enumerator
629 g_assert_cmpint(data & DEV, ==, 0); in test_identify()
676 qpci_io_writeb(dev, ide_bar, reg_device, DEV); in test_diagnostic()
678 g_assert_cmphex(data & DEV, ==, DEV); in test_diagnostic()
683 g_assert_cmphex(data & DEV, ==, 0); in test_diagnostic()
763 g_assert_cmpint(data & DEV, ==, 0); in test_flush()
813 g_assert_cmpint(data & DEV, ==, 0); in test_pci_retry_flush()
/openbmc/qemu/docs/tools/
H A Dqemu-nbd.rst133 .. option:: -c, --connect=DEV
135 Connect *filename* to NBD device *DEV* (Linux only).
139 Disconnect the device *DEV* (Linux only).
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DSAX-PD20 Version 1.0 of the Simple API for XML (SAX), created collectively by the membership of the XML-DEV
/openbmc/u-boot/arch/arm/mach-kirkwood/include/mach/
H A Dmpp.h168 #define MPP24_TDM_SPI_CS0 DEV( 24, 0x2, 0, 1, 0, 0, 1, 1 )
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/
H A D140-mips_disable_devicetree_support.patch9 Taken from LEDE-DEV:
/openbmc/u-boot/board/sunxi/
H A DMAINTAINERS192 EMLID NEUTIS N5 DEV BOARD
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0001-ffmpeg-5.1.4-rpi_24.patch23390 +TARGET_DIR=../src/eupton_vc4dev_2012a/software/vc4/DEV/applications/tutorials/user_shader_example_…