this is getting really good
we are seeing success here with the rockchip stuff and we have success in running linux with almost full operation on ingenics ship, with all this going on maybe it will be possible to add some decent functionality to the hardware that is so let down by the lazy chinese companies .. and yes i said lazy as this has been proven to be the case ... they actually cant be bothered .. nless cash is involved good luck to all of you in this |
Quote:
|
Re: Hooray!!! Rockchip SDK!
"KRDL" is big-endian "LDRK" -- suggesting "kernel loader", so that is most likely the boot code.
Manufacturers can customize the processor core to start from whatever address they want, e.g. Z80 normally boots up from 0000 but the Actions ATJ209x boots from 8000. |
having a quick look at "startup.s" in "system/cpu/arm/boot" it seems like they're not using any branch instructions but instead explicitly change the PC so one has to look for opcodes like "ldr pc, SomeHandler" which translates (i compiled with gnu assembler) to "ldr pc, [pc, #offs_of_addr_to_handler]" and (always?) to something like 0xE59F for the upper 16bits of the opcode.
i actually found this: Code:
SystemReset: |
Re: Hooray!!! Rockchip SDK!
@knob:
I haven't a firmware backup. And because there're no programs that can make backup, I can't take part in modifying the firmware. Don't want to kill my player. |
I actually was able to find some references to "LDRK" files in the source though it currently only partly makes sense.
Quote:
|
Re: Hooray!!! Rockchip SDK!
Quote:
I have a working backup for my 2" rockchip so I can test firmware out and I will try to add new features, I just need to sort the screen drivers out in the source code @AleMaxx thanks for the info, I thought the CRC must be in the source somewhere. |
Re: Hooray!!! Rockchip SDK!
Please, anybody, compile the emulator!
I've tried for many times without any luck. :cry: :cry: :cry: Maybe I was doing something wrong... :roll: Also, could you answer some of my questions? :roll: :arrow: Can I decompile a firmware? (if I'll get it from the manufacturer) :arrow: Can I decompile a rockchip game/application? :arrow: Can I modify a fimware/rockchip game/rockchip application without decompiling? |
Re: Hooray!!! Rockchip SDK!
Quote:
Quote:
Best chance for you WIZARD is an extractor run as a .rkp application from the game menu to create a backup. You can mod firmware, but you need a working backup first. Safest for you is to learn .rkp appliction programming and leave the firmware alone unless an extractor can be made. |
Re: Hooray!!! Rockchip SDK!
Thanks! :wink:
However, at the moment I'm not developing anything for player. Making the new version of Gilraen! :P It's nearly completed. You'll be able to create the awesome styles, settings, and more... 8) |
| All times are GMT -7. The time now is 7:34 am. |
Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2015, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.6.0 RC 2