viric has quit [Read error: Connection reset by peer]
viric_ has joined #qi-hardware
viric_ is now known as viric
wej has quit [Ping timeout: 250 seconds]
wej has joined #qi-hardware
<paul_boddie>
larsc: Thanks! I see your name all over the jz4740 stuff. :-)
<paul_boddie>
I'm actually comparing some jz4730 Ingenic stuff with the jz4740 code at the moment and trying to figure some of it out.
pcercuei has quit [Ping timeout: 265 seconds]
pcercuei has joined #qi-hardware
<paul_boddie>
I found that with the plain kernel sources, "make uImage" doesn't produce a usable image, and I have to set the load address myself with mkimage.
<paul_boddie>
The 0xffffffff80010000 address gets converted to 0xffffffff by some kernel script magic.
<paul_boddie>
When I changed the address in the Platform file, "make uImage" refused to do anything. So there's some target-creating magic as well.
<paul_boddie>
And when I commented out the test for addresses less than 0xffffffff80000000 so that the uImage target is provided, it still didn't call mkimage correctly.
<paul_boddie>
I guess you guys would have an opinion on whether jz4730 would fit within jz4740 or not. It's difficult to tell from the datasheets how different the various registers and pins are.
* paul_boddie
tries the kernel on the Ben
<paul_boddie>
I've built the ili8960 driver, but still get the white screen of suspension. And the keymap doesn't seem right: no fn combinations for the numerals.
jekhor has quit [Ping timeout: 245 seconds]
<paul_boddie>
I guess I'll take a look at this later. Maybe I did something wrong.