
-----Original Message----- From: Scott Wood [mailto:scottwood@freescale.com] Sent: Friday, 9 March 2012 10:09 a.m. To: Bud Miljkovic Cc: u-boot@lists.denx.de Subject: Re: [U-Boot] Enabling nand createbbt command
Please use a recent upstream U-Boot, or contact support@freescale.com for support with your Freescale-supplied code.
I took the what was linked at the SABRE Automotive Infotainment board Freescale page in January and applied all provided patches. I also have been trying to get some support from Freescale but not getting much there. Maybe I am not talking to the right people.
Is there a reason you're expecting it to exist?
I saw such a command in some instructions I found on internet. But in essence, what I want to do it to partition the NAND device on the mx53_ard board.
Why are you using the scrub command? It's an "I know what I'm doing" backdoor. There's even a warning, with confirmation prompt, telling you it's dangerous and to only use it "if you are sure of what you are doing".
I agree with you. I think I should be using nand erase instead.
-Bud