Re: Serial Port Plug/Interface issue with Ubuntu-core 16.04 (#2557)

2017-01-18 Thread Oliver Grawert
hi, Am Mittwoch, den 18.01.2017, 13:26 +0100 schrieb Simon Fels: > > $ snap download pi3 > $ unsquashfs pi3_*.snap > # Do any modifications to squashfs-root/meta/snap.yaml > $ snapcraft snap squashfs-root > # Now you have a new .snap file snapcraft generated for you > $ ubuntu-image ... --extra-sn

Re: Serial Port Plug/Interface issue with Ubuntu-core 16.04 (#2557)

2017-01-18 Thread Simon Fels
me > access to serial port interface on my Raspberry Pi board and x86_64 ubuntu > machine. > > > > Regards, > > Mritunjai > > > > *From:* Mritunjai Singh > *Sent:* Thursday, January 12, 2017 10:06 AM > *To:* 'Snapcraft' > *Subject:* RE: Serial

RE: Serial Port Plug/Interface issue with Ubuntu-core 16.04 (#2557)

2017-01-18 Thread Mritunjai Singh
craft-boun...@lists.snapcraft.io<mailto:snapcraft-boun...@lists.snapcraft.io> [mailto:snapcraft-boun...@lists.snapcraft.io] On Behalf Of Simon Fels Sent: Thursday, January 12, 2017 12:58 AM To: Snapcraft mailto:snapcraft@lists.snapcraft.io>> Subject: Re: Serial Port Plug/Interface issue with Ubuntu-c

RE: Serial Port Plug/Interface issue with Ubuntu-core 16.04 (#2557)

2017-01-12 Thread Mritunjai Singh
...@lists.snapcraft.io] On Behalf Of Simon Fels Sent: Thursday, January 12, 2017 12:58 AM To: Snapcraft Subject: Re: Serial Port Plug/Interface issue with Ubuntu-core 16.04 (#2557) You can add a serial port slot to a gadget snap.yaml like this: ttyS4: interface: serial-port path: /dev/ttyS4 This only

Re: Serial Port Plug/Interface issue with Ubuntu-core 16.04 (#2557)

2017-01-12 Thread Simon Fels
You can add a serial port slot to a gadget snap.yaml like this: ttyS4: interface: serial-port path: /dev/ttyS4 This only applies to static serial port nodes. If you have one provided by an USB device you have to user a slightly different slot definition which refers the USB product/vendor id

Re: Serial Port Plug/Interface issue with Ubuntu-core 16.04 (#2557)

2017-01-11 Thread Oliver Grawert
hi, Am Mittwoch, den 11.01.2017, 17:59 + schrieb Mritunjai Singh: > Hi All, >   > Kindly refer to: https://github.com/snapcore/snapd/issues/2557 >   > We are trying to get a head start on Core Snappy working with our RF > Mesh network card. It connects over serial and needs to be available > at

Serial Port Plug/Interface issue with Ubuntu-core 16.04 (#2557)

2017-01-11 Thread Mritunjai Singh
Hi All, Kindly refer to: https://github.com/snapcore/snapd/issues/2557 We are trying to get a head start on Core Snappy working with our RF Mesh network card. It connects over serial and needs to be available at boot. We first tried this using snap approach but due to missing hotplugging seria