Re: [U-Boot] SDRAM

2015-06-22 Thread Naitik Amin
Hi Andreas, I thought of it too. I thought it was dtb all along. But all changed was below line, without even touching the dtb. I just replaced the uboot and I started to see 1G SDRAM. Thats why I got confused. From: Andreas Färber To: Naitik Amin , u-boot@lists.denx.de, Date: 06

[U-Boot] SDRAM

2015-05-28 Thread Naitik Amin
I am using Altera SOC, under my includes, I have a file called /include/configs/socfpga_common.h In this file, I have #define as below. #define PHYS_SDRAM_1_SIZE 0x2000 If this #define is set to 0x2000, and uboot is compiled and loaded, the system when boots up into Linux,

Re: [U-Boot] uboot env in mmc partition

2014-09-03 Thread Naitik Amin
u-boot.scr Optional boot script not found. Continuing to boot normally ' - try 'help'd ' ' - try 'help'd 'fatload ' - try 'help'd 'fatload " not definedcboot From: Hannes Petermaier To: "Peter A. Bigot" , Cc: u-boot@

Re: [U-Boot] [Suspected Spam] Re: uboot env in mmc partition

2014-09-03 Thread Naitik Amin
HI Stephen, Yes, I do understand that its not a good idea at all to use hardcoded addresses like that, if you pls list some steps on how can I use the sw level partition. That be great. From: Stephen Warren To: Naitik Amin , u-boot@lists.denx.de, u-boot-requ...@lists.denx.de, Date

Re: [U-Boot] uboot env in mmc partition

2014-09-03 Thread Naitik Amin
partition start uevent [root@IM mmcblk0p4]# cat start 1099776 1099776 * 512 = 0x2190 From: Sachin Verma To: Naitik Amin , Cc: "Peter A. Bigot" , u-boot@lists.denx.de, Hannes Petermaier Date: 09/03/2014 11:54 AM Subject:Re: [U-Boot] uboot

Re: [U-Boot] uboot env in mmc partition

2014-09-03 Thread Naitik Amin
: Partition type: A3 (raw) To hold the uboot-env (Newly created) From: "Peter A. Bigot" To: Hannes Petermaier , Cc: u-boot@lists.denx.de, Naitik Amin Date: 09/03/2014 10:23 AM Subject:Re: [U-Boot] uboot env in mmc partition On 09/03/2014 09:14 AM, Hannes Petermaier wr

Re: [U-Boot] uboot env in mmc partition

2014-09-03 Thread Naitik Amin
that, the bootup gets halted. Any ideas ? What may have trashed the partition ? From: Hannes Petermaier To: "Naitik Amin" , Cc: u-boot@lists.denx.de, u-boot-boun...@lists.denx.de Date: 09/03/2014 01:13 AM Subject:Re: [U-Boot] uboot env in mmc partition > &g

Re: [U-Boot] uboot env in mmc partition

2014-09-02 Thread Naitik Amin
Hi Hannes, Yes, its an eMMC. If I read your response correctly, #define CONFIG_SYS_MMC_ENV_PART Can only have 2 values, 1 & 2 is that correct ? Pls also keep in mind that from linux, it works fine, with fw_env.config set to /dev/mmcblk0p4 0 0x1 From: Hannes Petermaier To: &qu

[U-Boot] uboot env in mmc partition

2014-08-29 Thread Naitik Amin
HI there, I recently made changes to my system, where I created a new partition on my mmc. (mmcblk0p4) Then i dd'd a uboot env image into this partition, updated the fw_env.config to point to /dev/mmcblk0p4. At this point, my fw_printenv and fw_setenv work good. So as a next step, I am tried t

[U-Boot] uboot env in mmc partition

2014-08-29 Thread Naitik Amin
HI there, I recently made changes to my system, where I created a new partition on my mmc. (mmcblk0p4) Then i dd'd a uboot env image into this partition, updated the fw_env.config to point to /dev/mmcblk0p4. At this point, my fw_printenv and fw_setenv work good. So as a next step, I am tried t

[U-Boot] uboot-env.bin

2014-07-08 Thread Naitik Amin
Hi there, I am trying to use the uboot-env.bin that I created using my uboot env settings. My question is how do I point uboot to use this newly generated settings file while loading up the environment ? Thanks, ___ U-Boot mailing list U-Boot@lists.d

[U-Boot] squashfs

2013-10-31 Thread Naitik Amin
Hi there, I have a rootfs image formatted in squashfs. I have a primary partition reserved for my rootfs on my sd card (mmc). Can i update my rootfs from uboot ? Thanks, ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listin