# Pastebin 0BLItTmc pi@raspberrypi ~/wiringPi/gpio $ ./pintest ./pintest: line 107: gpio: command not found PinTest ======= This is a simple utility to test the GPIO pins on your revision Raspberry Pi. NOTE: All GPIO peripherals must be removed to perform this test. This includes serial, I2C and SPI connections. You may get incorrect results if something is connected and it interferes with the test. This test can only test the input side of things. It uses the internal pull-up and pull-down resistors to simulate inputs. It does not test the output drivers. You will need to reboot your Pi after this test if you wish to use the serial port as it will be left in GPIO mode rather than serial mode. Please make sure everything is removed and press the ENTER key to continue, or Control-C to abort... ./pintest: line 138: gpio: command not found ./pintest: line 139: gpio: command not found The main 8 GPIO pins 0: 7: ./pintest: line 67: gpio: command not found ./pintest: line 67: gpio: command not found ./pintest: line 67: gpio: command not found ./pintest: line 67: gpio: command not found ./pintest: line 67: gpio: command not found ./pintest: line 67: gpio: command not found ./pintest: line 67: gpio: command not found ./pintest: line 67: gpio: command not found ./pintest: line 73: gpio: command not found ./pintest: line 74: gpio: command not found ./pintest: line 74: [: =: unary operator expected ./pintest: line 73: gpio: command not found ./pintest: line 74: gpio: command not found ./pintest: line 74: [: =: unary operator expected ./pintest: line 73: gpio: command not found ./pintest: line 74: gpio: command not found ./pintest: line 74: [: =: unary operator expected ./pintest: line 73: gpio: command not found ./pintest: line 74: gpio: command not found ./pintest: line 74: [: =: unary operator expected ./pintest: line 73: gpio: command not found ./pintest: line 74: gpio: command not found ./pintest: line 74: [: =: unary operator expected ./pintest: line 73: gpio: command not found ./pintest: line 74: gpio: command not found ./pintest: line 74: [: =: unary operator expected ./pintest: line 73: gpio: command not found ./pintest: line 74: gpio: command not found ./pintest: line 74: [: =: unary operator expected ./pintest: line 73: gpio: command not found ./pintest: line 74: gpio: command not found ./pintest: line 74: [: =: unary operator expected ./pintest: line 82: gpio: command not found ./pintest: line 83: gpio: command not found ./pintest: line 83: [: =: unary operator expected ./pintest: line 82: gpio: command not found ./pintest: line 83: gpio: command not found ./pintest: line 83: [: =: unary operator expected ./pintest: line 82: gpio: command not found ./pintest: line 83: gpio: command not found ./pintest: line 83: [: =: unary operator expected ./pintest: line 82: gpio: command not found ./pintest: line 83: gpio: command not found ./pintest: line 83: [: =: unary operator expected ./pintest: line 82: gpio: command not found ./pintest: line 83: gpio: command not found ./pintest: line 83: [: =: unary operator expected ./pintest: line 82: gpio: command not found ./pintest: line 83: gpio: command not found ./pintest: line 83: [: =: unary operator expected ./pintest: line 82: gpio: command not found ./pintest: line 83: gpio: command not found ./pintest: line 83: [: =: unary operator expected ./pintest: line 82: gpio: command not found ./pintest: line 83: gpio: command not found ./pintest: line 83: [: =: unary operator expected ./pintest: line 92: gpio: command not found ./pintest: line 92: gpio: command not found ./pintest: line 92: gpio: command not found ./pintest: line 92: gpio: command not found ./pintest: line 92: gpio: command not found ./pintest: line 92: gpio: command not found ./pintest: line 92: gpio: command not found ./pintest: line 92: gpio: command not found OK ./pintest: line 152: [: =: unary operator expected The 5 SPI pins 10:14: ./pintest: line 67: gpio: command not found ./pintest: line 67: gpio: command not found ./pintest: line 67: gpio: command not found ./pintest: line 67: gpio: command not found ./pintest: line 67: gpio: command not found ./pintest: line 73: gpio: command not found ./pintest: line 74: gpio: command not found ./pintest: line 74: [: =: unary operator expected ./pintest: line 73: gpio: command not found ./pintest: line 74: gpio: command not found ./pintest: line 74: [: =: unary operator expected ./pintest: line 73: gpio: command not found ./pintest: line 74: gpio: command not found ./pintest: line 74: [: =: unary operator expected ./pintest: line 73: gpio: command not found ./pintest: line 74: gpio: command not found ./pintest: line 74: [: =: unary operator expected ./pintest: line 73: gpio: command not found ./pintest: line 74: gpio: command not found ./pintest: line 74: [: =: unary operator expected ./pintest: line 82: gpio: command not found ./pintest: line 83: gpio: command not found ./pintest: line 83: [: =: unary operator expected ./pintest: line 82: gpio: command not found ./pintest: line 83: gpio: command not found ./pintest: line 83: [: =: unary operator expected ./pintest: line 82: gpio: command not found ./pintest: line 83: gpio: command not found ./pintest: line 83: [: =: unary operator expected ./pintest: line 82: gpio: command not found ./pintest: line 83: gpio: command not found ./pintest: line 83: [: =: unary operator expected ./pintest: line 82: gpio: command not found ./pintest: line 83: gpio: command not found ./pintest: line 83: [: =: unary operator expected ./pintest: line 92: gpio: command not found ./pintest: line 92: gpio: command not found ./pintest: line 92: gpio: command not found ./pintest: line 92: gpio: command not found ./pintest: line 92: gpio: command not found OK The serial pins 15:16: ./pintest: line 67: gpio: command not found ./pintest: line 67: gpio: command not found ./pintest: line 73: gpio: command not found ./pintest: line 74: gpio: command not found ./pintest: line 74: [: =: unary operator expected ./pintest: line 73: gpio: command not found ./pintest: line 74: gpio: command not found ./pintest: line 74: [: =: unary operator expected ./pintest: line 82: gpio: command not found ./pintest: line 83: gpio: command not found ./pintest: line 83: [: =: unary operator expected ./pintest: line 82: gpio: command not found ./pintest: line 83: gpio: command not found ./pintest: line 83: [: =: unary operator expected ./pintest: line 92: gpio: command not found ./pintest: line 92: gpio: command not found OK The I2C pins 8: 9: ./pintest: line 169: gpio: command not found ./pintest: line 170: gpio: command not found ./pintest: line 172: gpio: command not found ./pintest: line 172: [: =: unary operator expected ./pintest: line 177: gpio: command not found ./pintest: line 177: [: =: unary operator expected OK pi@raspberrypi ~/wiringPi/gpio $