Code Monkey home page Code Monkey logo

Comments (5)

julienchauveau avatar julienchauveau commented on June 24, 2024

Hello,

The kernel freeze might be related to the version of the bootloader you are using.

There is several versions available, here is a complete collection of bootloaders released for the Rockchip platforms: http://www.arctablet.com/blog/forum/firmware-development/rockchip-bootloader-collection-rk29xxloader-rk30xxloader-rk3168loader-rk3188loader/

You can update your board to the latest version of the bootloader, but you will have to do a 'lower format' of the NAND, then flash parameter and boot image again:

git clone https://github.com/neo-technologies/rockchip-pack-tools.git
cd rockchip-pack-tools
./upgrade_tool ef RK3188Loader\(L\)_V2.10.bin
./upgrade_tool ul RK3188Loader\(L\)_V2.10.bin
./upgrade_tool lf
./upgrade_tool rd
wget http://dl.radxa.com/rock/images/ubuntu/2013-12-17/parameter -O parameter-dualboot
./upgrade_tool di -p parameter-dualboot
./upgrade_tool rd
./upgrade_tool di -b ../boot.img # change path to your boot image
./upgrade_tool rd

Hoping this will help you...

from initrd.

TJC avatar TJC commented on June 24, 2024

Thanks.
Can you point me to a changelog for the bootloader versions?
Which version comes with the standard Radxa Rock?

from initrd.

julienchauveau avatar julienchauveau commented on June 24, 2024

I haven't found any changelog anywhere, nor any source (the bootloader is delivered by Rockchip in binary form). The standard Radxa Rock comes with version 1.24, available here: http://dl.radxa.com/rock/images/loader/

There are some interesting informations about unpacking the bootloader and obtaining the bootrom: https://gist.github.com/sarg/5028505

from initrd.

TJC avatar TJC commented on June 24, 2024

I upgraded to bootloader 2.10, as you suggested.

Once I did this, I found that the old rk30xxnand.ko stopped working -- however the newer 4.40 version from this initrd started working

So, perhaps you can add a note to the initrd that you must upgrade the bootloader before using it?

from initrd.

hipboi avatar hipboi commented on June 24, 2024

I will update the bootloader in pack-tools

On Wed, Feb 12, 2014 at 1:18 PM, Toby Corkindale
[email protected] wrote:

I upgraded to bootloader 2.10, as you suggested.

Once I did this, I found that the old rk30xxnand.ko stopped working -- however the newer 4.40 version from this initrd started working

So, perhaps you can add a note to the initrd that you must upgrade the bootloader before using it?

Reply to this email directly or view it on GitHub.

radxa rock - quad core arm computer that rocks

radxa.com

from initrd.

Related Issues (2)

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.