/dev/nvram does not exit

From: nick_faye (fcanoy_at_gmail.com)
Date: 06/23/04

  • Next message: Ullrich von Bassewitz: "Re: Linux development tools for TI TMS320C28x DSP?"
    Date: 23 Jun 2004 03:36:17 -0700
    
    

    hi,
        i am new to this thing so please bear with me. I am trying to
    determine the free space in my CMOS memory. What i did was
        cat /dev/nvram > /tmp/temp
    i tried editting/replacing a single character with another character
    in temp and write it back by
        cat /tmp/temp > /dev/nvram
    my problem is, this command does not exit no matter how long i wait.
    i have to press Ctrl-C to terminate it. i tried
        cat /dev/nvram > /tmp/temp
        cat /tmp/temp > /dev/nvram
    without editting any characters in temp and the command exits
    immediately. what happened? what did i do? please help. any inputs
    are very much welcome.

    nick_faye


  • Next message: Ullrich von Bassewitz: "Re: Linux development tools for TI TMS320C28x DSP?"

    Relevant Pages

    • Re: Base64-Encoding
      ... Now for two algorithms to convert data to Base64: ... -- Obtain conversion character ... Temp: Base64_Array; ... begin -- Coding ...
      (comp.lang.ada)
    • Re: StreamWriter and BinaryWriter
      ... Dim Temp as string = "This is a text" ... the resulting file 'Text.txt' has the same length than the string ... Each character occupies 2 bytes. ... If you open the Streamwriter without specifying an encoding, ...
      (microsoft.public.dotnet.languages.vb)
    • Re: convert string of hex characters to char
      ... I need to convert into a 100 character string. ...   unsigned long nVal; ... out of temp. ... but your trying to store actual char values in them. ...
      (comp.lang.c)
    • Re: Temp Table / Stored Procedure Question
      ... prefixed with a hash character. ... If in your stored procedures you have a SELECT.... ... Then you can perform a join as normal on the temp tables. ... For Blogs, FTP, Mail, Forums, Members Product Areas ...
      (microsoft.public.sqlserver.programming)