Difference between revisions of "CI20 Beginners Guide"

From eLinux.org
Jump to: navigation, search
(add link to new troubleshooting page)
(Shall I just plug it in?: link to troubleshooting)
Line 8: Line 8:
  
 
When you plug the power cord in the LED should turn red immediately, then blink once, and then return to red. If the LED is not lit then the board is not powered. If the led is blue then the board is powered, but something has most likely gone wrong (for the stock Debian 7 in NAND anyhow).
 
When you plug the power cord in the LED should turn red immediately, then blink once, and then return to red. If the LED is not lit then the board is not powered. If the led is blue then the board is powered, but something has most likely gone wrong (for the stock Debian 7 in NAND anyhow).
 +
 +
See the [[CI20 Troubleshooting|Troubleshooting]] page if you have problems getting your CI20 set up.
  
 
== What does it boot by default? ==
 
== What does it boot by default? ==

Revision as of 14:04, 31 October 2014

The CI20 is 'ready to go out of the box'. The on-board NAND flash comes pre-programmed with a Debian7 installation. Booting the CI20 will take you into Debian. If you then have the correct connections (keyboard, mouse, screen, network or serial port) then you are good to go.

The below questions aim to get you going with the CI20 from the outset. If you encounter problems, please read the Troubleshooting page. If you need more technical details then please consult the system manuals from this web site or the developer zone pages, or leap onto the mailing list.

Shall I just plug it in?

Yes! Out of the box the CI20 is 'ready to go'. By default it will boot the image in the on-board NAND. From the factory this image is Debian7. To really use the board it will need at minimum an HDMI screen, a USB keyboard and preferably a mouse. Remember to plug in the hdmi cable before you power the board. You can then configure the system to suit your individual needs, such as connecting it to your wifi network or ethernet and installing more packages. Please see the CI20 Debian7 page for more details.

When you plug the power cord in the LED should turn red immediately, then blink once, and then return to red. If the LED is not lit then the board is not powered. If the led is blue then the board is powered, but something has most likely gone wrong (for the stock Debian 7 in NAND anyhow).

See the Troubleshooting page if you have problems getting your CI20 set up.

What does it boot by default?

Out of the box it boots the Debian7 image in the onboard NAND flash. You can replace that NAND flash image with other Distributions, or place a Distribution onto an SDcard and boot from there instead.

How do I use the default Debian?

You either need a USB keyboard, mouse and HDMI monitor plugged in (see here) or a serial port (see CI20 Headless Setup) in order to either interact directly with the Debian installed, or to configure either/or the wifi or ethernet networking so you can communicate with the CI20 over your network.

What is the default Debian7 login?

The default login is username:ci20 password:ci20 The default root password is also: ci20

How do I install more apps?

The normal Debian install methods work. e.g "sudo apt-get install xyz". If you prefer a GUI based system, you can install the synaptic package manager using "sudo apt-get install synaptic".

Where can I get help? Is there a forum or mailing list?

There are CI20 google groups/forums/mailing lists and an IRC channel where the developers and users hang out.

What are all the connectors?

There are numerous connectors on the board which are described on the Hardware page (hint: click the hotspots on the labelled photographs here to find out about each one).

What power supply does it take?

The CI20 runs off a 5V center positive power supply. The plug size is 4mm diameter with a pin size of 1.7mm. The recommended minimum supply current is 2Amps. Your board should have come with an international power supply in the box.

If you need a replacement power supply, those for the Sony PSP are suitable.

Can I power the board from the USB?

No, the CI20 does not support being powered via the USB connectors. It is feasible to power it from the expansion connector - check the schematic for more details (and if you cannot read the schematic you may wish to consider not attempting this...)

You can also power the board by using a USB A to 4mm/1.7mm power plug cable. Again, ones for the Sony PSP are suitable, and these often also come with a USB mini B plug, so you can get power and data over the same cable. The CI20 typically draws 200-400mA without wired Ethernet in use, which is more than the 150mA that the USB specification allows before enumeration, but well within the maximum 500mA that a USB socket can supply.

If you have any problems when using USB power, you'll need to use a mains PSU instead, either with a plug as above or a USB A socket to use with a USB power lead.

What if I want to boot my own code?

The easiest way to try out your own code is to develop it either for an SDcard image, or to use network booting from the u-boot prompt.

Can I code on it?

The default Debian install comes with a full GCC installation, and native on-board compilation is fully supported. the 1Gbyte of DDR RAM will cater for all but the largest application builds, and an SDcard, USB stick or network share can be used for extra storage space.

Where can I get Android from?

The Android KitKat 4.4 image is in progress, and will be released soon. Once it is ready you will be able to find it via the Downloads page.

I think I 'bricked' my CI20 - do I need to return it?

No, you should not have to return the CI20 if you suspect you have only corrupted the software. The CI20 can always be un-bricked by booting from the SDcard, and in particular by booting the image that re-burns the factory default Debian7 to the NAND flash. That image, along with instructions, is available from the downloads page. You should try this procedure first, and if it fails, provide the logs from the burning and boot process along with your 'RMA request'.

So, how do I connect other things to it, like a robot or my light switch?

The CI20 has a lot of connectivity, including all the common SPI, I2C and GPIO interfaces. Please see the pinout tables on the Hardware Page for more details.