It's a great tool. But you won't be able to do anything the windows tool can't do.
Something to notice too : rkflashtool doesn't have a "check" option built in. Let me explain ; the windows tool flashes then checks the flashed image. Anyway, you can easily script it with the rkflashtool, by reading (with the r command) what you just wrote (with the w command), and compare the checksums.
The linux tool, again is a more low-level command line tool, but basically does exactly the same things the windows tool does, to flash the images.
Comment