Re: [U-Boot] Issue with uboot on imx6slevk

2014-12-30 Thread Arthur Lambert
Hi Fabio,

Thanks you :) I was able to run my linux sdcard image this morning
thanks to your input (I had modify the loadaddr value in the config on
the root directory of my buildroot project)

Arthur.

2014-12-29 21:19 GMT+01:00 Fabio Estevam feste...@gmail.com:
 Hi Arthur,

 On Mon, Dec 29, 2014 at 6:12 PM, Arthur Lambert
 lambertarthu...@gmail.com wrote:
 Hi Fabio,

 Ok I will test it tomorrow. Thanks for the reply. I did not know that
 I can use the main uboot for my build instead of the fork from
 Freescale for mx6

 I think I understand the issue you reported.

 You are booting a uImage kernel:

 ## Booting kernel from Legacy Image at 8080 ...
Image Name:   Linux-3.10.17
Image Type:   ARM Linux Kernel Image (uncompressed)
Data Size:5258504 Bytes = 5 MiB
Load Address: 10008000
Entry Point:  10008000
Verifying Checksum ... OK

 ,but the LOADADDR is incorrect: instead of 10008000 it should be 80008000

 (0x10008000 is the LOADADDR for the other mx6 SoCs, but not for solo-lite).

 So you should generate your kernel with the correct LOADADDR:

 make uImage LOADADDR=0x80008000

 Then you should be able to boot it with your current 2013.04 U-boot.

 With the latest U-boot version we use zImage by default, so there is
 no need to worry about passing the correct LOADADDR.



-- 
- Arthur LAMBERT
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Issue with uboot on imx6slevk

2014-12-29 Thread Fabio Estevam
On Mon, Dec 29, 2014 at 11:55 AM, Arthur Lambert
lambertarthu...@gmail.com wrote:
 Hi,

 I would like to use Buildroot to generate a linux for imx6 sololitevk.
 I found an existing configuration done for this board in the master
 branch of Buildroot.

It seems that posting to the buildroot list would be more appropriate
in your case.

 resetting ...

 U-Boot 2013.04 (Dec 24 2014 - 14:30:31)

Please use U-boot 2014.10 or 2015.01-rc3 instead.

If you have issues, then you can post here again ;-)
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Issue with uboot on imx6slevk

2014-12-29 Thread Arthur Lambert
Hi Fabio,

Ok I will test it tomorrow. Thanks for the reply. I did not know that
I can use the main uboot for my build instead of the fork from
Freescale for mx6

Arthur.

2014-12-29 21:07 GMT+01:00 Fabio Estevam feste...@gmail.com:
 Arthur,

 On Mon, Dec 29, 2014 at 1:39 PM, Fabio Estevam feste...@gmail.com wrote:

 Please use U-boot 2014.10 or 2015.01-rc3 instead.

 If you have issues, then you can post here again ;-)

 By the way, just tested top of tree U-boot on a mx6sl evk and I didn't
 see any issues on booting the kernel.



-- 
- Arthur LAMBERT
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Issue with uboot on imx6slevk

2014-12-29 Thread Fabio Estevam
Arthur,

On Mon, Dec 29, 2014 at 1:39 PM, Fabio Estevam feste...@gmail.com wrote:

 Please use U-boot 2014.10 or 2015.01-rc3 instead.

 If you have issues, then you can post here again ;-)

By the way, just tested top of tree U-boot on a mx6sl evk and I didn't
see any issues on booting the kernel.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Issue with uboot on imx6slevk

2014-12-29 Thread Fabio Estevam
Hi Arthur,

On Mon, Dec 29, 2014 at 6:12 PM, Arthur Lambert
lambertarthu...@gmail.com wrote:
 Hi Fabio,

 Ok I will test it tomorrow. Thanks for the reply. I did not know that
 I can use the main uboot for my build instead of the fork from
 Freescale for mx6

I think I understand the issue you reported.

You are booting a uImage kernel:

## Booting kernel from Legacy Image at 8080 ...
   Image Name:   Linux-3.10.17
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:5258504 Bytes = 5 MiB
   Load Address: 10008000
   Entry Point:  10008000
   Verifying Checksum ... OK

,but the LOADADDR is incorrect: instead of 10008000 it should be 80008000

(0x10008000 is the LOADADDR for the other mx6 SoCs, but not for solo-lite).

So you should generate your kernel with the correct LOADADDR:

make uImage LOADADDR=0x80008000

Then you should be able to boot it with your current 2013.04 U-boot.

With the latest U-boot version we use zImage by default, so there is
no need to worry about passing the correct LOADADDR.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot