- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'm unsure of what fmem and bmem are as used in the IMX6Q reference manual's IPU section. Table 37-7 lists if at the source and/or destination of the video data of the IPU. What is it and where is it (i.e is it memory dedicated to the IPU, or allocated form system memory ..)?
Thanks,
Miki
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
My bad. I was using an old reference manual. The newer one clearly explains it in the legend.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Miki
Good (y)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
My bad. I was using an old reference manual. The newer one clearly explains it in the legend.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi
I'm having the same problem, but I can't find the legend you found. I have Document Number: IMX6DQRM, Rev. 1, 04/2013, did you find a newer one? Where?
Anyways, could you please cut & paste here the meaning of Bmem and Fmem? Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
IMX6DQRM (REV 2) pg 2741 describe fmem and dmem as follows:
System memory usage - legend
- Fmem: frame double-buffer (page-flip) in system memory (typically external memory: DDR DRAM [address 0x1000_0000 - 0xFFFF_FFFF])
- Bmem: two possibilities
- • A frame double buffer, as above
- • A band (4-256 rows) double-buffer (page-flip) in system memory (could be internal memory: OCRAM [address 0x0900_0000 - 0x093F_FFFF])
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I believe there is a mistake in manual. If you look at "Chapter 48 On-Chip RAM Memory Controller (OCRAM)" you see:
"The total on-chip RAM size for the chip is 128 Kbytes, organized as 16K x 64 bits, mapped from 0x00900000 to 0x0091FFFF ."
Does it mean that we can use it only for smal images?
sqrt(128k)/4 = 120x120 (RGBA)