Anita Abdul | 5 Apr 2011 06:26
Picon
Favicon

HELLO

	

I am writing this letter out of a genuine desperation to find a reliable partner in an unfolding
transaction. I seek your help and
genuine co-operation to our mutual benefit and I believe that you will
not letdown the trust and confidence I am about to repose on you. I am
Anita, Purchasing Manager to Gss solid minerals company. I used to represent my company to several Asian
countries to purchase a product called Xsp solution, this is a chemical liquid use for cleaning Gold,
Silvers, Stones and soon. Now, our company want to send another staff from our company duo to my inability to
travel this time, that's why am contacting you.


I will introduce you to my company's General Manager as the main supplier of the chemical. Per packet of the
vaccine cost $6,500 in
UNITED STATE, but in Asia Malaysia where I have been purchasing, it only cost $2,500 per packet and you will
supply to my company at the
rate of $5,100.Per packet.


Note, do not disclose the actual cost of the chemical i.e. $2,500 to my
company GM as this will affect our profit. My company's directors don't know the seller of this product and
the seller doesn't know my company directors, I 'll introduce you as the main supplier. My company
normally purchase 20, 30-150cartons in each trip I make depending on the product we have left in the
company. The distributor of this
product is a Malaysian, you will purchase the product from the Malaysian dealer and supply to my company, my
company will now pay you
cash on delivery.


Let the above mentioned be in mutual beneficiary for us and an opportunity to embark in future engagements.
(Continue reading)

Roland Crawford | 5 Apr 2011 18:35
Picon

business, consumer and healthcare email lists

This week only until Friday we are offering these packages

All 100% optin data / Full resale rights

 ** MEDICAL/HEALTHCARE **
You choose! Any 5 lists below just $179!

<> Complete US Physicians Database
<> Chiropractic Doctors in the USA
<> American Holistic Medicine Providers/Clinics
<> General Dentists in the USA
<> Dentists with Specialties 
<> American Veterinarians & Veterinary Clinics
<> US Hospitals 
<> Nursing Homes int the US 
<> Pharmaceutical Company Employees
<> Physical/Occupational Therapy Clinics and Therapists in the US
<> Oncology Physicians in the US
<> US Surgery Centers
<> Massage Therapists/Therapy Clinics in America
<> Acupuncturists/clinics in the US
<> Medical Equipment Suppliers(USA)
<> Mental Health Counselors (USA)
<> Optometrists/Clinics (USA)
<> Psychologists (USA)

 ** BUSINESS/PROFESSIONAL LISTS **
Your Choice! Any 5 lists below: $179! 

<> USA Lawyers Database 
(Continue reading)

Anita Abdul | 7 Apr 2011 07:53
Picon
Favicon

HELLO

	

I am writing this letter out of a genuine desperation to find a reliable partner in an unfolding
transaction. I seek your help and
genuine co-operation to our mutual benefit and I believe that you will
not letdown the trust and confidence I am about to repose on you. I am
Anita, Purchasing Manager to Gss solid minerals company. I used to represent my company to several Asian
countries to purchase a product called Xsp solution, this is a chemical liquid use for cleaning Gold,
Silvers, Stones and soon. Now, our company want to send another staff from our company duo to my inability to
travel this time, that's why am contacting you.


I will introduce you to my company's General Manager as the main supplier of the chemical. Per packet of the
vaccine cost $6,500 in
UNITED STATE, but in Asia Malaysia where I have been purchasing, it only cost $2,500 per packet and you will
supply to my company at the
rate of $5,100.Per packet.


Note, do not disclose the actual cost of the chemical i.e. $2,500 to my
company GM as this will affect our profit. My company's directors don't know the seller of this product and
the seller doesn't know my company directors, I 'll introduce you as the main supplier. My company
normally purchase 20, 30-150cartons in each trip I make depending on the product we have left in the
company. The distributor of this
product is a Malaysian, you will purchase the product from the Malaysian dealer and supply to my company, my
company will now pay you
cash on delivery.


Let the above mentioned be in mutual beneficiary for us and an opportunity to embark in future engagements.
(Continue reading)

Bastian Ruppert | 11 Apr 2011 12:40
Picon
Favicon

[PATCH] RFSB: add support for ubi image creation for ubifs images

An ubifs image can be placed in an ubi image. This image can
be flashed with the ubiformat utility.

Signed-off-by: Bastian Ruppert <Bastian.Ruppert@...>
---
 Config.in |   43 +++++++++++++++++++++++++++++++++++++++++++
 Makefile  |   26 ++++++++++++++++++++++++--
 2 files changed, 67 insertions(+), 2 deletions(-)

diff --git a/Config.in b/Config.in
index 03dd3ff..3cea227 100644
--- a/Config.in
+++ b/Config.in
 <at>  <at>  -204,6 +204,49  <at>  <at>  config UBIFS_MAX_LEB_COUNT
 	 there is no default value.  More information under:
 	 http://www.linux-mtd.infradead.org/faq/ubifs.html#L_max_leb_cnt

