Renate

Results 204 comments of Renate

~~I believe that you are in 900e and not 9008. Could you check that?~~ Also, what is your device?

This demonstrates the problem already reported in #89 "Invalid client command received for data response" -> 0x1f -> **actually** "Unsupported client (exec) command received" "Protocol mismatch between host and target"...

This is a problem with the new protocol 3. You will have to find a loader yourself as the automatic search will not work. What is this device? @bkerler I...

There are multiple ways to get into 9008 mode. The most fail-safe is to use the EDL test points to force it during a reset. I don't know the MR1100...

I'm chasing down something else to do with this EDL and erase. I don't think that NAND erase is working correctly??? This is just out of left field, I have...

I think that you'll find that edl.py does not do an erase automatically with a NAND write; it must be done explicitly. Possibly that qfil option using the rawprogram would...

I'm completely new to UBI and don't understand much. I've only been working with raw pages. My understanding is that edl.py es and ws do not work. It's possible that...

Mmm, I'm having trouble with my full backup now. Anyway, this is the test of erasing/writing a single eraseblock: ```` edl.py rs 110400 64 s1 -- blah, blah -- Reading...

When I do a raw read of 512 MB I only get about 20 spans of 0xeeeeeeee and they are bounded by random data. I certainly do not see a...

An explanation of why empty (0xff) UBI pages cause a problem when they cause a non 0xff CRC in the OOB to be generated. http://www.linux-mtd.infradead.org/faq/ubifs.html#L_why_ubiformat You'd think that they would...