m45t3r's latest activity

  • m45t3r
    Don't expect me to work on this anymore. EzFlash Air NOR seems to be very low quality, I am almost for sure bricked my flashcard just by rewriting the firmware a couple of times (it wasn't a lot either maybe a couple of dozen writes while testing...
  • m45t3r
    Oh, this would be sweet, and it would remove my need to add a Delete All (the only reason I want is to make it easier to reorganize the rom list without needing to format). BTW, keep in mind that I am having some issues when I add too many...
  • m45t3r
    My interest in the Air kernel is adding support for fragmented flash like on SuperChis i.e. ability to delete ROMs in any order.
  • m45t3r
    Definitely interested in what you're going to do, because as I said my main objective here was mostly getting this to work in a minimal state to implement the only 2 features I care: - Verify NOR writes to make sure they're correct (like I said...
  • m45t3r
    If you got an open source kernel to build and boot on EZ Air that's enough to catch my attention.
  • m45t3r
    So I combined the source code release of EzFlash Air with the Simple theme for EzFlash Omega DE to create my own version. Keep in mind that I wouldn't even classify this as alpha. It is mostly untested (it boots and I can write games to NOR...
  • m45t3r
    One more update: it seems that linking the "image.bin" is not strictly necessary, just renaming the resulting "ezairkernel.gba" to "ezairkernel.bin" also works. This means we can ignore the size limit above. After rebooting the EzFlash Air will...
  • m45t3r
    I got the Air kernel to build on Arch Linux here: https://github.com/m45t3r/air-kernel/tree/fix-build. Sadly after flashing the result kernel it just boots with a blank screen. Maybe because I am using devkitARM_r67 instead of the devkitARM_r53...