+menu "UBI Image"
+     depends IMAGE_UBIFS
+
+config IMAGE_UBI
+       depends IMAGE_UBIFS
+       bool "Create UBI image"
+       default n
+       help
+         Create a UBI image containing the UBIFS image. This image can
+	 be flashed to a mtd device with the ubiformat tool.
+
+config UBI_CFG_VOL_NAME
+       depends IMAGE_UBI
(Continue reading)

Detlev Zundel | 13 Apr 2011 14:20
Picon
Picon
Picon
Favicon

Re: [PATCH] RFSB: add support for ubi image creation for ubifs images

Hi Bastian,

> An ubifs image can be placed in an ubi image. This image can
> be flashed with the ubiformat utility.

Thanks for the patch - I like what you do, but I have a few comments.

> Signed-off-by: Bastian Ruppert <Bastian.Ruppert@...>
> ---
>  Config.in |   43 +++++++++++++++++++++++++++++++++++++++++++
>  Makefile  |   26 ++++++++++++++++++++++++--
>  2 files changed, 67 insertions(+), 2 deletions(-)
>
> diff --git a/Config.in b/Config.in
> index 03dd3ff..3cea227 100644
> --- a/Config.in
> +++ b/Config.in
>  <at>  <at>  -204,6 +204,49  <at>  <at>  config UBIFS_MAX_LEB_COUNT
>  	 there is no default value.  More information under:
>  	 http://www.linux-mtd.infradead.org/faq/ubifs.html#L_max_leb_cnt
>  
> +menu "UBI Image"
> +     depends IMAGE_UBIFS
> +
> +config IMAGE_UBI
> +       depends IMAGE_UBIFS

Maybe this is not generic enough - I can think of situations wher we
want to put another filesystem image (i.e. squashfs) also into a ubi
image.  If we can do this, then this dependency is not correct.
(Continue reading)

Ratheendran R | 14 Apr 2011 12:14
Picon

Performance of application build with ELDK tool chain

Hi All,

We are using ELDK 4.2 tool chain for our ARM Embedded software development,
I need some clarity on performance of the system development with this
toolchain.

1. I recently ported linux2.6.32 to one of our ARM based embedded board and
used your filesystem ,I found mounting of YAFFS2 root file system is taking
long time(6 to 8 sec).How can I improve this.

2. Secondly when I run the QT library based application for the first time
this take significant time to show,

I am not not clear if this is correct forum to ask these questions,please
oblige me in knowing the correct forum so that I can post this in case I am
wrong place.

Thanks in Advance,

Ratheendran
_______________________________________________
eldk mailing list
eldk@...
http://lists.denx.de/mailman/listinfo/eldk
Wolfgang Denk | 14 Apr 2011 12:28
Picon
Picon
Favicon

Re: Performance of application build with ELDK tool chain

Dear Ratheendran R,

In message <BANLkTikPOCo_=p0j+jTwDiMmx+s5gdwqCQ@...> you wrote:
>
> 1. I recently ported linux2.6.32 to one of our ARM based embedded board and
> used your filesystem ,I found mounting of YAFFS2 root file system is taking
> long time(6 to 8 sec).How can I improve this.

Why are you using such an ancient kernel version?  2.6.32 is 7
releases behind current, so it iis definitely a very bad idea to base
any recent development work on it.  Please update and use current code
instead.

Also, YAFFS2 is probably not the best choice for your system.
Unfortunately you don't provide any details - are we talking about NOR
or NAND flash?  How big is your flash device? etc.

Typically we recommend to use UBI / UBIFS these days - but you need
recent kernel code for that (or you might run into a number of bugs).

> 2. Secondly when I run the QT library based application for the first time
> this take significant time to show,

This may be because loading such big code and libraries from YAFFS2 is
slow.  For short boot times, other file systems are probably a better
choice.

> I am not not clear if this is correct forum to ask these questions,please
> oblige me in knowing the correct forum so that I can post this in case I am
> wrong place.
(Continue reading)

Maude Harper | 15 Apr 2011 05:35
Picon

detailed data with many fields for businesses, healthcare and more

We are clearing out lists this week only- prices as low as $20 per complete list. Featuring some of the most robust
lists in the healthcare, business and consumer industries.

Find out more details and download samples by replying to this email: hauss1@...

Send us an email to takeitoff1@... we will discontinue from the list
Bartek | 28 Apr 2011 17:02
Picon

Re: Regarding USB: DWC OTG for Canyonlands

Hi Sunny and Wolfgang,

I'm facing the same problem, but on the other board. 
I use kernel 2.6.21.x, that runs stable for other issues.
Could you write if upgrading the kernel help at all ?

Thank you in advance.
BR
Bartek
Wolfgang Denk | 28 Apr 2011 19:35
Picon
Picon
Favicon

Re: Regarding USB: DWC OTG for Canyonlands

Dear Bartek,

In message <loom.20110428T170201-193@...> you wrote:
> 
> I'm facing the same problem, but on the other board. 
> I use kernel 2.6.21.x, that runs stable for other issues.
> Could you write if upgrading the kernel help at all ?

Download the latest images from our FTP server and test these - they
have been tested, and to the best of my knowledge this worked.

Best regards,

Wolfgang Denk

--

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@...
"If God had wanted us to use the metric system, Jesus would have  had
10 apostles."

Gmane