-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
motherboard sd card formatting for inventor #85
Comments
HI @AskAlice ! Inventor 1 ( and Dreamer, Dreamer NX and etc ) has two SDCard one of them located on motherboard ( uSD size format ) and it used for printer boot logo, bootloader fonts and as temporary storage while we do firmware upgrade another one located at printer side ( full ( aka big ) SD size format )... both of them has FAT32 filesystem format. But please make sure that original FF firmware has a bug that shows negative size of SD card what has a size > 32GB but cards works OK in this case. So in few words you need to format your card to FAT32 |
hey @moonglow thanks for your help! Do you happen to have the contents of the internal SD card? My backup is semi-corrupted, the boot image is a white screen, but it gets into the stock firmware okay after that |
Monoprice+Flashforge Inventor 1 board sd card.zip here's what is on my board sd card. I also found this in my google drive. it seems at some point i attempted installing some scripts that would install sshd, busybox, samba, etc, but since this inventor doesn't use linux, it didn't work. https://emu.sh/flashforge-alt.zip |
when i insert the sd card internally it wipes itself, regardless of contents |
the motherboard is brand new, my serial port broke on the old board so i replaced it is the partition table gpt or mbr? |
About firmware naming swap - by default left extruder has index 1 and right one is 0 ( original FF logic ) ... but it illogical for many users and i added that kind of build, all all other firmware is combination of features described before, as example: Wheres: About my FF flasher tool Looks like i need to do some refactoring to it, because many users already has problem with it ( before my last updates all was OK... and thats why it looks strange for me ) as a fallback solution i recomends your my python updater About your backup folder
Misc
Yeh, common thing for FF, but it can be repaired too with the motherboard is really nice designed and will lives forever if you have some soldering skills and some IC parts
Only MBR partition scheme must be used About your videos and booting. First of all if you saw white screen that means that bootloader can't read boot logo ( 'sys/start.bmp' from card root ) and so on ( internal SD card is also mandatory for firmware update process, i did not recommends you to use SDHC or SDXC card as internal one, can you find some old cards for that ? as example 4 or 8 or 16GB ? Looks like thats main reason that provides all other side effects... And yep ST-LINK or other JTAG programmer can solve any problem with firmware update/restore/backup :) but i prefer software way first Let's summarizeI think you need to fix white screen issue while booting and it will helps to solve other problems or give your next step, next you will try to update firmware from bootloader mode and all be OK you will be able to changes all firmwares you wants ( stock to Marlin, stock to FF and vice versa ) just in few clicks as it was designed for. p.s: my describes is not a best and looks cryptic ,but it only for first time |
you did a great job of explaining this. I dual boot windows (fully) or pop! os + windows in a VM, with gpu passthrough What is bootloader mode? How will I get there? |
Printer program inside the MCU looks like that:
MCU will start from Update procedure:
I think firstly you need to fix your internal SD card problem to allow bootloader to shows boot logo and so on. |
Ahh yes That off-tune music that i hate!!! I am getting a jtag usb toy so hopefully that will help me go deeper into this but heck yeah thanks for all the info |
If you will got JTAG please let me know :) you have lot of fun with it and thats will be fully safety ) but anyway try first with SD card maybe all be OK too |
I think the issue is the monoprice USB driver... pretty sure it's different than the normal flashforge inventor i driver, though both work on the device depending on the firmware. Easy enough to take out the internal sd card, flash it with flashforge firmware, then put it back in. I was able to flash marlin with the FF driver, but when the monoprice driver is installed it doesn't work. |
@AskAlice thanks for information! Did you use linux python script or windows FF writer tool ? |
the python script works, windows does not when the monoprice firmware is installed as it requires these specific drivers |
I have an inventor 1, just replaced the motherboard and the sd card slot was empty. I had a backup of the firmware but i don't have what type of partition it was. Is it fat32? ntfs? exfat with a 128gb drive just shows the drive as full
The text was updated successfully, but these errors were encountered: