CHIP computer: flashing OS, python, LED and blinking of LED after boot
- July 20 2016
- Raspberry Pi, Cubieboard, Banana Pi, BeagleBone, Orange Pi
- 4459 Reads
- 0 Comments
And how do you know that CHIP computer is ready? The LED will blink.
Articles about CHIP computer:
CHIP computer: first sight and comparison with Raspberry Pi Zero - pizero
CHIP computer: connection to WiFi, SSH, UART
CHIP computer: speed of USB, WiFi, current consumption and pictures from thermal image
CHIP computer: flashing OS, python, LED and blinking of LED after boot
CHIP computer: I2C bus - AD7415 temperature sensor
Flashing new FW:
What we need - http://docs.getchip.com/chip.html#flash-chip-with-an-os
Go to flash.getchip.com website
Keep these steps:
How to blink LED after the boot boot:
https://github.com/xtacocorex/chip_boot_blink
sudo ntpdate pool.ntp.org
sudo apt-get update
sudo apt-get install git build-essential python-dev python-pip -y
git clone https://github.com/xtacocorex/chip_boot_blink.git
cd chip_boot_blink
sudo ./install.sh
cd ..
sudo rm -rf chip_boot_blink
LED blinking with python:
https://github.com/xtacocorex/CHIP_IO
sudo ntpdate pool.ntp.org
sudo apt-get update
sudo apt-get install git build-essential python-dev python-pip -y
git clone git://github.com/xtacocorex/CHIP_IO.git
cd CHIP_IO
sudo python setup.py install
cd ..
sudo rm -rf CHIP_IO
LED is connected between PWM0 and GND.
Python script: