Giter VIP home page Giter VIP logo

Comments (5)

umiddelb avatar umiddelb commented on July 16, 2024 4

This warning is displayed when you try to access an uninitialized on-disk u-boot environment.
If you have serial access you may just interrupt the boot process by typing CR and then:

saveenv
reset

saveenv stores the current u-boot working environment on disk. During startup u-boot initializes the working environment with the environment stored on disk, if this fails u-boot falls back to the built-in environment. IMHO the HK images are shipped with an uninitialized (or empty) u-boot environment.

from armhf.

umiddelb avatar umiddelb commented on July 16, 2024

Linux odroid 3.10.92-76

Btw. your kernel package isn't up to date.

from armhf.

g40 avatar g40 commented on July 16, 2024

Hello Uli and thanks again. saveenv/reset works perfectly.

your kernel package isn't up to date.

That's odd. https://github.com/mdrjr/odroid-utility claims it is. Which version are you running and how did you install it?

Thanks again.

from armhf.

umiddelb avatar umiddelb commented on July 16, 2024

Kernel version 3.10.96 is available.

You should have installed the kernel via

sudo apt-get install linux-image-xu3

It might be the case that the install package is held back, then

sudo apt-get upgrade linux-image-xu3

or manual interaction with sudo aptitude should fix this.

from armhf.

g40 avatar g40 commented on July 16, 2024

Thanks again Uli. I'll not hijack this issue any longer as it is definitely closed. However I tried the install linux-image-xu3 and it again claimed the kernel was up to date. I'll worry about that later :)

from armhf.

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.