IRC log of #cubox of Thu 26 Nov 2015. All times are in CET < Back to index

07:54 sanjeevs ping jnettlet
07:55 jnettlet morning
07:55 sanjeevs very good morning
07:56 sanjeevs still I am struggling to identify the root cause of kernel panic failed to allocate 0x1000 bytes below 0x0
07:56 sanjeevs Any pointer would be appreciated
07:56 jnettlet Have you tested one of our prebuilt images?
07:57 sanjeevs yes it works fine
07:57 sanjeevs I tried with yocto image for humming board
07:59 jnettlet and what is the specific reason you do not want to use one of these images, or base your work off of our uboot/kernel combination?
07:59 sanjeevs is 0x200000000 is correct dtb address
08:00 sanjeevs we have our own uboot and we wanted to boot owr own uboot on humming Board
08:00 jnettlet that address looks too high
08:01 jnettlet okay, well I can't support you much on your own work. I am very busy and we recommend all customers to use our tested and approved bootloader
08:01 sanjeevs I am sure that there is something wrong with the address because it says failed to allocate 0x2000 bytes below
08:02 sanjeevs I can understand but any pointer would be appreacited
08:02 sanjeevs Btw what is default dtb adress on humming board when using your uboot
08:02 jnettlet all the addresses we use are available in the source code posted on our github.com account
08:03 sanjeevs dtb load adress I couldn't find
08:03 jnettlet it is there
08:04 sanjeevs is 0x12000000 is correct ?
08:05 sanjeevs please point me the path if you have some time
10:09 vpeter sanjeevs: https://github.com/SolidRun/u-boot-imx6/blob/imx6/include/configs/mx6_cubox-i.h#L183
10:11 vpeter and for kernel https://github.com/SolidRun/u-boot-imx6/blob/imx6/include/configs/mx6_cubox-i.h#L67
10:11 vpeter You can also use 0x12000000 for kernel.
10:27 sanjeevs Thanks a lot vpeter
11:17 sanjeevs Hello All
11:17 sanjeevs what gpu version has been used in kernel 3.14.54
11:17 vpeter I think 5.0.11.p4.5
11:19 sanjeevs ok