SDcard for FRDM-K64F?

Hi
Have followed all the instructions, however the response from the serial port is:
No disk, or could not put SD card in to SPI idle state
Didn't get a response from the disk
Set 512-byte block timed out
configdb_load_to_db error: Unable to open file, trying to recover from the temporal one
configdb_load_to_db error: temporal settings file is unavailable
ERROR: Unable to read configuration file(s).  Check that ini file(s) exists in your application directory.
Have used the MBED sample code for the board: FTF2014_workshop - | mbed and the SD card reads and writes ok, so the card slot works.
I have both 2gb & 4gb SDcards, they seem to work with other boards.
Any special formatting or setup needed?
I've not been able to get the virtual serial port working either.....
thanks for any suggestions
gb

Hi
Yes, I have the Java folder as the root, with just the .ini file inside that.
It looks like SDcard access with Mbed type devices can be a bit tricky, probably just need to try some different cards?
Mine are both Sandisk....
with thanks
gb

Similar Messages

  • Proxy client (over USB connection) with DHCP assigned IP address doesn't work with FRDM-K64F

    Hello,
    after reading about the issues on this forum with a static IP address on the Freescale FRDM-K64F board I went for an DHCP address but I can't get the proxy client to work over a USB connection with DHCP either.
    My console tells me the following:
    RTC Time: Wed 2014-01-01 00:07:27
    Network initialized
    IP Address:      10.143.xxx.yyy (xxx and yyy is real numbers, just changing them for the forum to letters)
    Subnet mask:     255.255.252.0
    Gateway:         10.143.xxx.yyy
    MAC-address:     00:0c:00:06:70:00
    And when I try o to connect with the following command :
    java -jar proxy.jar -socket 10.143.xxx.yyy
    I get the following output and no CLI interface:
    Trying to open socket connection with device: 10.143.xxx.yyy:2201
    Connected to the socket: Socket[addr=/10.143.xxx.yyy,port=2201,localport=49605]
    Open channel 8 with hash 0x130399b3
    Channel 8 CLOSED -> OPENED
    notifyResponse AVAILABLE_RESPONSE on channel 8
    Channel 8 OPENED -> AVAILABLE
    Open channel 9 with hash 0x0
    Channel 8 AVAILABLE -> REQUEST_SENT
    notifyResponse ACK_RESPONSE on channel 8
    Channel 8 REQUEST_SENT -> ACKNOWLEDGED
    Channel 8 ACKNOWLEDGED -> DATA_SENT
    notifyResponse AVAILABLE_RESPONSE on channel 8
    Channel 8 DATA_SENT -> AVAILABLE
    Channel 8 AVAILABLE -> REQUEST_SENT
    notifyResponse ACK_RESPONSE on channel 8
    Channel 8 REQUEST_SENT -> ACKNOWLEDGED
    Channel 8 ACKNOWLEDGED -> DATA_SENT
    notifyResponse AVAILABLE_RESPONSE on channel 8
    Channel 8 DATA_SENT -> AVAILABLE
    Channel 8 AVAILABLE -> REQUEST_SENT
    notifyResponse ACK_RESPONSE on channel 8
    Channel 8 REQUEST_SENT -> ACKNOWLEDGED
    Channel 8 ACKNOWLEDGED -> DATA_SENT
    notifyResponse AVAILABLE_RESPONSE on channel 8
    Channel 8 DATA_SENT -> AVAILABLE
    Channel 8 AVAILABLE -> REQUEST_SENT
    notifyResponse ACK_RESPONSE on channel 8
    Channel 8 REQUEST_SENT -> ACKNOWLEDGED
    Channel 8 ACKNOWLEDGED -> DATA_SENT
    notifyResponse AVAILABLE_RESPONSE on channel 8
    Channel 8 DATA_SENT -> AVAILABLE
    Channel 8 AVAILABLE -> REQUEST_SENT
    notifyResponse ACK_RESPONSE on channel 8
    Channel 8 REQUEST_SENT -> ACKNOWLEDGED
    Channel 8 ACKNOWLEDGED -> DATA_SENT
    notifyResponse AVAILABLE_RESPONSE on channel 8
    Channel 8 DATA_SENT -> AVAILABLE
    Channel 8 AVAILABLE -> REQUEST_SENT
    notifyResponse ACK_RESPONSE on channel 8
    Channel 8 REQUEST_SENT -> ACKNOWLEDGED
    Channel 8 ACKNOWLEDGED -> DATA_SENT
    notifyResponse AVAILABLE_RESPONSE on channel 8
    Channel 8 DATA_SENT -> AVAILABLE
    Channel 8 AVAILABLE -> REQUEST_SENT
    notifyResponse ACK_RESPONSE on channel 8
    Channel 8 REQUEST_SENT -> ACKNOWLEDGED
    Channel 8 ACKNOWLEDGED -> DATA_SENT
    notifyResponse AVAILABLE_RESPONSE on channel 8
    Channel 8 DATA_SENT -> AVAILABLE
    Channel 8 AVAILABLE -> REQUEST_SENT
    notifyResponse ACK_RESPONSE on channel 8
    Channel 8 REQUEST_SENT -> ACKNOWLEDGED
    Channel 8 ACKNOWLEDGED -> DATA_SENT
    notifyResponse AVAILABLE_RESPONSE on channel 8
    Channel 8 DATA_SENT -> AVAILABLE
    I don't know if this matter but my java version is:
    java version "1.8.0_31"
    Java(TM) SE Runtime Environment (build 1.8.0_31-b13)
    Java HotSpot(TM) 64-Bit Server VM (build 25.31-b07, mixed mode)
    Any ideas or am I missing something completely?
    Thanks
    Andy

    Hi, Andy. Please excuse my ignorance, I am very new at this ME embedded stuff. I had my challenges, but was finally able to get my board up with a static address. I went through a lot of headaches, but finally got the board flashed with the latest bin. I then updated the jwc_properties.ini file on the SD card to include:
    # Whether static configuration or DHCP server is used do get IP address. Possible values: dhcp,static
    ip.method = static
    # IP address,used with static IP configuration only
    ip.addr = 192.168.0.30
    # Network mask,used with static IP configuration only
    ip.netmask = 255.255.255.0
    # Network gateway,used with static IP configuration only
    ip.gateway = 192.168.0.1
    # DNS server,used with static IP configuration only
    ip.dns = 208.67.222.222
    # MAC address
    mac.addr = 01:02:03:04:05:06
    I was then put the card into the board, disconnected both USB cables, and then powered it up. From that point I was able to ping the board. I can now use Device Manager in NetBeans to connect to the device.
    I am struggling quite a bit with many issues. It seems that when I try to stop the app from NetBeans, the "please wait" dialog hangs forever. I have to use Windows Task Manager to kill the "JavaW" process tree and reconnect the board.
    I have also had trouble understanding the GPIO pin assignments. Another gotcha was trying to use the AutoStart feature. Since the sample app never cleanly exited, I thought that I bricked the board. The secret is to power it down, remove the SD card, and then delete all files EXCEPT the jwc_properties.ini file, put the SD card back in, then power up. It seems that the board forgets that the MIDlet was installed.
    Hope this helps others out there.
    Please everybody, post your experiences here. There seem to be very few of us, and finding pearls in the dust is rare right now.
    Regards,
    Pete

  • Freescale FRDM-K64F sending data over CANBUS.....

    I have setup J2ME embedded 8.1 on the FRDM-K64F. I was able to work with reconfigured GPIO  and access the accelerometer via I2C.
    How do you initialize and send data using CAN interface on the FRDM-K64F?

    To clearify for me, Are you stating the J2ME (at this time) can not use the CAN feature on frdm-k64f.....
    http://developer.mbed.org/platforms/frdm-k64f/

  • Form-factor of Arduino R3 pin layout on FRDM-K64F

    Hello,
    I have just got my FRDM-K64F board and I'd like to add a few sensors to it to test it out. I've read that the board has a form-factor of Arduino™ R3 pin layout and I am not sure what that means when I am buying sensors (i2C, SPI, UART interfaces) for this board. I understand that I can just connect any sensor using a breadboard and cables but I was thinking that maybe this Arduino R3 pin layout is something that makes it easier?
    As you probably can see, my HW skills a nothing to brag about....
    Many Thanks
    Andy

    Hi Andy,
    we've experienced the board with GSM modem arduino shield without any problem. You only need to check revision of your board since one of the first version contains a bug with incorrect pin routing that affects I2C (or SPI I don't remember)
    /Sergey

  • Java ME on Freescale FRDM-K64F board

    Hi.
    I have a Freescale FRDM-K64F board and I'd like to know how to install the JavaME on it. Freescale doesn't has a Java dev kit, but it's a Cortex-M4.
    Have you ever tried something with this board or maybe have some clue?
    Regards.

    Hi Alexander.
    Thanks for the reply. It was really really fast
    Do you know any board that uses Cortex-M4 and runs JavaME? But not as expensive as a Keil MCBSTM32F400.
    Marco.

  • Freescale FRDM-K64F

    Now Java ME 8.1 SDK is available i started with installing it on my Freescale FRDM-K64F.
    I try to install Java ME on this device (I suppose this installs on the micro-sd card), but I don’t see anything appearing on the micro-sd card; is this normal? I followed the procedure in https://docs.oracle.com/javame/8.1/get-started-freescale-k64/install.htm#BABCHEEA
    Thanks.
    Guy

    Hi Guy, Sergey,
    You could do that, but that is optional. That is, if you don't want to change any of the properties from their default values (those are in stock jwc_properties.ini) you don't need to put the file on sd_card. In this case JMEE will use the romized (built into executable image) version of the file.
    Another thing is that on K64 the image of JMEE is written into on-chip flash. So it does not appear on sd_card as a result of pressing the "Flash" button
    Regards,
    Andrey

  • Q:Micro SD card for FRDM-K64

    Hello,
    I am installing Java ME 8.1 on my FRDM-K64 board and according to the installation guide I need a Micro SD card of 4GB (using a SDHC card is not recommended). I am really struggling finding such a card, maybe someone knows where to buy one. I have searched RadioShack, BestBuy and Frys with no luck. Will it work with a bigger card?
    Thanks
    Andy

    Yes, Andy, they're virtually impossible to find.
    The non-HC design is an older technology.
    Vague memory (and I'm not going to look it up beyond a generic Google search) is that the two cards have a different density structure.
    I came across this same sort of issue a couple of years ago with a no-name MP3 player  --> SD worked while SDHC failed.
    As I type this, Newegg's web site has three and only three available for sale.
    Microcenter's web site and TigerDirect's web site each have a few available in the USA (your reference to Radio Shack suggests you are there).
    Other people will need to respond to let you knoe whether a HC card will function.   I have no knowledge on that.

  • Sdcard for recovery?

    Can I use an SDcard or USB drive for recovery " disk". Pavilion dm4 laptop.

    When requesting assistance, please provide the complete model name and product number (p/n) of the HP computer in question. HP/Compaq makes thousands of models of computers. Without this information it may be difficult or impossible to assist you in resolving your issue.
    The above requested information can be found on the bottom of your computer, inside the battery compartment or on the startup BIOS screen. Please see How Do I Find My Model Number or Product Number? for more assistance locating this information. DO NOT include your serial number. Please enter the model/product information into HP's Online Consumer Support page and post it here for our review.
    Typically, you can only use DVDs or a USB Flash drive to create your HP Recovery Media on. USB Hard drives and SD cards are not supported.
    If you have any further questions, please don't hesitate to ask.
    Please click the White KUDOS "Thumbs Up" to show your appreciation
    Frank
    {------------ Please click the "White Kudos" Thumbs Up to say THANKS for helping.
    Please click the "Accept As Solution" on my post, if my assistance has solved your issue. ------------V
    This is a user supported forum. I am a volunteer and I don't work for HP.
    HP 15t-j100 (on loan from HP)
    HP 13 Split x2 (on loan from HP)
    HP Slate8 Pro (on loan from HP)
    HP a1632x - Windows 7, 4GB RAM, AMD Radeon HD 6450
    HP p6130y - Windows 7, 8GB RAM, AMD Radeon HD 6450
    HP p6320y - Windows 7, 8GB RAM, NVIDIA GT 240
    HP p7-1026 - Windows 7, 6GB RAM, AMD Radeon HD 6450
    HP p6787c - Windows 7, 8GB RAM, NVIDIA GT 240

  • Java on FRDM K64F board

    Some interesting news:
    https://terrencebarr.wordpress.com/2014/09/28/now-available-java-me-8-1-in-190-kb-ram/
    Regards,
    Piotr

    Hi Alexander.
    Thanks for the reply. It was really really fast
    Do you know any board that uses Cortex-M4 and runs JavaME? But not as expensive as a Keil MCBSTM32F400.
    Marco.

  • FRDM-K64F set the realtime clock from code?

    Hi, all!
    I have read the docs about rtc.time in the jwc_properties.ini file. This works ok when installing, but when the device resets or power is cycled, the clock will be incorrect. Since my app is communicating with a server, it would be simple to get the current datetime from the server. But I have not found any way to set the current clock other than the jwc_properties.ini file. Is there a way I can do this in my app? Or can my app write to the jwc_properties.ini file and then restart itself?
    Thanks!

    Hi!
    Actually you can change the value of the property using the following method:
    Settings.setStringProperty("rtc.time", "2016:01:01:00:00:00");
    Your application shall exit after invoking this line in order for the property to be written into the file. Please note that the rtc is only updated from the property during power-up or reset of the MCU. So that the new time is not applied when your application restarts, you need to force MCU to restart. And because Java APIs are limited on k64 there seem to be no way to initiate that from the application
    Regards,
    Andrey

  • K64F JavaME 8.1 - programming in C

    I would like to combine Java and C programming on FRDM K64F board.
    Any suggestions are welcome.
    Regards,
    Piotr

    The goal of Java ME Embedded 8 on the FRDM-K64F is to cover most use cases directly in Java - such as interacting with hardware, etc (use DIO API, for example).
    Developing and running additional user C or native code alongside or integrated with Java ME Embedded 8 isn't supported 'out of the box' for a couple of reasons, such as limitations of the mbed OS (static linking, no support for loadable applications) as well as considerations related to reliability, platform-independence, and compliance on the Java side (3rd party native code can negatively affect the overall system and needs to be handled appropriately).
    It is certainly possible to integrate project-specific native code into the Java ME runtime but that requires a different development and delivery model (as part of the Oracle Java Platform Integrator program) - let me know if you're interested in discussing that.
    Best,
    -- Terrence

  • Lumia 620 and Class 10 SDcard.

    Hi guys, I am new to this forum. I am planning to buy a SDcard for my lumia 620. I am getting vague reviews about class 10 support with 620. Its working for some and not working for few. Kindly help me out. I know class 6 is prefered for my kind of device but in my region, class 6 and 10 costs both same, so going for class 10.  

    Hi,
    Class 10 card should work without issues. Phone supports upto 64Gb card. Good luck.
    If a reply has solved your problem click Accept as solution button, doing it will help others know the solution. Thanks.

  • How to open PDF file located on the SD card?

    The firefox browser has a cabability of opening the online PDF files. However, I cannot find a way to open the pdf files I have copied to the device's SD card via the USB connection.

    Hi,
    Thank you for this question, we don't yet have a way to read PDF files off of the sdcard on Firefox OS. Sorry for the inconvenience and thanks for your patience. There is a new app for exploring the sdcard (for sharing), so hopefully we'll have an app for reading PDF files coming soon.
    Best regards,
    Michelle

  • Expansion card installation ?

    Hi there. I am probably the only one out here who can't figure out how to install the darn SDcard for my PRO. I open the back and see the slot but can't figure out how to insert the card. I see a metal band and try to slide the card paralel to it but no go.
    What is obvious that I'm not getting?
    Just bought the phone after a upgrade from my 700p and am still getting used to the Windows OS.
    Post relates to: Treo 700p (Sprint)

    Quote from: Chike on 27-March-15, 09:23:57
    Although the table refer to CrossFire/SLI configuration you should still follow those rules when installing any kind of cards.
    e.g. if you use more than one card you should not use slot PCIE_E2 at all.
    Yes! This is what I was getting at...but I forgot to quote the following part (that confused me):
    Quote
    The table below shows the correlation between the PCIe slots bandwidth and multiple graphics cards.
    It talked about "multiple graphic cards", so I wondered whether the rules still applied if the other PCIe device was something else.
    So, yes, I will take your suggestion to follow the rules...regardless of what type of device.
    And, yes, like Nichrome & yourself have stated, I will consider the speed of the device & prioritize graphics card.
    Thanks alot guys! 

  • Yoga 13- the 20175 model

    I've been planning to buy the yoga 13 for a long time now. I've fell in love with this laptop and I want to buy the i5 CPU 8 GB ram model but it's a little pricy for me so I was looking for a second hand laptop on ebay, only not many laptops of this model are put to auction there so I'm thinking about  buying the i5 4 GB ram version- the 20175 model.
    The problem is that fro what I read on this board a lot of the people who have this model encountered problems with it
    (fan noise and etc.)
    From what I understand it was the first model of the yoga to be sold (including in bestbuy) and so naturally had some bugs.
    My question is whether I should take the risk and buy this model or should I pay the extra money and buy a later version of the Yoga like the one with the 8 GB ram?

    I would buy from someplace easy to return to, and be sure you can get warranty service. I bought an i7 from a sale on lenovo.com, and in a couple weeks it died. They advised me to return it rather than exchange or repair because too many hundreds were ahead of me. So i ordered a sale twist from their site, which got rejected because their new payment thru amazon option had a hiccup.
    With that twist no longer on sale, i heard someone got a refurb yoga on lenovo.com outlet, and watched that for a flood of possibilities. Too early; next i saw a modest sale on a 128gb yoga on their regular site, and couldn't resist another gamble for the truely best design. I used a cc that extends warrantee, and will buy a 128gb sdcard for storage that can last longer than the yoga.

Maybe you are looking for

  • Airport Express and Vista...

    I am running a wireless network off of my TC. I have recently added an airport express as an extender of that wireless network - this is when my problem started.... I can no longer connect to the network with my vista based sony laptop. The macs, can

  • Problem with merged help

    argggh. ok. i (thought i) followed peter grainge's merged help on a simple merged webhelp project, but am having a devil of a time producing the desired result, and updating the published files to show what's been merged (e.g., the child projects). t

  • Setting up RDP on Cisco 861 HELP !

    Hi, Before I installed the Cisco 861 I used a simple Linksys router and RDP worked just fine. I just forwarded port 3389 to the servers IP 192.168.0.1 and everything worked, I could log in into the server. Now I'm trying to set up RDP on a Cisco 861,

  • Accessing BO Info View in Portal

    Hi, Iam trying to access BO Info View in Portal.for that i created URL iview but iam facing issue. I am able to call BO info view from Portal. problem is if  preview that url iview from portal content it is working fine but if i attach that url iview

  • Documentation for Oracle 10g spatial

    Hi, Is there any documentation avilable for oracle spatial 10g ? Any link would be helpfull. Regards Vikesh