Why kernel uImage to be loaded at 32KB offset ?

2013-02-19 Thread KARTHIK SEKURU
Hi All, My board's physical memory starts at 0x8000_. The kernel uImage is loaded at 0x80008000. I have seen in many other boards the uImage is loaded at 32KB. Why is this mandatory to load uImage at 32KB offset? Please let me know. Thanks, Karthik.

Issue in ioctl func call of character driver.

2012-06-02 Thread KARTHIK SEKURU
Hi, I am new to kernel device drivers. I wrote a simple character driver built statically having the fops as shown: *static const struct file_operations mfcfpga65_usb_fops = {* * .owner = THIS_MODULE,* * .open = mfcfpga65_usb_open,* * .read = mfcfpga65_usb_read,* * .unlocked_ioctl = mfcfpga65_usb

Query regarding ZRELADDR, ZTEXTADDR and zImage.

2012-04-17 Thread KARTHIK SEKURU
Hi, I'm doing kernel porting to arm926 based FPGA board,very minimal setup (uart + timer only) Below are the details #define PLAT_PHYS_OFFSET 0x8000 (with 128 MB SDRAM) #define CONFIG_PAGE_OFFSET 0xc000 Physical memory : 128MB (0x8000 to 8800) ZRELADDR = 0x80008000 PARAM

Issue in uncompressing zImage

2012-04-12 Thread KARTHIK SEKURU
Hi, I'm doing kernel porting to arm926 based FPGA board,very minimal setup (uart + timer only) I'm getting kernel panic after cramfs root file system is mounted,I am expecting to enter login prompt after root file system is mounted. Below are the details #define PLAT_PHYS_OFFSET 0x8000

Req help - Panic in VFS mount(Cramfs)

2012-04-04 Thread KARTHIK SEKURU
Hi, I'm doing kernel porting to arm926 based FPGA board, with very minimal setup. Only UART and timer devices are available as part of FPGA. Board details – Using ARM926e-js processor with 128MB SDRAM., Clock-33Mhz SDRAM Size = 128M CONFIG_PAGE_OFFSET = 0xc000 CONFIG_PHYS_OFFSET=

Req help - Panic in VFS mount(Cramfs)

2012-04-04 Thread KARTHIK SEKURU
Hi, I'm doing kernel porting to arm926 based FPGA board, with very minimal setup. Only UART and timer devices are available as part of FPGA. Board details – Using ARM926e-js processor with 128MB SDRAM., Clock-33Mhz SDRAM Size = 128M CONFIG_PAGE_OFFSET = 0xc000 CONFIG_PHYS_OFFSET=

Re: Issue with dcahe enabling.

2012-03-28 Thread KARTHIK SEKURU
everything seems to be OK. On Tue, Mar 27, 2012 at 9:32 PM, Dave Hylands wrote: > Hi Karthiik, > > On Tue, Mar 27, 2012 at 5:12 AM, KARTHIK SEKURU > wrote: > > Hi, > > > > I'm doing kernel porting to arm926 based FPGA board, very minimal setup. > ...snip... &g

Issue with dcahe enabling.

2012-03-27 Thread KARTHIK SEKURU
Hi, I'm doing kernel porting to arm926 based FPGA board, very minimal setup. Only UART and timer devices are available as part of FPGA. Board details – Using ARM926e-js processor with 128MB SDRAM., Clock-33Mhz SDRAM Size = 128M CONFIG_PAGE_OFFSET = 0xc000 CONFIG_PHYS_OFFSET= 0x

Re: Correct Place of calling a driver initialization function.

2012-03-12 Thread KARTHIK SEKURU
register that is set by the hostPC as acknowledgement is > not getting set and the code is never coming out of the while loop. > Can a USBConsole.exe running on the windows machine access register on the arm-board running on the linux.?? > > As mentioned I am calling the Init_USB funct

Correct Place of calling a driver initialization function.

2012-03-09 Thread KARTHIK SEKURU
Hi, I am new to linux-kernel and am using kernel 3.1.6 and working on arm-SemiHosting(through USB) drivers. We are using SemiHosting to exchange/transfer data from the arm-board to the PC. Board details – Using ARM926e-js processor with 128MB SDRAM., Clock-33Mhz SDRAM Size = 128M CONFIG