2015-09-28T00:09:52 *** snow has quit IRC 2015-09-28T00:55:16 *** Davidbrcz has quit IRC 2015-09-28T01:34:27 *** commande1 has joined #rtems 2015-09-28T01:38:47 *** commander has quit IRC 2015-09-28T01:38:48 *** mumptai has quit IRC 2015-09-28T01:38:51 *** guerby has quit IRC 2015-09-28T01:38:55 *** guerby has joined #rtems 2015-09-28T01:47:01 *** Davidbrcz has joined #rtems 2015-09-28T01:47:33 *** mumptai has joined #rtems 2015-09-28T02:28:19 *** mumptai has quit IRC 2015-09-28T02:30:28 *** Davidbrcz has quit IRC 2015-09-28T02:41:17 *** mumptai has joined #rtems 2015-09-28T03:44:20 *** diginet_ has quit IRC 2015-09-28T03:44:38 *** diginet has joined #rtems 2015-09-28T04:16:31 *** dougk_ has quit IRC 2015-09-28T04:18:50 *** dougk_ has joined #rtems 2015-09-28T05:26:20 *** sebhub has joined #rtems 2015-09-28T05:30:03 *** Davidbrcz has joined #rtems 2015-09-28T09:08:19 *** Davidbrcz has quit IRC 2015-09-28T11:34:03 *** mkhoory has quit IRC 2015-09-28T12:03:37 [git] aee6a1d by Sebastian Huber: [SMP: Simplify thread lock operations] http://devel.rtems.org/changeset/aee6a1d/rtems 2015-09-28T12:03:37 [git] 258ad71 by Sebastian Huber: [SMP: Fix and optimize thread dispatching According to the C11 and C++11 memory models only a read-modify-write operation guarantees that we read the last value written in modification order. Avoid the sequential consistent thread fence and instead use the inter-processor interrupt to set the thread dispatch necessary 2015-09-28T12:03:37 indicator.] http://devel.rtems.org/changeset/258ad71/rtems 2015-09-28T12:16:00 *** david-e_ has joined #rtems 2015-09-28T12:17:14 hi, http://www.rtems.org/irclogs/ gives me "page not found" 2015-09-28T13:17:49 *** gedare has joined #rtems 2015-09-28T13:17:49 *** ChanServ sets mode: +o gedare 2015-09-28T14:04:31 *** igutek has joined #rtems 2015-09-28T15:48:08 *** hermann_19829 has joined #rtems 2015-09-28T15:58:50 *** Davidbrcz has joined #rtems 2015-09-28T16:14:30 *** antgreen has quit IRC 2015-09-28T16:18:55 *** Davidbrcz has quit IRC 2015-09-28T16:54:50 *** danieli has joined #rtems 2015-09-28T17:09:07 *** antgreen has joined #rtems 2015-09-28T17:15:42 *** Davidbrcz has joined #rtems 2015-09-28T17:50:45 *** dr__house|away is now known as dr__house 2015-09-28T18:03:22 *** antgreen has quit IRC 2015-09-28T18:39:26 *** rokka has quit IRC 2015-09-28T18:44:41 *** rokka has joined #rtems 2015-09-28T19:51:37 *** hermann_19829_ has joined #rtems 2015-09-28T19:54:24 *** hermann_19829 has quit IRC 2015-09-28T20:03:09 *** danieli has quit IRC 2015-09-28T20:05:34 *** danieli has joined #rtems 2015-09-28T20:30:36 *** hermann_19829_ has quit IRC 2015-09-28T20:50:13 *** gedare has quit IRC 2015-09-28T20:59:34 *** dr__house is now known as dr__house|away 2015-09-28T21:13:36 *** danieli has quit IRC 2015-09-28T21:13:39 *** igutek has quit IRC 2015-09-28T21:21:59 *** danieli has joined #rtems 2015-09-28T21:24:01 *** danieli has quit IRC 2015-09-28T21:24:28 *** danieli has joined #rtems 2015-09-28T21:51:52 *** danieli has joined #rtems 2015-09-28T22:03:19 *** mumptai has quit IRC 2015-09-28T23:12:39 *** Davidbrcz has quit IRC 2015-09-29T00:04:40 *** Davidbrcz has joined #rtems 2015-09-29T00:47:41 *** toxygen has quit IRC 2015-09-29T00:48:01 *** toxygen has joined #rtems 2015-09-29T01:07:30 *** Davidbrcz has quit IRC 2015-09-29T01:33:58 *** antgreen has joined #rtems 2015-09-29T02:40:42 *** mkhoory has joined #rtems 2015-09-29T04:36:45 *** Davidbrcz has joined #rtems 2015-09-29T05:43:05 *** zoso has joined #rtems 2015-09-29T06:58:19 *** Davidbrcz has quit IRC 2015-09-29T09:57:15 *** mkhoory has quit IRC 2015-09-29T10:10:49 *** antgreen has quit IRC 2015-09-29T10:13:41 *** antgreen` has joined #rtems 2015-09-29T10:29:02 [git] e3df129 by Chris Johns: [Add a lock model to support different lock models when tracing. Logging to a file requires a 'trace' lock model be used. The 'trace' lock model holds the lock for the entire trace time, for example the entry or exit tracing.] http://devel.rtems.org/changeset/e3df129/rtems-tools 2015-09-29T11:44:09 *** antgreen` has quit IRC 2015-09-29T12:18:51 *** antgreen` has joined #rtems 2015-09-29T12:21:01 *** antgreen` is now known as antgreen 2015-09-29T12:58:08 *** zoso has quit IRC 2015-09-29T13:38:59 hi, I'm trying to run a simple example on a microzed board (zynq). I assume I can use xilinx_zynq_zedboard, since treating microzed as a zedboard allowed me to successfully boot a buildroot based image 2015-09-29T13:40:31 I successfully built the toolchain and rtems with the samples; I'm trying to boot "ticker.exe" and here's what I've done so far 2015-09-29T13:41:04 arm-rtems4.11-objcopy -R -S -O binary ticker.exe ticker.bin 2015-09-29T13:41:34 mkimage -A arm -O rtems -T kernel -C none -n "RTEMS Application" -d ticker.bin ticker.img 2015-09-29T13:42:40 I'm trying to load ticker.img via u-boot (U-Boot 2015.07) 2015-09-29T13:43:21 fatload mmc 0 0x1000000 ticker.img 2015-09-29T13:43:36 bootm 0x1000000 0x2000000 0x3000000 2015-09-29T13:44:48 ## Transferring control to RTEMS (at address 01000000) ... 2015-09-29T13:45:09 and then nothing: can I get any help please? 2015-09-29T14:11:59 *** gedare has joined #rtems 2015-09-29T14:11:59 *** ChanServ sets mode: +o gedare 2015-09-29T14:37:37 *** hermann_19829 has joined #rtems 2015-09-29T15:23:10 *** igutek has joined #rtems 2015-09-29T15:24:26 *** hermann_19829 has quit IRC 2015-09-29T15:24:44 *** hermann_19829 has joined #rtems 2015-09-29T16:15:31 *** gedare has quit IRC 2015-09-29T16:15:41 *** Davidbrcz has joined #rtems 2015-09-29T16:29:59 *** Davidbrcz has quit IRC 2015-09-29T16:39:42 *** antgreen has quit IRC 2015-09-29T16:46:11 *** hermann_19829 has quit IRC 2015-09-29T16:47:47 *** gedare has joined #rtems 2015-09-29T16:47:47 *** ChanServ sets mode: +o gedare 2015-09-29T17:15:33 *** Davidbrcz has joined #rtems 2015-09-29T19:52:14 *** dr__house|away is now known as dr__house 2015-09-29T19:52:34 *** gedare has quit IRC 2015-09-29T20:14:45 *** dr__house is now known as dr__house|away 2015-09-29T20:43:03 *** Davidbrcz has quit IRC 2015-09-29T20:47:21 *** igutek has quit IRC 2015-09-29T21:10:59 *** david-e_ has quit IRC 2015-09-29T21:17:59 *** Davidbrcz has joined #rtems 2015-09-29T21:29:30 *** Davidbrcz has quit IRC 2015-09-29T21:29:38 *** Davidbrcz has joined #rtems 2015-09-29T23:31:23 *** Davidbrcz has quit IRC 2015-09-29T23:32:27 *** sirfrank1in has joined #rtems 2015-09-29T23:32:51 *** sirfranklin has quit IRC 2015-09-30T01:04:32 *** Davidbrcz has joined #rtems 2015-09-30T01:45:45 *** antgreen has joined #rtems 2015-09-30T02:47:59 *** mkhoory has joined #rtems 2015-09-30T02:49:10 *** Davidbrcz has quit IRC 2015-09-30T04:14:21 *** Davidbrcz has joined #rtems 2015-09-30T05:40:49 *** kulp has quit IRC 2015-09-30T05:51:14 *** kulp has joined #rtems 2015-09-30T07:33:19 *** Davidbrcz has quit IRC 2015-09-30T11:56:24 *** antgreen has quit IRC 2015-09-30T13:51:02 [git] f91fbbf by Sebastian Huber: [bsps/i386: Interrupt server support] http://devel.rtems.org/changeset/f91fbbf/rtems 2015-09-30T13:56:53 [git] 7d460ce by Sebastian Huber: [Avoid pci_bus.c file rename] http://devel.rtems.org/changeset/7d460ce/rtems-libbsd 2015-09-30T13:56:53 [git] df811cf by Sebastian Huber: [Makefile: Delete Use waf instead.] http://devel.rtems.org/changeset/df811cf/rtems-libbsd 2015-09-30T13:56:53 [git] 40f7d5c by Sebastian Huber: [builder.py: addTargetSourceCPUDependentSourceFiles Avoid and delete this function.] http://devel.rtems.org/changeset/40f7d5c/rtems-libbsd 2015-09-30T13:56:53 [git] af3944c by Sebastian Huber: [waf: Do not add '.' to standard include path] http://devel.rtems.org/changeset/af3944c/rtems-libbsd 2015-09-30T13:56:53 [git] 28bfb6b by Sebastian Huber: [waf: Add x86 include paths for i386 arch] http://devel.rtems.org/changeset/28bfb6b/rtems-libbsd 2015-09-30T13:56:54 [git] 4cf8982 by Sebastian Huber: [Avoid pci_cfgreg.h rename] http://devel.rtems.org/changeset/4cf8982/rtems-libbsd 2015-09-30T13:56:54 [git] b168f69 by Sebastian Huber: [BUS_SPACE(9): Use FreeBSD files for i386 arch] http://devel.rtems.org/changeset/b168f69/rtems-libbsd 2015-09-30T13:56:55 [git] 36a16f5 by Sebastian Huber: [i386: Quick and dirty hack to get PCI working] http://devel.rtems.org/changeset/36a16f5/rtems-libbsd 2015-09-30T13:56:55 [git] 880d929 by Sebastian Huber: [tests: Increase stack size for dhcpcd On i386 with optimization disabled the minimum stack size was not enough.] http://devel.rtems.org/changeset/880d929/rtems-libbsd 2015-09-30T14:07:15 [git] 556a07c by Sebastian Huber: [DELAY(): Use rtems_counter_delay_nanoseconds()] http://devel.rtems.org/changeset/556a07c/rtems-libbsd 2015-09-30T15:55:14 *** Davidbrcz has joined #rtems 2015-09-30T16:28:39 *** Davidbrcz has quit IRC 2015-09-30T16:56:36 *** igutek has joined #rtems 2015-09-30T17:06:40 *** dr__house|away is now known as dr__house 2015-09-30T17:34:52 *** antgreen has joined #rtems 2015-09-30T17:37:54 *** Davidbrcz has joined #rtems 2015-09-30T18:09:23 *** antgreen has quit IRC 2015-09-30T18:41:01 *** stryx` has quit IRC 2015-09-30T18:42:03 *** stryx` has joined #rtems 2015-09-30T19:22:23 *** david-e has joined #rtems 2015-09-30T19:27:35 *** Davidbrcz has quit IRC 2015-09-30T20:00:57 *** mumptai has joined #rtems 2015-09-30T20:11:49 *** dr__house is now known as dr__house|away 2015-09-30T21:07:59 *** Davidbrcz has joined #rtems 2015-09-30T21:13:34 *** Davidbrcz has quit IRC 2015-09-30T21:13:42 *** Davidbrcz has joined #rtems 2015-09-30T22:24:47 *** Davidbrcz has quit IRC 2015-09-30T22:49:07 *** Davidbrcz has joined #rtems 2015-09-30T23:52:14 *** geheimni2` has quit IRC 2015-09-30T23:53:01 *** geheimnis` has joined #rtems 2015-10-01T00:15:56 *** Davidbrcz has quit IRC 2015-10-01T05:50:51 *** sebhub has quit IRC 2015-10-01T05:51:36 *** sebhub has joined #rtems 2015-10-01T06:05:53 [git] 613c341 by Sebastian Huber: [doc: Add Qemu network setup] http://devel.rtems.org/changeset/613c341/rtems-libbsd 2015-10-01T07:37:59 *** sebhub has quit IRC 2015-10-01T07:38:12 *** sebhub has joined #rtems 2015-10-01T07:47:28 [git] e78b3dc by Sebastian Huber: [doc: Qemu network] http://devel.rtems.org/changeset/e78b3dc/rtems-libbsd 2015-10-01T08:20:32 *** mumptai has quit IRC 2015-10-01T09:05:45 *** zoso has joined #rtems 2015-10-01T10:44:43 *** zoso has quit IRC 2015-10-01T12:31:40 *** mkhoory-2 has joined #rtems 2015-10-01T12:34:16 *** mkhoory has quit IRC 2015-10-01T13:18:27 *** hesham has joined #rtems 2015-10-01T14:34:25 *** gedare has joined #rtems 2015-10-01T14:34:25 *** ChanServ sets mode: +o gedare 2015-10-01T15:45:15 *** david-e has quit IRC 2015-10-01T16:27:59 *** gedare has quit IRC 2015-10-01T17:28:24 *** gedare has joined #rtems 2015-10-01T17:28:25 *** ChanServ sets mode: +o gedare 2015-10-01T18:08:43 *** hesham has quit IRC 2015-10-01T18:10:19 *** gedare has quit IRC 2015-10-01T18:18:57 *** gedare has joined #rtems 2015-10-01T18:18:57 *** ChanServ sets mode: +o gedare 2015-10-01T18:40:17 *** kiwichris has joined #rtems 2015-10-01T19:39:59 sebhub, hi 2015-10-01T20:07:59 *** gedare has quit IRC 2015-10-02T05:28:54 good morning 2015-10-02T06:06:38 [git] 08317ef by Sebastian Huber: [powerpc: Use wrtee for e6500 multilib This reduces the code size.] http://devel.rtems.org/changeset/08317ef/rtems 2015-10-02T06:06:38 [git] ba1ed52 by Sebastian Huber: [SMP: Optimize ticket lock implementation This reverts the relevant part of commit da06fe948c0878057e5f563ebd3dfe40c0f1b0d2. The acquire/release order is superfluous for the next ticket increment. The mutual exclusion is guaranteed by the acquire load from and release store to the next serving atomic variable.] 2015-10-02T06:06:38 http://devel.rtems.org/changeset/ba1ed52/rtems 2015-10-02T08:00:05 *** hesham has joined #rtems 2015-10-02T10:34:15 *** hesham has quit IRC 2015-10-02T13:27:56 *** sebhub has quit IRC 2015-10-02T15:12:27 Hey 2015-10-02T15:13:02 Anyone around who wants to think about a bizarre heap smashing problem? 2015-10-02T16:21:25 *** gedare has joined #rtems 2015-10-02T16:21:25 *** ChanServ sets mode: +o gedare 2015-10-02T16:49:38 *** dr__house|away is now known as dr__house 2015-10-02T17:28:45 *** gedare has quit IRC 2015-10-02T17:37:50 *** ChanServ has quit IRC 2015-10-02T17:40:31 *** ChanServ has joined #rtems 2015-10-02T17:40:31 *** leguin.freenode.net sets mode: +o ChanServ 2015-10-02T18:15:21 *** hesham has joined #rtems 2015-10-02T18:41:32 *** gedare has joined #rtems 2015-10-02T18:41:33 *** ChanServ sets mode: +o gedare 2015-10-02T19:02:56 *** igutek has quit IRC 2015-10-02T20:16:29 *** gedare has quit IRC 2015-10-02T20:22:26 *** sirfrank1in has quit IRC 2015-10-02T21:04:02 *** sirfranklin has joined #rtems 2015-10-02T21:53:30 *** dr__house is now known as dr__house|away 2015-10-02T22:09:01 *** kiwichris has quit IRC 2015-10-02T22:15:37 *** kiwichris has joined #rtems 2015-10-02T23:33:45 *** hesham has quit IRC 2015-10-03T00:40:45 *** danieli has joined #rtems 2015-10-03T02:20:02 *** kiwichris has quit IRC 2015-10-03T04:05:55 *** danieli has quit IRC 2015-10-03T04:07:20 *** danieli has joined #rtems 2015-10-03T08:46:50 *** danieli has quit IRC 2015-10-03T10:44:48 *** hesham has joined #rtems 2015-10-03T16:07:20 *** verm__ has quit IRC 2015-10-03T16:07:34 *** verm__ has joined #rtems 2015-10-03T18:48:59 *** gigetoo has quit IRC 2015-10-03T18:49:33 *** gigetoo has joined #rtems 2015-10-03T19:19:32 *** danieli has joined #rtems 2015-10-03T20:14:07 *** hesham has quit IRC 2015-10-03T21:17:09 *** mumptai has joined #rtems 2015-10-03T21:23:19 *** mumptai has quit IRC 2015-10-03T22:59:04 *** danieli has quit IRC 2015-10-03T23:20:28 *** danieli has joined #rtems 2015-10-04T01:21:20 *** verm__ has quit IRC 2015-10-04T01:23:06 *** verm__ has joined #rtems 2015-10-04T01:33:34 *** verm__ has quit IRC 2015-10-04T01:33:34 *** verm__ has joined #rtems 2015-10-04T01:49:20 *** verm__ has quit IRC 2015-10-04T03:19:27 *** verm__ has joined #rtems 2015-10-04T05:19:56 *** danieli has quit IRC 2015-10-04T07:29:43 *** danieli has joined #rtems 2015-10-04T09:31:42 *** hesham has joined #rtems 2015-10-04T12:56:19 *** dougk_ has quit IRC 2015-10-04T13:09:26 *** dougk_ has joined #rtems 2015-10-04T14:35:47 *** hesham has quit IRC 2015-10-04T17:12:18 *** mumptai has joined #rtems 2015-10-04T19:24:59 *** danieli has quit IRC 2015-10-04T19:28:44 *** commander has joined #rtems 2015-10-04T19:30:43 *** commande1 has quit IRC 2015-10-04T20:38:50 *** mumptai has quit IRC