Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
You can subscribe to this list here.
2004 |
Jan
|
Feb
|
Mar
(114) |
Apr
(35) |
May
(60) |
Jun
(52) |
Jul
(121) |
Aug
(170) |
Sep
(343) |
Oct
(147) |
Nov
(185) |
Dec
(172) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2005 |
Jan
(319) |
Feb
(505) |
Mar
(614) |
Apr
(358) |
May
(344) |
Jun
(306) |
Jul
(558) |
Aug
(506) |
Sep
(639) |
Oct
(863) |
Nov
(705) |
Dec
(562) |
2006 |
Jan
(828) |
Feb
(1229) |
Mar
(1099) |
Apr
(856) |
May
(1099) |
Jun
(943) |
Jul
(1109) |
Aug
(975) |
Sep
(928) |
Oct
(1174) |
Nov
(1120) |
Dec
(948) |
2007 |
Jan
(858) |
Feb
(1095) |
Mar
(1143) |
Apr
(1178) |
May
(1255) |
Jun
(1092) |
Jul
(1373) |
Aug
(904) |
Sep
(848) |
Oct
(1552) |
Nov
(823) |
Dec
(973) |
2008 |
Jan
(1303) |
Feb
(1093) |
Mar
(1173) |
Apr
(1258) |
May
(664) |
Jun
(461) |
Jul
(613) |
Aug
(452) |
Sep
(387) |
Oct
(411) |
Nov
(466) |
Dec
(608) |
2009 |
Jan
(529) |
Feb
(452) |
Mar
(482) |
Apr
(679) |
May
(545) |
Jun
(588) |
Jul
(519) |
Aug
(675) |
Sep
(441) |
Oct
(556) |
Nov
(472) |
Dec
(471) |
2010 |
Jan
(799) |
Feb
(622) |
Mar
(659) |
Apr
(479) |
May
(631) |
Jun
(698) |
Jul
(802) |
Aug
(666) |
Sep
(533) |
Oct
(797) |
Nov
(459) |
Dec
(486) |
2011 |
Jan
(792) |
Feb
(526) |
Mar
(748) |
Apr
(506) |
May
(477) |
Jun
(528) |
Jul
(642) |
Aug
(418) |
Sep
(494) |
Oct
(374) |
Nov
(355) |
Dec
(424) |
2012 |
Jan
(476) |
Feb
(491) |
Mar
(606) |
Apr
(462) |
May
(275) |
Jun
(278) |
Jul
(241) |
Aug
(205) |
Sep
(215) |
Oct
(296) |
Nov
(317) |
Dec
(108) |
2013 |
Jan
(317) |
Feb
(228) |
Mar
(157) |
Apr
(108) |
May
(120) |
Jun
(123) |
Jul
(136) |
Aug
(204) |
Sep
(169) |
Oct
(152) |
Nov
(103) |
Dec
(164) |
2014 |
Jan
(153) |
Feb
(190) |
Mar
(147) |
Apr
(51) |
May
(131) |
Jun
(70) |
Jul
(99) |
Aug
(49) |
Sep
(28) |
Oct
(37) |
Nov
(43) |
Dec
(50) |
2015 |
Jan
(53) |
Feb
(48) |
Mar
(49) |
Apr
(83) |
May
(44) |
Jun
(163) |
Jul
(58) |
Aug
(39) |
Sep
(105) |
Oct
(73) |
Nov
(57) |
Dec
(82) |
2016 |
Jan
(64) |
Feb
(60) |
Mar
(37) |
Apr
(42) |
May
(113) |
Jun
(51) |
Jul
(56) |
Aug
(37) |
Sep
(26) |
Oct
(40) |
Nov
(28) |
Dec
(19) |
2017 |
Jan
(27) |
Feb
(28) |
Mar
(27) |
Apr
(31) |
May
(8) |
Jun
(10) |
Jul
(23) |
Aug
(5) |
Sep
(7) |
Oct
(31) |
Nov
(3) |
Dec
(1) |
2018 |
Jan
(1) |
Feb
(9) |
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
|
|
|
1
(27) |
2
(28) |
3
(13) |
4
(15) |
5
(6) |
6
(42) |
7
(35) |
8
(37) |
9
(28) |
10
(9) |
11
(7) |
12
(20) |
13
(34) |
14
(39) |
15
(36) |
16
(36) |
17
(5) |
18
(10) |
19
(48) |
20
(22) |
21
(50) |
22
(43) |
23
(20) |
24
(16) |
25
(9) |
26
(32) |
27
(32) |
28
(39) |
29
(21) |
30
(37) |
31
(6) |
From: Dustin Howett <dustin@ho...> - 2010-07-09 03:02:04
|
I've been working on some modifications to x-load lately, and a few questions have come to mind. 1. Why is there concern towards saving space in the X-Loader partition? x-load is 21kb, approximately, and the entire partition is about 512kb. That 512kb partition is loaded in its entirety (as far as I know) into memory every boot - so, why not make use of all the space that's available? I recently re-added partition recognition support and abolished the (in my opinion, rather limiting) sector-63 mandate on loading u-boot form FAT on MMC - it cost me 3 kilobytes that were otherwise going to waste. Why wasn't this included to begin with? I'd also tried to replace FAT support with ext2 support in x-load, for loading u-boot. This worked only once, strangely enough, and that was in the middle of a string of failures. My bootloader-fu isn't so great, so I'm willing to take the blame there :P 1a. I am reasonably certain that x-load is based on u-boot - possibly a rather old u-boot, yes, but the family history appears to be evident. Is this the case? 1b. Is Steve Sakoman's git the best source for u-boot and x-load for this device? 'master' branches okay? u-boot 2010.03 failed to boot on my device, but 2010.06 seems fine. I was stuck on 2009.11 for the longest time . . . 2. I can only assume the sect. 63 limit is in the bootrom as well, for loading MLO from a compliant SD card - Is the bootrom source available I've dumped it from RAM and have been reverse-engineering it for a few hours, but it would really be much easier if the source was available :P I can understand trying to keep code size small for the bootrom - there seem to be about 32kb available for it - so something like libdisk (if it was based on x-load, which I'm still not entirely convinced it's not - or that it is - either way) would be a largely unnecessary bloat to have the convenience of abnormally-aligned partitions. 2a. Are there any other formats the RBL will accept for the SD card to be in? It feels a little limiting to have to put MLO on a FAT partition 63 sectors in and make it the first file on the disk. I could always flash my x-load modifications to NAND, but I don't want to wear it out prematurely. I can't test filesystem-level changes in x-load-as-MLO if I have to conform to one specific filesystem ;) Thanks for your time in looking over these questions! -- Dustin L. Howett |
From: Chris Whittenburg <whittenburg@gm...> - 2010-07-09 02:07:20
|
/dev/video0 won't be there on boot, the tvp51xx has to be found first. In your camera file, the last line defines the init function: arch_initcall(something). Does this function get called? Did you make changes to the Makefile there to add your board-overo-camera.c? If so, then the next thing to check is: Did you use menuconfig to turn on the proper CONFIG_VIDEO_TVP514X options? You will need to do this so that tvp514x-int.c gets compiled into your kernel. Does tvp514x_init() get called? -chris On Thu, Jul 8, 2010 at 4:33 PM, William von Achen <wvonachen@...> wrote: > OK, I've finally gotten some more time to work on this ... > > I created a board-overo-camera.c file based on board-omap3evm-camera.c, > changing very little other than removing the mux-related stuff and > altering the definition of the decoder's reset pin so that it maps to > the GPIO we tied it to. Also changed the i2c slave address of the > decoder to 0x5d to match our board. > > However, I still don't see /dev/video0 populated on boot. I hooked a > logic analyzer up to the i2c pins and the only traffic I see during boot > is going to slave address 0x51, which seems to be an EEPROM on the Tobi > board. After inserting a bunch of printk statements into the functions > in board-overo-camera.c, I could see that the functions > tvp5146_set_prv_data and tvp5146_power_set are never called, the latter > of which looks like it does most of the setup. > > Am I correct in assuming that these functions are supposed to be called > automatically by v4l2? Or do I need to do something in the init function > to kick off the process? Currently, the init function only calls > omap3evmdc_mdc_config and i2c_register_board_info, both successfully. > > Thanks, > -- > William von Achen |
From: dcraw101 <dcraw101@ya...> - 2010-07-09 00:41:32
|
I recently have run into the following error on "bitbake qt4-embedded" for the overo: "QtXmlPatterns was requested, but it can't be built due to exceptions being disabled." I search the commit log for when QtXmlPatterns was added on around June 24. I was able to get qt4-embedded working by checking out a slightly earlier commit on the Gumstix overo branch: (d95b8c3c2801a42c85e76146e84f690e9670ece7) Has anybody else had this problem with qt4-embedded? -- View this message in context: http://old.nabble.com/QT4-embedded-problem-with-QtXMLPatterns-tp29113226p29113226.html Sent from the Gumstix mailing list archive at Nabble.com. |