netphreak | hi, guys! | 06:54 |
---|---|---|
=== mwhudson_ is now known as mwhudson | ||
=== mwhudson is now known as Guest85752 | ||
=== Guest85752 is now known as mwhudson | ||
Matesito | hey guys, a quick question: where can I find the most up to date roadmap for Ubuntu Snappy Core development? I've found the trello board, is it still in use? https://trello.com/b/L9aazEwO/snappy-core-roadmap | 11:39 |
popey | Matesito: i dont think that trello board is used anymore | 12:01 |
* ogra_ hugs kyrofa | 16:23 | |
pmp | I'm trying to build an updated version of a rpi2 image, but I don't know how ;-) | 16:26 |
pmp | I have this shell script which worked beginning of March | 16:26 |
ogra_ | you grab the ubuntu-device flash from http://people.canonical.com/~mvo/all-snaps/ ... | 16:26 |
pmp | done | 16:26 |
ogra_ | sudo ../ubuntu-device-flash core rolling --channel edge --os ubuntu-core --kernel canonical-pi2-linux --gadget canonical-pi2 -o test.img | 16:27 |
ogra_ | that creates test.img from the latest bits in the store | 16:27 |
ogra_ | err | 16:27 |
ogra_ | sudo ./ubuntu-device-flas | 16:28 |
ogra_ | (one dot) | 16:28 |
ogra_ | if you want it even newer you can grab the daily snaps from http://cdimage.ubuntu.com/ubuntu-core/daily-preinstalled/current/ ... | 16:28 |
ogra_ | xenial-preinstalled-core-armhf.os.snap instead of ubuntu-core for the --os arg ... and xenial-preinstalled-core-armhf.raspi2.kernel.snap instead of canonical-pi2-linux for --kernel | 16:29 |
ogra_ | (note that wont be upgradeable though) | 16:29 |
pmp | I was so close, thx, I ran: --os ubuntu-core.canonicalll | 16:33 |
pmp | -ll | 16:33 |
pmp | running your command fails with failed to install "canonical-pi2" from "edge": canonical-pi2 failed to install: exit status 2 | 16:34 |
pmp | I'm sure I'm missing a tool on my installation, but which ... | 16:34 |
pmp | http://paste.ubuntu.com/15875972/ | 16:37 |
pmp | how could I have possibly found the names for the os, gadget and kernel snap? | 16:45 |
pmp | I mean canonical-pi2-linux | 16:45 |
daker | hi ogra_ does the snappy rpi2 works on the rpi3 ? | 16:48 |
daker | snappy img* | 16:49 |
pmp | it's failing with the images from cdimages as well | 16:50 |
ogra_ | daker, the latest one should, yes | 16:59 |
ogra_ | (i.e. if you buld one yourself ) | 16:59 |
daker | ah :D | 16:59 |
daker | then i'll just use the rpi2 | 16:59 |
ogra_ | there is also http://people.canonical.com/~ogra/snappy/all-snaps/rpi3/ | 16:59 |
daker | i see | 17:00 |
daker | ogra_: "dd: opérande «sync» non reconnu", anyidea ? | 17:07 |
daker | sync unknown operand :/ | 17:08 |
ogra_ | sync ? | 17:08 |
ogra_ | what was the exact command you used to get that ? | 17:08 |
* ogra_ always uses: | 17:11 | |
ogra_ | xzcat /path/to/img.xz | sudo ss of=/dev/sdc bs=64M | 17:11 |
ogra_ | err | 17:11 |
ogra_ | xzcat /path/to/img.xz | sudo dd of=/dev/sdc bs=64M | 17:11 |
ogra_ | not sure where you get that sync error (or why you would) | 17:12 |
daker | the docs says : xzcat ubuntu-15.04-snappy-armhf-raspi2.img.xz | sudo dd of=/dev/sdc bs=32M sync | 17:12 |
ogra_ | that seems broken | 17:12 |
ogra_ | you can call sync ... but only after dd finished | 17:12 |
daker | https://developer.ubuntu.com/en/snappy/start/raspberry-pi-2/ | 17:12 |
daker | ah | 17:12 |
ogra_ | and on that page the sync is indeed on a new line :) | 17:13 |
daker | so i think they should add $ to the begin of each command | 17:13 |
ogra_ | yeah | 17:13 |
daker | i though that it's one command | 17:13 |
vijaikumar | hey fellas. any python project samples / tutorials for getting started ? | 18:14 |
ogra_ | in the snapcraft-examples package | 18:16 |
vijaikumar | tks | 18:22 |
daker | ogra_: my snappy installation doesn't seem to connect via wifi | 18:33 |
daker | even via a simple hotspot | 18:34 |
daker | wlan0 doesn't appear on the list of devices | 19:02 |
daker | hmm wlan0 doesn't appear on the list of devices | 19:03 |
claudioandre | Hi guys, I'm building a new package and I have some doubts. For example, I have one bin and one docs folder. The way to deal with it is using filesets? | 21:39 |
claudioandre | I'm posting an example | 21:39 |
claudioandre | filesets: | 21:40 |
claudioandre | binaries: | 21:40 |
claudioandre | - build/run/* | 21:40 |
claudioandre | docs: | 21:40 |
claudioandre | - build/docs/* | 21:40 |
claudioandre | stage: | 21:40 |
claudioandre | - $binaries | 21:40 |
claudioandre | - $docs | 21:41 |
claudioandre | snap: | 21:41 |
claudioandre | - $binaries | 21:41 |
claudioandre | - $docs | 21:41 |
jsejcksn | Quick Q: Does anyone know the status of snappy on RasPi 3? | 21:42 |
jsejcksn | Or where I can find more info about progress? | 21:42 |
claudioandre | Is this the right way to go? I mean, a good approach to create/install a doc folder + the bin folder ? | 21:43 |
daker | jsejcksn: https://paste.ubuntu.com/15882535/ | 21:46 |
jsejcksn | daker: Thanks for the link. What does it mean "if you buld one yourself"? | 21:49 |
daker | build the image yourself | 21:49 |
daker | from the sources | 21:50 |
jsejcksn | Like build on a Pi 3? | 21:50 |
jsejcksn | So the image won't work, but building a new one will as long as I build on the Pi 3? | 21:50 |
jsejcksn | daker: is the link in the paste that you sent me a working image or do I need to build it myself? | 21:52 |
daker | jsejcksn: well i think you have to build one or just wait for the release day i guess | 21:53 |
daker | jsejcksn: ogra_ can give you more details when he is back | 21:53 |
jsejcksn | daker: Ok—I'll check back later. Thanks for the lead. | 21:53 |
daker | yw | 21:54 |
ogra_ | daker, yeah, sorry, the wlan firmware is still missing | 22:00 |
ogra_ | you need to use wired network for the moment | 22:00 |
daker | ogra_: ah that's why :D | 22:00 |
jsejcksn | ogra_: If I use the image at http://people.canonical.com/~ogra/snappy/all-snaps/rpi3/ then everything will work except wifi... and bluetooth? | 22:03 |
ogra_ | jsejcksn, except that it is rather outdated, yes | 22:03 |
jsejcksn | ogra_: ok, cool. Thanks | 22:04 |
jsejcksn | Cheers, guys | 22:04 |
ogra_ | i'd recommend following the README to get something newer | 22:05 |
ogra_ | (note i just updated it since the command was outdated too) | 22:06 |
claudioandre | Anyone has a working snapcraft.yaml that has a doc folder (plus a readme file)? All examples in github seems very simple. Thanks | 22:26 |
claudioandre | Ladies and gentleman, I need to make a silly question. Please, point me where is the best place to put such a question. | 23:58 |
claudioandre | I can go up to a 'snapcraft build'. Everything works fine. Now, I need to tell wich files have to be used/copied to the final package. | 23:58 |
claudioandre | I can't tell wich files to use. I'm really sorry, it is a 'read the documents stupid' question, I know. | 23:59 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!