MDM Not Able To Load Linux Kernel Images Larger Than 32MB?

Hi All,
I've been building linux initramfs images for use with a Kintex7 (KC705) running a MicroBlaze processor and have been running into an issue with loading the images using the MicroBlaze Debug Module. It seems the system won’t boot if the image is larger than 32 MB. Unfortunately, my use case requires all application code to be contained in the kernel image and I won't have local non-volatile to boot from.
Some key factors:
Petalinux 2014.4
FPGA image built using Vivado 2014.4 on Windows 7
1GB RAM on KC705
Loading images using TCL script on XMD on Windows 7
As an example, I built an image that would fit within the 32 byte "limit" and booted it with no issues:
Image Type: MicroBlaze Linux Kernel Image (uncompressed)
Data Size: 31035828 Bytes = 30308.43 kB = 29.60 MB
MicroBlaze Processor Configuration :
Version............................9.4
Optimization.......................Performance
Interconnect.......................AXI-LE
MMU Type...........................Full_MMU
No of PC Breakpoints...............1
No of Read Addr/Data Watchpoints...0
No of Write Addr/Data Watchpoints..0
Instruction Cache Support..........on
Instruction Cache Base Address.....0x80000000
Instruction Cache High Address.....0xbfffffff
Data Cache Support.................on
Data Cache Base Address............0x80000000
Data Cache High Address............0xbfffffff
Exceptions Support................on
FPU Support.......................off
Hard Divider Support...............on
Hard Multiplier Support............on - (Mul64)
Barrel Shifter Support.............on
MSR clr/set Instruction Support....on
Compare Instruction Support........on
PVR Supported......................on
PVR Configuration Type.............Full
Data Cache Write-back Support......off
Fault Tolerance Support............off
Stack Protection Support...........off
Connected to "mb" target. id = 0
Starting GDB server for "mb" target (id = 0) at TCP port no 1234
System Reset .... DONE
Downloading Program -- simpleImage.mb
section, .text: 0x80000000-0x802a2b27
section, .init.text: 0x80359000-0x803727a3
section, .init.ivt: 0x803749c0-0x803749e7
section, .note.gnu.build-id: 0x00000000-0x00000023
section, __fdt_blob: 0x802a2b28-0x802aab27
section, .rodata: 0x802ab000-0x8032085f
section, __ksymtab: 0x80320860-0x803254f7
section, __ksymtab_gpl: 0x803254f8-0x80327f17
section, __ksymtab_strings: 0x80327f18-0x803380f6
section, __param: 0x803380f8-0x80338417
section, __modver: 0x80338418-0x80338fff
section, __ex_table: 0x80339000-0x8033a59f
section, .sdata2: 0x8033a5a0-0x8033afff
section, .data: 0x8033b000-0x8035809f
section, .init.data: 0x803727a4-0x803749bf
section, .init.setup: 0x803749e8-0x80374cdb
section, .initcall.init: 0x80374cdc-0x80374fa3
section, .con_initcall.init: 0x80374fa4-0x80374fab
section, .init.ramfs: 0x80374fac-0x81d991b3
section, .bss: 0x81d9a000-0x81dabb7b
Then, I added a 10MB random file (created using dd from /dev/urandom) to the same rootfs and tried booting again unsuccessfully:
Image Type: MicroBlaze Linux Kernel Image (uncompressed)
Data Size: 41521588 Bytes = 40548.43 kB = 39.60 MB
MicroBlaze Processor Configuration :
Version............................9.4
Optimization.......................Performance
Interconnect.......................AXI-LE
MMU Type...........................Full_MMU
No of PC Breakpoints...............1
No of Read Addr/Data Watchpoints...0
No of Write Addr/Data Watchpoints..0
Instruction Cache Support..........on
Instruction Cache Base Address.....0x80000000
Instruction Cache High Address.....0xbfffffff
Data Cache Support.................on
Data Cache Base Address............0x80000000
Data Cache High Address............0xbfffffff
Exceptions Support................on
FPU Support.......................off
Hard Divider Support...............on
Hard Multiplier Support............on - (Mul64)
Barrel Shifter Support.............on
MSR clr/set Instruction Support....on
Compare Instruction Support........on
PVR Supported......................on
PVR Configuration Type.............Full
Data Cache Write-back Support......off
Fault Tolerance Support............off
Stack Protection Support...........off
Connected to "mb" target. id = 0
Starting GDB server for "mb" target (id = 0) at TCP port no 1234
System Reset .... DONE
Downloading Program -- simpleImage.mb
section, .text: 0x80000000-0x802a2b27
section, .init.text: 0x80359000-0x803727a3
section, .init.ivt: 0x803749c0-0x803749e7
section, .note.gnu.build-id: 0x00000000-0x00000023
section, __fdt_blob: 0x802a2b28-0x802aab27
section, .rodata: 0x802ab000-0x8032085f
section, __ksymtab: 0x80320860-0x803254f7
section, __ksymtab_gpl: 0x803254f8-0x80327f17
section, __ksymtab_strings: 0x80327f18-0x803380f6
section, __param: 0x803380f8-0x80338417
section, __modver: 0x80338418-0x80338fff
section, __ex_table: 0x80339000-0x8033a59f
section, .sdata2: 0x8033a5a0-0x8033afff
section, .data: 0x8033b000-0x8035809f
section, .init.data: 0x803727a4-0x803749bf
section, .init.setup: 0x803749e8-0x80374cdb
section, .initcall.init: 0x80374cdc-0x80374fa3
section, .con_initcall.init: 0x80374fa4-0x80374fab
section, .init.ramfs: 0x80374fac-0x827991b3
section, .bss: 0x8279a000-0x827abb7b
I've also tried the same test with a plain Petalinux image and none of my application code or other customizations to rule out a configuration issue. Additionally, I've tried updating Vivado to 2015.2 and rebuilding the FPGA image, also with no success.
FYI, here is the TCL script used to load the images:
fpga -f system_top.bit
connect mb mdm
after 2000
dow simpleImage.mb
con
disconnect 0
I've done a bunch of research on initramfs and haven't seen anything that points to a size limit (except as it relates to RAM size). Anyone have an idea what's going on?
Thanks!
-Nick

