Re: Porting BareBox to Variscite iMX6 SOM

2013-08-21 Thread Sascha Hauer
Hi Michael, On Tue, Aug 20, 2013 at 02:12:20PM -0400, Michael Burkey wrote: > Thank you Sascha for the additional information in your earlier post! > > Your comments on the imx-image method got me looking at the menuconfig > options and I located a simple mistake I had made when changing other >

uImage doesn't boot

2013-08-21 Thread Vanhauwaert Wouter
Hello Before, I was working with Barebox 2013.05, which worked fine. Now I updated my sources to barebox 2013.07, but my kernel doesn't boot anymore. Barebox itself works as expected. When I do: bootm -v /mnt/tftp/uImage Image Name: Linux-2.6.35.3-01169-gbc81590-di Created: 2013-06-

Re: [SPAM] [PATCH 2/2] ARM: dts: imx53 qsb: remove wrong memory bank

2013-08-21 Thread Jean-Christophe PLAGNIOL-VILLARD
On 11:07 Tue 20 Aug , Sascha Hauer wrote: > The i.MX53 qsb has 1GiB of memory, but it's divided into two non > contigous banks. Remove the wrong memory node since it's overwritten > with the correct values during wuntime anyway. wuntime update is cool ;) > > Signed-off-by: Sascha Hauer > ---

Porting BareBox to Variscite iMX6 SOM

2013-08-21 Thread Michael Burkey
Sascha, >When doing so please start with a devicetree based board to copy-paste >from. The imx6q-phytec-pbab01 should be a pretty good example. Where does said imx6q-phytec-pbab01 example happen to live? Which brings up another question: I know you were heavily involved in the bring-up of Bareb

Porting BareBox to Variscite iMX6 SOM

2013-08-21 Thread Michael Burkey
Sascha, You can ignore part of my last post -- I found the "imx6q-phytec-pbab01" on github (it looks like a lot of the things I am needing and working on are right on the edge of development where you are working as well). I also noticed some posts in the mailing list that you made last month reg

Re: uImage doesn't boot

2013-08-21 Thread Sascha Hauer
Hi Wouter, On Wed, Aug 21, 2013 at 02:30:17PM +0200, Vanhauwaert Wouter wrote: > Hello > > Before, I was working with Barebox 2013.05, which worked fine. Now I updated > my sources to barebox 2013.07, but my kernel doesn't boot anymore. Barebox > itself works as expected. When I do: > bootm -v

Re: Porting BareBox to Variscite iMX6 SOM

2013-08-21 Thread Sascha Hauer
On Wed, Aug 21, 2013 at 02:46:17PM -0400, Michael Burkey wrote: > Sascha, > > You can ignore part of my last post -- I found the > "imx6q-phytec-pbab01" on github (it looks like a lot of the things I > am needing and working on are right on the edge of development where > you are working as well).