Re: [beagleboard] Re: Recommendation to boot / resume Linux in less than a second...

2014-11-19 Thread Jean-Pierre Poulin
Thank you very much Robert for that heads up... wasn't aware Sitara architecture could do this as well... Q: How does falcon boot on Sitara compare with sub-one-second boottime on i.MX6? On Wednesday, November 19, 2014 12:54:18 PM UTC-5, RobertCNelson wrote: > > > http://www.denx.de/wiki/pub/U

Re: [beagleboard] Re: Recommendation to boot / resume Linux in less than a second...

2014-11-19 Thread Jean-Pierre Poulin
Question: The Freescale i.MX6 has been mentioned by several boot-time gurus as their go-to chip for ultra-fast boot. Unfortunately the i.MX6 is overkill for our price-sensitive application. Which 'other chips' in the i.MX family have the sophisticated ROM bootloader that can duplicate the fast

Re: [beagleboard] Re: Recommendation to boot / resume Linux in less than a second...

2014-11-12 Thread Jean-Pierre Poulin
Hi Liyaoshi, thanks for reporting these incredible results!!! However your link appears broken, could you verify? Thanks man!! https://www.dropbox.com/s/ltnedy59gv5i70j/VID_20140723_084207.mp4 This is what I have done in my iMX6 solo @800M 16bit ddr board -- For more options, visit http://b

Re: [beagleboard] Re: Recommendation to boot / resume Linux in less than a second...

2014-11-12 Thread Jean-Pierre Poulin
Hi John, thanks for the heads up on that patch. When you say it doesn't work at this time, is it because it's temporarily broken for embedded? If it gets fixed, would you recommend this patch for our needs? Q1: Given several senior devs are reporting amazing 1s boot-time on i.MX6, should I ta

Re: [beagleboard] Re: Recommendation to boot / resume Linux in less than a second...

2014-11-11 Thread Jean-Pierre Poulin
Q: Have you guys ever tried reducing boot-times through a hibernate-based solution? (e.g. Warp) How do these stackup versus efforts to fast-boot Linux as detailed in this thread? On Tuesday, November 11, 2014 12:13:20 PM UTC-5, Jean-Pierre Poulin wrote: > > Supercool. We'r

Re: [beagleboard] Re: Recommendation to boot / resume Linux in less than a second...

2014-11-11 Thread Jean-Pierre Poulin
Supercool. We're hoping to reduce boot-time by using open-source based solutions so following the latest systemd-based efforts appears as the next logical step. Thanks a bunch for that useful advice!! On Tuesday, November 11, 2014 10:07:19 AM UTC-5, RobertCNelson wrote: > Then Lennart release

Re: [beagleboard] Re: Recommendation to boot / resume Linux in less than a second...

2014-11-11 Thread Jean-Pierre Poulin
Hi MJC, thank you very much for that plot... impressive results and an insightful test to do to identify what can be sped up. Robert: thanks for that comment... we'll go systemd for sure now! :) On Tuesday, November 11, 2014 9:38:53 AM UTC-5, mjc wrote: > > On 11/11/2014 09:19 AM,

Re: [beagleboard] Re: Recommendation to boot / resume Linux in less than a second...

2014-11-11 Thread Jean-Pierre Poulin
Hi all, many thanks for this insightful discussion. Q: Is systemd a viable option to optimize boot-time on ARM embedded platforms? (Given its steeper learning curve are the results worth the extra work / risk over 'init'?) On Mon, Nov 10, 2014 at 1:42 PM, Dr. Michael J. Chudobiak < m...@avtec

[beagleboard] Re: Recommendation to boot / resume Linux in less than a second...

2014-11-10 Thread Jean-Pierre Poulin
Hi Richard, thanks for pointing this out... we can probably make our own but its good to know this right away. Will continue to investigate... looks like 3 sec is reasonable to attain but getting closer to 1 going to require external help and some hard structural choices on our part... :) >

[beagleboard] Re: Recommendation to boot / resume Linux in less than a second...

