We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
/dev/DEVICE_NAME
DEVICE_NAME
sudo dd if=/dev/DEVICE_NAME of=./ipl.bin bs=512 count=1
sudo dd of=/dev/DEVICE_NAME if=./ipl.bin bs=512 count=1