Giter Club home page Giter Club logo

Comments (2)

gabonator avatar gabonator commented on August 26, 2024

Copying files one by one into the eeprom is slow and wears out the eeprom chip possibly leading to its damage. It is much better to transfer whole filesystem image to the device in one single step. For this purpose there are following scripts:
https://github.com/gabonator/LA104/blob/master/system/scripts/imagefile_make_la104.sh
https://github.com/gabonator/LA104/blob/master/system/scripts/imagefile_copy_la104.sh

If you have your device attached to computer during it's startup, the computer will scan it and write some garbage there. During first run the gui shell application generates "thumbnails" of icons and when both computer and the device are writing to the eeprom, the filesystem gets corrupted (FAT table to be more precise). After copying the filesystem (either file by file, or by copying whole filesystem image) disconnect the device from computer and restart it. Go through all menus and highlight all icons to generate all of the thumbnails.

To sum it up:

  • learn how to transfer whole filesystem image (it is faster and more safe than formatting and copying file by file)
  • before first run disconnect the device from computer
  • go through all icons in the gui

from la104.

r3df0xx avatar r3df0xx commented on August 26, 2024

I solved this issue: erased eeprom via SAFE MODE (hold ESC button on while powering ON). Anyway appriciate your fast reply. Could you provide me instructions how to properly install apps to catch supported radio keyfobs save them and replay (transmit) ?

from la104.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.