Some additional information:
When the system fails to boot, there is no error message displayed either on the XMD window or the linux console output. The console remains blank.
I have been able to add random files to the ramdisk that do not push the size over the 32MB boundary and the system successfully boots.

Similar Messages

  • Iphoto is not able to load my pictures

    Hello I have a problem while running iphoto. The program is not able to load my pictures it gets stock searching for pictures and does not displays a single image, none of the commands respond
    Can you give an advice.
    How can I reinstall this program.
    as you can see I'm not an apple expert yet.
    ilamp   Mac OS X (10.3.9)  

    Oh dear!
    Well I would start by deleting iPhoto and it's files. Do not touch the iPhoto Library folder found in the Pictures folder.
    To reinstall iPhoto...
    Navigate to /Applications and drag iPhoto to the trash
    Navigate to /Library/Receipts and drag all iPhoto receipts to the trash
    Navigate to ~/Library/Preferences and drag com.apple.iPhoto.plist to the trash.
    Look at this link and see what info pertains to you to reinstall iPhoto from your computer discs.
    How to restore your Apple software
    Mac OS X 10.4: Restoring applications from a Mac OS X 10.2 Software Restore disc
    Look all the way down the page for a downloadable version of Software restore to use in Tiger that works with your OS 10.2 computer specific software.
    Install iPhoto.
    Run Software Update and update iPhoto.
    Hopefull you will be able to open your iPhoto Library.
    Lori

  • PLEASE HELP:not able to load a simple servlet

    Hi,
    I'm new to weblogic server.I'm trying to setup weblogic 510.Everything was
    going fine until I got stuck to this small thing.I'm not able to load a
    simple servlet!.
    I would appreciate any pointers regarding this.Please Help me!!!
    Here is what I tried:
    I have installed weblogic510 plug-in for IIS.I could successfully run jsp
    files.However I am not able to load simple servlets;It gave an exception
    "java.lang.IllegalAccessError: try to access class
    weblogic/utils/classloaders/FileSource from class
    weblogic/servlet/internal/WarClassFinder"
    Details of my configuration:
    WebServer - IIS 4.0
    IIS port=80
    Weblogic port=7001
    I had set it in such a way that all the requests first go to IIS and then
    IIS redirects them to Weblogic.I've followed the steps according to the
    document "Installing the Weblogic ISAPI Plug-in".
    I've registered the servlet in weblogic.properties as following:
    weblogic.httpd.register.hello=examples.servlets.HelloWorld2
    I tested the servlet by URL http://localhost:7001/hello
    Following is the eact text for the exception I got in the WeblogicServer
    window:
    Mon Jul 24 12:13:13 PDT 2000:<E> <ServletContext-General> Error loading
    servlet:
    examples.servlets.HelloWorld2
    java.lang.IllegalAccessError: try to access class
    weblogic/utils/classloaders/Fi
    leSource from class weblogic/servlet/internal/WarClassFinder
    at
    weblogic.servlet.internal.WarClassFinder.getSource(WarClassFinder.jav
    a, Compiled Code)
    at
    weblogic.servlet.internal.WarClassFinder.getClassSource(WarClassFinde
    r.java:110)
    at
    weblogic.utils.classloaders.GenericClassLoader.findLocalClass(Generic
    ClassLoader.java:381)
    at
    weblogic.utils.classloaders.GenericClassLoader.reallyLoadClass(Generi
    cClassLoader.java, Compiled Code)
    at
    weblogic.utils.classloaders.RecursiveReloadOnModifyClassLoader$Slave.
    loadClass(RecursiveReloadOnModifyClassLoader.java:234)
    at
    weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClass
    Loader.java:146)
    at
    weblogic.utils.classloaders.RecursiveReloadOnModifyClassLoader.findLo
    calClass(RecursiveReloadOnModifyClassLoader.java:109)
    at
    weblogic.utils.classloaders.GenericClassLoader.reallyLoadClass(Generi
    cClassLoader.java, Compiled Code)
    at
    weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClass
    Loader.java:172)
    at
    weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClass
    Loader.java:146)
    at
    weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubI
    mpl.java:291)
    at
    weblogic.servlet.internal.ServletStubImpl.getServlet(ServletStubImpl.
    java:164)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
    pl.java:99)
    at
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletCon
    textImpl.java:742)
    at
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletCon
    textImpl.java:686)
    at
    weblogic.servlet.internal.ServletContextManager.invokeServlet(Servlet
    ContextManager.java:247)
    at
    weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.jav
    a:361)
    at
    weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:261)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    Mon Jul 24 12:13:13 PDT 2000:<E> <ServletContext-General> Servlet failed
    with Ex
    ception
    I dont think there were any problems in the classpath or
    servletpath;Basically WeblogicServer was able to locate the servlet but when
    it tried to load the servlet it gave this exception.
    I would appreciate any ideas/suggestions.
    Thanks,
    Sravan

    Nice to hear it works!
    However, one mistake you have in the configuration you provided:
    You put D:\weblogic\BDL\servletclasses in both CLASSPATH and
    weblogic.class.path, remove it from CLASSPATH.
    Cheers - Wei
    Sravan Thella <[email protected]> wrote in message
    news:[email protected]...
    Hi Michael and Wei,
    Thank you very much for the response.
    My servlet details:
    Name - HelloWorld2.class
    package - examples.servlets
    Location - d:\weblogic\BDL\servletclasses ---- here BDL is my new folder
    where I want to keep my servlets
    My CLASSPATH(environment) settings:
    D:\weblogic\BDL\servletclasses;d:\weblogic\classes\boot;d:\weblogic\eval\clo
    >
    udscape\lib\cloudscape.jar;d:\weblogic\lib\poolorb.jar;D:\java\jre\lib\rt.ja
    r;
    my weblogic classpath settings(set it thru wlconfig)
    D:\weblogic\BDL\servletclasses;d:\weblogic\classes\boot;d:\weblogic\eval\clo
    >
    udscape\lib\cloudscape.jar;d:\weblogic\lib\poolorb.jar;D:\java\jre\lib\rt.ja
    r;
    My weblogic.policy:
    grant codeBase "file:d:/weblogic/-" {
    permission java.io.FilePermission "d:${/}weblogic${/}-",
    "read,write,delete,execute";
    permission java.net.SocketPermission "localhost:1-9000",
    "connect,accept,listen,resolve";
    permission java.awt.AWTPermission "accessClipboard";
    permission java.awt.AWTPermission "accessEventQueue";
    permission java.awt.AWTPermission "showWindowWithoutWarningBanner";
    permission java.io.SerializablePermission"enableSubclassImplementation";
    permission java.io.SerializablePermission "enableSubstitution";
    permission java.lang.RuntimePermission "accessClassInPackage.*";
    permission java.lang.RuntimePermission "accessDeclaredMembers.*";
    permission java.lang.RuntimePermission "createClassLoader";
    permission java.lang.RuntimePermission "createSecurityManager";
    permission java.lang.RuntimePermission "defineClassInPackage.*";
    permission java.lang.RuntimePermission "exitVM";
    permission java.lang.RuntimePermission "getClassLoader";
    permission java.lang.RuntimePermission "createClassLoader";
    permission java.lang.RuntimePermission "getProtectionDomain";
    permission java.lang.RuntimePermission "loadLibrary.*";
    permission java.lang.RuntimePermission "modifyThread";
    permission java.lang.RuntimePermission "modifyThreadGroup";
    permission java.lang.RuntimePermission "readFileDescriptor";
    permission java.lang.RuntimePermission "setContextClassLoader";
    permission java.lang.RuntimePermission "setFactory";
    permission java.lang.RuntimePermission "setIO";
    permission java.lang.RuntimePermission "setProtectionDomain";
    permission java.lang.RuntimePermission "setSecurityManager";
    permission java.lang.RuntimePermission "writeFileDescriptor";
    permission java.lang.reflect.ReflectPermission "suppressAccessChecks";
    permission java.net.NetPermission "requestPasswordAuthentication";
    permission java.net.NetPermission "setDefaultAuthenticator";
    permission java.security.SecurityPermission "getPolicy";
    permission java.security.SecurityPermission "setPolicy";
    permission java.util.PropertyPermission "*", "read,write";
    grant codeBase "file:d:/weblogic/BDL/servletclasses/-" {
    permission java.io.FilePermission
    "d:${/}weblogic${/}BDL{/}servletclasses{/}-", "read,write,delete,execute";
    permission java.net.SocketPermission "localhost:1-9000",
    "connect,accept,listen,resolve";
    permission java.awt.AWTPermission "accessClipboard";
    permission java.awt.AWTPermission "accessEventQueue";
    permission java.awt.AWTPermission "showWindowWithoutWarningBanner";
    permission java.io.SerializablePermission"enableSubclassImplementation";
    permission java.io.SerializablePermission "enableSubstitution";
    permission java.lang.RuntimePermission "accessClassInPackage.*";
    permission java.lang.RuntimePermission "accessDeclaredMembers.*";
    permission java.lang.RuntimePermission "createClassLoader";
    permission java.lang.RuntimePermission "createSecurityManager";
    permission java.lang.RuntimePermission "defineClassInPackage.*";
    permission java.lang.RuntimePermission "exitVM";
    permission java.lang.RuntimePermission "getClassLoader";
    permission java.lang.RuntimePermission "createClassLoader";
    permission java.lang.RuntimePermission "getProtectionDomain";
    permission java.lang.RuntimePermission "loadLibrary.*";
    permission java.lang.RuntimePermission "modifyThread";
    permission java.lang.RuntimePermission "modifyThreadGroup";
    permission java.lang.RuntimePermission "readFileDescriptor";
    permission java.lang.RuntimePermission "setContextClassLoader";
    permission java.lang.RuntimePermission "setFactory";
    permission java.lang.RuntimePermission "setIO";
    permission java.lang.RuntimePermission "setProtectionDomain";
    permission java.lang.RuntimePermission "setSecurityManager";
    permission java.lang.RuntimePermission "writeFileDescriptor";
    permission java.lang.reflect.ReflectPermission "suppressAccessChecks";
    permission java.net.NetPermission "requestPasswordAuthentication";
    permission java.net.NetPermission "setDefaultAuthenticator";
    permission java.security.SecurityPermission "getPolicy";
    permission java.security.SecurityPermission "setPolicy";
    permission java.util.PropertyPermission "*", "read,write";
    I dont know what is wrong here. In the weblogic.policy file,I tried
    differrent combinations but it never worked.
    I find weblogic documentation for troubleshooting to be pathetic.Notuseful
    at all.Documentation looks
    good to read ;not for practical purposes.I'm not sure whether others have
    similar opinion.
    I'm stuck at this thing for the past few days,I still have lot of work todo
    to purusue our management team to buy weblogic
    but I'm still stuck at this thing.
    Thank you very much for your time.
    Thanks,
    Sravan
    "Sravan Thella" <[email protected]> wrote in message
    news:[email protected]...
    Hi,
    I'm new to weblogic server.I'm trying to setup weblogic 510.Everything
    was
    going fine until I got stuck to this small thing.I'm not able to load a
    simple servlet!.
    I would appreciate any pointers regarding this.Please Help me!!!
    Here is what I tried:
    I have installed weblogic510 plug-in for IIS.I could successfully runjsp
    files.However I am not able to load simple servlets;It gave an exception
    "java.lang.IllegalAccessError: try to access class
    weblogic/utils/classloaders/FileSource from class
    weblogic/servlet/internal/WarClassFinder"
    Details of my configuration:
    WebServer - IIS 4.0
    IIS port=80
    Weblogic port=7001
    I had set it in such a way that all the requests first go to IIS andthen
    IIS redirects them to Weblogic.I've followed the steps according to the
    document "Installing the Weblogic ISAPI Plug-in".
    I've registered the servlet in weblogic.properties as following:
    weblogic.httpd.register.hello=examples.servlets.HelloWorld2
    I tested the servlet by URL http://localhost:7001/hello
    Following is the eact text for the exception I got in the WeblogicServer
    window:
    Mon Jul 24 12:13:13 PDT 2000:<E> <ServletContext-General> Error loading
    servlet:
    examples.servlets.HelloWorld2
    java.lang.IllegalAccessError: try to access class
    weblogic/utils/classloaders/Fi
    leSource from class weblogic/servlet/internal/WarClassFinder
    at
    weblogic.servlet.internal.WarClassFinder.getSource(WarClassFinder.jav
    a, Compiled Code)
    at
    weblogic.servlet.internal.WarClassFinder.getClassSource(WarClassFinde
    r.java:110)
    at
    weblogic.utils.classloaders.GenericClassLoader.findLocalClass(Generic
    ClassLoader.java:381)
    at
    weblogic.utils.classloaders.GenericClassLoader.reallyLoadClass(Generi
    cClassLoader.java, Compiled Code)
    at
    weblogic.utils.classloaders.RecursiveReloadOnModifyClassLoader$Slave.
    loadClass(RecursiveReloadOnModifyClassLoader.java:234)
    at
    weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClass
    Loader.java:146)
    at
    weblogic.utils.classloaders.RecursiveReloadOnModifyClassLoader.findLo
    calClass(RecursiveReloadOnModifyClassLoader.java:109)
    at
    weblogic.utils.classloaders.GenericClassLoader.reallyLoadClass(Generi
    cClassLoader.java, Compiled Code)
    at
    weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClass
    Loader.java:172)
    at
    weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClass
    Loader.java:146)
    at
    weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubI
    mpl.java:291)
    at
    weblogic.servlet.internal.ServletStubImpl.getServlet(ServletStubImpl.
    java:164)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
    pl.java:99)
    at
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletCon
    textImpl.java:742)
    at
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletCon
    textImpl.java:686)
    at
    weblogic.servlet.internal.ServletContextManager.invokeServlet(Servlet
    ContextManager.java:247)
    at
    weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.jav
    a:361)
    at
    weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:261)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java,Compiled
    Code)
    Mon Jul 24 12:13:13 PDT 2000:<E> <ServletContext-General> Servlet failed
    with Ex
    ception
    I dont think there were any problems in the classpath or
    servletpath;Basically WeblogicServer was able to locate the servlet butwhen
    it tried to load the servlet it gave this exception.
    I would appreciate any ideas/suggestions.
    Thanks,
    Sravan

  • I received a 1st Gen IPad from a supplier as a gift to promote their products. They used their Apple account to load the apps.  I am not able to load my own apps because their apple user is the one that pops up. How can I change it to mine?

    I received a 1st Gen IPad from a supplier as a gift to promote their products. They used their Apple account to load the apps.  I am not able to load my own apps because their apple user is the one that pops up. How can I change it to mine?

    Set it up as new device, explained in this article, without using the backup afterwards:
    How to back up your data and set up as a new device

  • Not able to connect linux database instance in another machine

    Hi,
    I have installed oracle 10g database server in Linux, and i created one database instance. and i have added tns entry and listener entry.
    I am to connect the database on that machine. but not in different machine. i am able to access/ping linux machine in another machine also.
    while creating tns entry for linux database instance in another machine using "netca" i am getting this error.
    Connecting...ORA-12560: TNS:protocol adapter error
    The test did not succeed.
    Some of the information you provided may be incorrect.
    Click Back to review the information provided for net service name, or Change Login to change username.
    I verified listener and tns entry ( i think for this listener configuration is enough) also. and database is up.
    If anybody knows why i am not able to connect linux database in another machine. is there any network configurations other than listener configuration.
    Thanks in advance.

    yes i tried to connect with ORACLE_SID, its successful. and using tnsname like you said.
    Instead of using netca to create the tnsnames.ora entry on the second server, copy the tnsnames.ora entry from the DB server. Then use tnsping to test connection :-i done above but not able to ping the tns name, i am getting this error.
    TNS-12560: TNS:protocol adapter error
    ------------------------------------------------

  • I own a Canon 6D and just bought Photoshop CS6 and I am not able to open my raw images into Photoshop CS6. What do I do to fix this?

    I own a Canon 6D and just bought Photoshop CS6 and I am not able to open my raw images into Photoshop CS6. I downloaded the camera raw and dng converter for it, but realized in the process that the one I downloaded does not work with my Mac version, 10.9.5.

    Camera Raw plug-in | Supported cameras
    Camera Raw-compatible Adobe applications
    Mylenium

  • Not able to load master data

    HI Friends,
    I am not able to load data in master data even after deleting the master data. when i am schedule then the data is not even load in PSA , I am using the SRM as source system,
    The SRM is refreshed every quater so we need to re load the data from that system.
    Can you please suggest how to go about as it is very urgent ,
    I have checked that the connection is working fine but there is one short dump that is coming
    this is information that st22 is provding
    The termination occurred in the ABAP program "SAPLRSS1 " in                   
    "RSM1_CHECK_FOR_DELTAUPD".                                                   
    The main program was "RSPROCESS ".                                                                               
    The termination occurred in line 1361 of the source code of the (Include)     
    program "LRSS1F11 "                                                          
    of the source code of program "LRSS1F11 " (when calling the editor 13610).    
    The program "SAPLRSS1 " was started as a background job.                      
    Thanks
    Raju

    Hi Raju,
    Very strange to see your dump mesg when you are doing full load.
    Are you sure this dump is realted to your load.
    Check if your transfer structure is active or try doing following steps:
    1. Kill all the jobs runing in BW system.
    2. Delete all the data in all the realted data targets and infoobjects.
    3. Then try uploading data one by one.
    Ans why dont your try uploading data first only to PSA.
    Regards,
    Rohini

  • I am not able to share a blogpost image on facebook using the open graph meta-tag for the blogpost image.

    Dear Members,
    I am wrestling a few days now, and still not able to get a blogpost image into the facebook share-box.
    This is the link where i am talking about:
    Top 10 Celebrities on Holiday in Saint Tropez
    I have 2 issues:
    1
    Below ( under the blog-post ) you'll find my facebook like button.
    When i like the blog-post, the share-box pops up BUT without the blog image.
    I put the link in the debugger window from Facebook, but it tells me that the open graph tag for a image is not proper defined.
    this is the link to facebook debugger : https://developers.facebook.com/tools/debug/
    So i created this meta-tag :  <meta property="og:image" content="/_assets/images/blog/img-{tag_blogpostid}.jpg" />
    and put it inside the head of the html code for the detailed blog post lay-out ( site-manager/module-templates/Blog lay-outs/Blog post detail lay-out )
    2
    I dont know how i must specify the URL to be liked on facebook.
    My blog-list url = http://www.duvanduvan.com/blog  BUT i have to specify the url for a single blogpost item, but have no idea what to specify. i tried different url's like : duvanduvan.com/blog/{tag_itemurl} etc.... with no result
    Can you also help me out here?
    I really tried everything i possibly know off but without result :-(
    Can somebody help me out here?
    Much much appreciated.
    Stefan.

    try selecting music from the top bar check the songs you want, then sync

  • Not able to display a dynamic image

    I'm not able to display a dynamic image on Adobe print form.
    Here is what I did.
    Please let me know what I need to do to get this working...
    1. Created a Graphics node in the Context of the Adobe form.
    2. In the URL tab of the graphics node defined the following two lines:
         <URL pointing to the MIME repository folder>
         IM_FILENAME_1
         Where IM_FILENAME_1 is being passed to the Adobeform function module.
    3. In the Layout mode, dragged and dropped the Graphics node from the
        contenxt tab to the form layout. On doing so it appears as a image field in the form layout.
    4. Activated the form.
    BUT, when I run the form , the image is not showing up.
    The idea is to pass the image file name to the form so that it will show up a dynamic image at run time.
    PLEASE HELP.

    Hi Atul,
    Try this, that should work.
    In the interface , define a parameter type string where you will store the URL of the image .
    In the initialization part of the interface , check if the URL is defined, in case it's empty define a default URL . You should put the compelte URL of the image like "http://www.company.org:8080/logo.logo.jpg" .
    Then link this parameter to the Grpahic Node in the URL parameters .
    Let me know if that works

  • Hi i am not able to load any google sites ie gmail,orkut,youtube(login),,etc

    hi i am not able to load any google sites ie gmail,orkut,youtube(login),,etc
    when i tryied to open sites like www.gmail.com i got error msg as:
    The connection was interrupted
    The connection to www.google.com was interrupted while the page was loading.
    * The site could be temporarily unavailable or too busy. Try again in a few
    moments.
    * If you are unable to load any pages, check your computer's network
    connection.
    * If your computer or network is protected by a firewall or proxy, make sure
    that Firefox is permitted to access the Web.
    i am currently using firefox 3.6.10 so what to do to fix this pblm?

    Make sure that your security software (firewall) isn't blocking or interrupting that connection.
    Do a malware check with a few malware scan programs.<br />
    You need to use all programs because each detects different malware.<br />
    Make sure that you update each program to get the latest version of the database before doing a scan.<br />
    <br />
    * http://www.malwarebytes.org/mbam.php - Malwarebytes' Anti-Malware
    * http://www.superantispyware.com/ - SuperAntispyware
    * http://www.safer-networking.org/en/index.html - Spybot Search & Destroy
    * http://www.lavasoft.com/products/ad_aware_free.php - Ad-Aware Free
    * http://www.microsoft.com/windows/products/winfamily/defender/default.mspx - Windows Defender: Home Page
    See also "Spyware on Windows": http://kb.mozillazine.org/Popups_not_blocked and [[Searches are redirected to another site]]

  • My ipod is not able to load my contacts when i select it

    my ipod is not able to load my contacts when i select it. Can u help me please??

    From which computer app (name and version)  are you trying to load (really sync) the contacts?
    What computer OS and version are you using?
    What iOS version?

  • Camera Raw not able to load lense correction profiles

    Hi there,
    like the topic says.. I am not able to load lense correction profiles and get always the error message. I have the newest version (Creative Cloud Member) of Photoshop CC 2014 15.2.2 and my Mac OSX is up to date. With older versions (when I start from a backup it is working fine!? So what can I do?! I dont want to run PS from my backup folder.. it hast to work with the actual release as well. I did not change anything.. already tried with uninstalling and reinstalling PS. But it didn´t solve the problem.

    Possibly a reset to both Bridge and Camera Raw is in order. First, close Bridge. Now hold Cmd+Opt+Shift as you restart it. A box will appear; Place a check mark on all three options and hit "ok." Now, again, Cmd+Opt+Shift as you "open in Camera Raw."
    See is this helps.
    Benjamin

  • I have a sony handy cam dcr-sr85 that is not able to load to iMovie

    I have a sony handy cam dcr-sr85 that is not able to load to iMovie .Does anyone have any ideas .I think maybe  I need to download  a driver but I'm not sure . A free one would be nice. Thanks Steve

    Is it listed here as supported?
    iMovie 11 - cameras supported:
    http://help.apple.com/imovie/cameras/en/index.html?lang=en_US
    iMovie 9 - cameras supported:
    http://support.apple.com/kb/HT3290?viewlocale=en_US
    iMovie 8 Camcorders supported:
    http://support.apple.com/kb/HT1014
    Digital camera RAW formats supported by OS X Lion:
    http://support.apple.com/kb/HT4757?viewlocale=en_US
    Digital camera RAW formats supported by OS X Snow Leopard:
    http://support.apple.com/kb/HT3825?viewlocale=en_US
    Are you connecting by firewire?

  • ERROR ITMS-9000: "Images larger than 2000000 pixels are not allowed in books

    How to reduce image to resolve following issue ?
    ERROR ITMS-9000: "Images larger than 2000000 pixels are not allowed in books
    Thanks.

    Hi there djking!
    I have an article for you here that can help you with that issue. The article is all about adding images to your books, and can be found here:
    iBooks Author: Add and edit photos and other images
    http://support.apple.com/kb/PH2797
    Thanks for using the Apple Support Communities!
    Cheers,
    Braden

  • Can I print a image larger than 4x6 directly from iPad's photo application to a HP Air Print printer without a additional app?

    Can I print a image larger than 4x6 directly from iPad's photo application to a HP Air Print printer without a additional app?

    jerryone1942 wrote:
    Can I print a image larger than 4x6 directly from iPad's photo application to a HP Air Print printer without a additional app?
    It depends upon the capabilities of your printer. If you have an HP printer with a photo tray then the Photo app will print to whatever size you load in to that tray.
    There's some more information here:
    Using AirPrint to Print Various Photo Sizes
    With other printers the user is given a choice from the printer's loaded paper sizes. You can see an example of that here:
    The Many Faces of the iOS Print Panel

Maybe you are looking for

  • Error in webdynpro application using RFC's

    Hii, I have a webdynpro application where i use RFC to add a new customer to the database.I have used datacust and Uicust to do the corresponding coding.While running the application, values are not getting added from the front-end...giving an error

  • CSV to Oracle Table

    Hi In BLT I am FTPing a CSV file with approx 7000 lines, then loading it with "TextLoader" and parsing with "FlatFileParser" then stepping through with a repeater running an SQL insert. It all works OK, but takes about half an hour, I was wondering i

  • Distribute IDoc via BAPI_SALESORDER_CREATEFROMDAT2

    Hello, I am successfully creating a sales order with the BAPI BAPI_SALESORDER_CREATEFROMDAT2 from an external system via the SAP .Net Connector.  I would like to generate an IDoc to send an order confirmation to the partner via message type ORDERSP.

  • How uninstall Magic Mouse software? due Wacom installer conflict?

    I am quite happy with my Magic Mouse but I am 90% certain it is causing the latest Wacom update installer to fail. I have three OS partitions on my Mac Pro: 1. Main boot drive: Installed magic mouse....OK, then installed latest Wacom update....failed

  • How to transfer videos from window PC to iPad

    Can anyone help me with process for transfering video from Window PC to my iPad mini .