As I plan to make a custom breakout board I wanted to solder as few connections as possible. I was able to boot the device, with UART (out at least) soldering the following.
| PIN | NAME |
|---|---|
| 0 | GND |
| 1 | 3V3 |
| 2 | EN |
| /* | |
| * Copyright 2014 Chris Banes | |
| * | |
| * Licensed under the Apache License, Version 2.0 (the "License"); | |
| * you may not use this file except in compliance with the License. | |
| * You may obtain a copy of the License at | |
| * | |
| * http://www.apache.org/licenses/LICENSE-2.0 | |
| * | |
| * Unless required by applicable law or agreed to in writing, software |
| module.exports = function(Model, options) { | |
| if (!options.rel) throw new Error('Mixin: cascade delete - no relation specified'); | |
| var _ = require('lodash'); | |
| var async = require('async'); | |
| var beforeDelete = options.before || function(inst, next) { | |
| process.nextTick(function() { next(null, true); }); | |
| }; | |
| # zmqimage.py -- classes to send, receive and display cv2 images via zmq | |
| # based on serialization in pyzmq docs and pyzmq/examples/serialization | |
| ''' | |
| PURPOSE: | |
| These classes allow a headless (no display) computer running OpenCV code | |
| to display OpenCV images on another computer with a display. | |
| For example, a headless Raspberry Pi with no display can run OpenCV code | |
| and can display OpenCV images on a Mac with a display. | |
| USAGE: |
| [options] | |
| # | |
| # WARNING: | |
| # If you use the Odoo Database utility to change the master password be aware | |
| # that the formatting of this file WILL be LOST! A copy of this file named | |
| # /etc/odoo/openerp-server.conf.template has been made in case this happens | |
| # Note that the copy does not have any first boot changes | |
| #----------------------------------------------------------------------------- | |
| # Odoo Server Config File - TurnKey Linux |