2014-11-10 Thread Jean-Pierre Poulin
Hi Richard, thanks for those precisions... > But what's your boot time? The last time I tested on older BB hardware felt around 12 sec +/- 1 sec. (Have to set it up again to get precise time via dmesg) Have to try this on BBB and I'm very encouraged to read about these sub-2 sec times!! FYI,

[beagleboard] Re: Recommendation to boot / resume Linux in less than a second...

2014-11-10 Thread Jean-Pierre Poulin
Hi RH, Thank you for your valuable input. I'm glad to see awesome results like Laurent was posting validated by another user. 1.6s is still incredible and totally useful for what we're doing. Are these results reported from a stock BBB? Are your sequence of steps similar to Laurent? Thank

Re: [beagleboard] Recommendation to boot / resume Linux in less than a second...

2014-11-10 Thread Jean-Pierre Poulin
our design, at least it can brings you > generic insights on Linux boot optimisations. > > Cheers, > > Laurent. > > On 07/11/2014 23:44, Jean-Pierre Poulin wrote: > > Hi BBB gurus! > > > > I’m trying to setup my BBB to wake-up from cold-boot to a functional > user

[beagleboard] Recommendation to boot / resume Linux in less than a second...

2014-11-07 Thread Jean-Pierre Poulin
Hi BBB gurus! I’m trying to setup my BBB to wake-up from cold-boot to a functional user-space Linux app in the shortest amount of time. (Like 0.5 seconds) I understand that it is technically impossible to boot Linux this fast, thereby requiring a ‘hibernate’ type of solution… Coul

[Bug 440262] Re: EDAC amd64: WARNING: ECC is NOT currently enabled by the BIOS. Module will NOT be loaded.

2009-10-01 Thread Pierre Poulin
** Attachment added: "AlsaDevices.txt" http://launchpadlibrarian.net/32837894/AlsaDevices.txt ** Attachment added: "AplayDevices.txt" http://launchpadlibrarian.net/32837895/AplayDevices.txt ** Attachment added: "ArecordDevices.txt" http://launchpadlibrarian.net/32837896/ArecordDevices.t

[Bug 440262] [NEW] EDAC amd64: WARNING: ECC is NOT currently enabled by the BIOS. Module will NOT be loaded.

2009-10-01 Thread Pierre Poulin
Public bug reported: No other info ProblemType: KernelOops Annotation: Your system might become unstable now and might need to be restarted. Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: ppoulin1820 F pulseaudio CRDA: Error: [Errno 2] Aucun

[Qt-creator] Bug found in Qt Creator1.2.1

2009-09-20 Thread Jean-Pierre Poulin
To replicate: - File / New / Qt Designer Form Class - Create any control and right 'Go To Slot' and attempt to create a signal / slot link. - Qt Creator will complain that it can't find the declaration for To fix: - Replace 'm_ui' to 'ui' in both your header & cpp file and the functionality wi

[Qt-creator] Recommendation on the best IDE to develop & debug QtExtended/Qtopia applications...

2009-08-23 Thread Jean-Pierre Poulin
Hi all, I would like to design / build / debug Qt Extended / Qtopia applications in the most productive IDE environment possible. I have been able thus far to cross-compile QtExtended 4.4.3 for my ARM9 board and have the majority of QtExtended already running on my embedded board. I am now re

[gentoo-desktop] unsubscribe

2005-11-22 Thread Pierre Poulin

[gentoo-desktop] unsubcribe

2005-08-12 Thread Pierre Poulin
-- gentoo-desktop@gentoo.org mailing list

Re: Compile GetHTTPS on Mac Platteform

2002-05-21 Thread Jean-Pierre Poulin
Bye! I have found something. I just maked an alias of the missing files into the folder include/openssl and theses errors are ok. Probably the script I have executed miss some files. -------

Compile GetHTTPS on Mac Platteform

2002-05-21 Thread Jean-Pierre Poulin
e 'openssl/symhacks.h' cannot be opened x509.h line 62 #include Error : the file 'openssl/md4.h' cannot be opened evp.h line 77 #include Do I miss something? Thank for yours anwsers ! Bye! --------