M+ computer internals + info

123457

Comments

  • reffahcs
    reffahcs Member Posts: 874 Guru

    Surely that department has been defunded by now and outsourced to a private corporation 🤣🤣😭😭😭… at anyrate…

    Thank you very much for the feedback and glad you were able to follow. Always happy to explain more, but I usually don't because I don't like feeling like I'm talking down to people.

    Cheers

    -Tim

  • LostInFoundation
    LostInFoundation Member Posts: 5,311 Expert

    Surely that department has been defunded by now and outsourced to a private corporation 🤣🤣😭😭😭… at anyrate…

    You are right, I musk say…😏

  • Andy Wt
    Andy Wt Member Posts: 155 Advisor
    edited February 8

    @reffahcs i suspect that gaining access to screen output will not give any advantage because it will only show login prompt. Same prompt probably could be accessed via USB UART on M+ carrier board located near M2 PIEe connector. But it requires soldering some RC circuitry and connector itself. I know nothing about dev kit but i believe similar UART circuitry is already present there so its probably worth trying connecting to it.

    Speaking about username/password - eMMC dump maybe could theoretically help here 😉 Or maybe with working screen output its possible to boot OS into some kind of single user mode which doesnt require logging in.

    Also maybe there exist some compatible eMMC chip which could be installed into chip socket which will allow to just copy content from original eMMC ant other sources multiple times but soldering socket itself only once.

    Disclaimer: all info above is pure theoretical and potentially quite old, so i could be mistaken in every word.

  • D-One
    D-One Moderator Posts: 3,680 mod
    edited February 10

    I kind of doubt that a lil' bit, I suspect they have a practical way of snooping around for debugging purposes.. IK the M+ scans the root of the SD for files and those files can have codes that activate features, run scripts, etc, dont ask me how I know… NI has used this to fix things in the past, Reaktor issues if I am not mistaken.

    Another reason is that Maschine SW has a 'developer mode' that enables things like mirroring the HW screens on a detachable window on the computer for example, among other things… I know this because of all my snooping around in the Lua Scripts (there's many references to dev mode) and NI once sort of accidentally leaked a picture of it… But i dont know if it can be activated somehow (hex edit an if statement?) or if it's a separate branch that requires it's own build but it might point to having practical ways of debugging.

  • reffahcs
    reffahcs Member Posts: 874 Guru

    Definitely worth it. I think I'm going to do it. We have a eMMC flash reader at work, if I have the correct size socket for the eMMC I will try to dump it. Alternatively it may be that there are test points on the board that route to the eMMC socket, because it's basically an SD card, you end up not actually needed very many connections to read it.

    Yeah hard to say D-One, could be something super simple like a combination of buttons held during power on, a file with a password, or a cryptographic key/token that Is strategically placed on the SD card, or the craziest thing I've seen is a physical dongle that is attached to the device during boot. It was basically an empty dongle that just had a small eeprom inside that just told a radio it was in debug mode.

    The irony of it all is that if we dumped the eMMC, we could probably find out how to enable developer mode so we wouldn't need to dump the eMMC lol

  • LostInFoundation
    LostInFoundation Member Posts: 5,311 Expert

    Wait…wasn’t your goal to see that pengwolf in such an awful graphic?

  • LostInFoundation
    LostInFoundation Member Posts: 5,311 Expert

    And then they say that it’s not easy even for them to add some basic things…

    Now we know why 😏

  • Andy Wt
    Andy Wt Member Posts: 155 Advisor
    edited February 16

    Is it possible to boot into bare OS? Just shell prompt, without any NI software, if i want to play snake just for fun

  • Andy Wt
    Andy Wt Member Posts: 155 Advisor
    edited February 16

    Could it be that this monolithic file just loads into RAM as an partition with fast and easy accessible file system? Just for performance reasons, something like ramfs

  • reffahcs
    reffahcs Member Posts: 874 Guru

    It does appear that there are some different debugging/service modes available, but currently I haven't figured out how to enable them.

    I'm not sure if there's a way to get the Maschine+ to but without the software launching, short of compiling your own version of Linux and flashing it to your Msachine+ but then you'd be lacking any drivers, so it would not be very fun since nothing would work.

    It could be it's done for speed purposes. I was talking to a friend of mine this morning and their initial thought is that perhaps it's done for compatibility issues with other systems that may share the same code base.

  • Alexios
    Alexios Member Posts: 122 Advisor
  • reffahcs
    reffahcs Member Posts: 874 Guru

    That's my point exactly, those directories don't exist. They're virtual. Those files only exist within the Maschine-headless binary file.

Back To Top