Re: [U-Boot] U-Boot malloc implementation on arm - problem after relocation

2015-10-08 Thread Marcin Krzemiński
2015-10-07 20:25 GMT+02:00 mar.krzeminski : > > > W dniu 07.10.2015 o 19:38, Andreas Färber pisze: > >> Hi Marcin, >> >> Am 07.10.2015 um 15:58 schrieb Marcin Krzemiński: >> >>> Since I use qemu it >>> is very hard to debug with gdb u-boot af

[U-Boot] U-Boot malloc implementation on arm - problem after relocation

2015-10-07 Thread Marcin Krzemiński
Hello, In my board I have some problems with malloc functionality. In config I have settings for malloc: #define CONFIG_SYS_MALLOC_LEN (2 * 1024 * 1024) #define CONFIG_SYS_MALLOC_F_LEN (1024) I am running u-boot without SPL. Uboot starts from SRAM and then relocates to DRAM. When I run u-boot

Re: [U-Boot] U-boot and UBI problem with vexpress board.

2015-03-30 Thread Marcin Krzemiński
Hi Heiko, I'm not stating that is ubi problem. I just found it playing with ubi. It is in MTD driver, that is why I doubt it is related with u-boot at all, but real check would be nice... Regards, Marcin 2015-03-31 7:24 GMT+02:00 Heiko Schocher : > Hello Marcin, > > Am 30.03.2015 20:07, schrieb

[U-Boot] U-boot and UBI problem with vexpress board.

2015-03-27 Thread Marcin Krzemiński
Hi, I want to test some UBI fs behavior in U-Boot using qemu and vexpress_ca9x4 board ( U-Boot 2015.1) To tst UBI I added lines to vexpress_ca9x4.h: #define CONFIG_MTD_DEVICE /* needed for mtdparts commands */ #define CONFIG_MTD_PARTITIONS /* needed for UBI */ #define CONFIG_FLASH_CFI_MTD #de