Here is the code I use to start the fan at startup. Probably usefull for all of the CM3588 users. 1 - Create a new init.d script, for example, /etc/init.d/gpio_setup: sudo nano /etc/init.d/gpio_setup 2. Add the following content to the script: #!/bin/sh ### BEGIN INIT INFO # Provides: gpio_setup # ...