Re: [U-Boot] mx28: Error: unrecognized/unsupported processor variant (0x41069265).

2013-11-25 Thread Mårten Wikman
I first used arm-eabi-gcc 4.8 in Arch Linux repo and later moved to a ubuntu machine and compiled with arm-linux-gnueabi-gcc 4.7.2 2013/11/25 Måns Rullgård : > Mårten Wikman writes: > >>> I can't see how that would end up in the wrong machine ID being passed >>> to

Re: [U-Boot] mx28: Error: unrecognized/unsupported processor variant (0x41069265).

2013-11-25 Thread Mårten Wikman
> I can't see how that would end up in the wrong machine ID being passed > to the kernel. Looks like it was a problem with my toolchain, changed to another and kernel started. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/list

Re: [U-Boot] mx28: Error: unrecognized/unsupported processor variant (0x41069265).

2013-11-23 Thread Mårten Wikman
> Still getting the CPU ID printed by the kernel? Then something between > you setting the value and the kernel reading it is going wrong. Yes I still get the CPU ID printed by the kernel. What I understand you should not have to set machid manually if everything is done correctly? To be able t

Re: [U-Boot] mx28: Error: unrecognized/unsupported processor variant (0x41069265).

2013-11-22 Thread Mårten Wikman
> 0x41069265 is the CP15 ID register value for ARM926. I'd look into how > this value ended up where the machine ID should be. I tried do set the correct machine ID with setenv machid but I get the same result even if u-boot says it's using the new machine ID. ___

[U-Boot] mx28: Error: unrecognized/unsupported processor variant (0x41069265).

2013-11-22 Thread Mårten Wikman
this? Best regards, Mårten Wikman ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] mx28: disable DCDC-converter and use internal linear regulators

2013-11-12 Thread Mårten Wikman
Hello, I'm having a problem with the internal DCDC-converter on a custom board. I'm now looking for a way to disable the internal DCDC-converter and use the internal regulators to power the CPU and memories. If I understand it correctly the pmu is configured in arch/arm/cpu/arm926ejs/mxs/spl_power

[U-Boot] i.MX: mtdparts on spi nor, load kernel from jffs2

2013-08-22 Thread Mårten Wikman
ted to some nor memories? Best regards, Mårten Wikman ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH] i.MX: Add documentation on how to use SPI NOR on MX28evk

2013-08-13 Thread Mårten Wikman
2013/8/11 Otavio Salvador : > On Sun, Aug 11, 2013 at 10:49 AM, Mårten Wikman > wrote: >> This adds necessary information on how to use U-boot on SPI NOR on MX28evk >> >> Signed-off-by: Marten Wikman > > Marten, > > The patch looks right and complete; I'

[U-Boot] [PATCH] i.MX: Add documentation on how to use SPI NOR on MX28evk

2013-08-11 Thread Mårten Wikman
This adds necessary information on how to use U-boot on SPI NOR on MX28evk Signed-off-by: Marten Wikman --- board/freescale/mx28evk/README | 26 ++ boards.cfg | 1 + doc/README.mxs | 25 + 3 files changed, 48 in