-
Notifications
You must be signed in to change notification settings - Fork 273
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
can't install the firmware "no such file or directory" #35
Comments
That remount doesn't give any confirmation, but it allows you to write files to your file system. I think the guide is kind of following if you were using git to download the repository, which downloads the folder with -master at the end. Try to use That should be the correct path. You can search around using This is how you can navigate around using the command line. Good luck! |
Yes it worked ! The code is ending with |
Target name : stm32f0x.cpu Is it related to the microchip stm32f030k6 ? What does .cpu mean ? |
The error seems to be "Could not initialize the debug port" with that target |
Error : Could not initialize the debug port adaptater speed : 101 kHz Make file :40: recipe for target "install" failed PLEASE HELP ME ! :D |
Sounds like a hardware issue. Check your solder joints on the STM? Big square chip. Best to just go through all your solder joints. |
Thanks ! |
also having this problem, let me know if you get it fixed |
Does anyone know how the STM should be placed ? Where does the dot should be placed exactly ? |
the orientation is shown in the images where you can see the dot fairly clearly |
Yes I know, I soldered it as it was on the images, but then I looked at the schematics, and into renders (>open-nsynth-super-bottom.pos) and it's written that U7 has to be 90°, compared to C1 which is 0°... So should I try to turn it 90° ? |
@elimuro did you find any solution ? I turned STM32f0x of 90° but I've got the same problem, still... |
The little dot should be in the corner with the slightly longer white silkscreen line. The orientation follows like that on all components in this build. |
Hum ok, but in renders U7 has to be 90°, just like R21 to R31. And "U7" is written in white on the board at 90° as well. |
I'm not sure how much experience you have with SMT electronics, but just removing an old chip and replacing it is not quite easy. To flip it over and over again seems like a pretty quick way to destroy your ARM board. The location of the dot on the image is the same as the boards I have that are working. |
Was anybody able to make any headway on this? I am also having this problem and haven't been able to successfully troubleshoot it yet. Thanks! |
Had a similar issue yesterday. Fixed it by checking if my RPi was correctly connected to the board. It seemed like my header was not making contact all the way through. Fixed that and it worked. Another things to check is if the STM32 is getting it's 3.3V power correctly. You can get a multimeter and try to measure Voltage across the two pads of the C7 capacitor. See if it reads 3.3V or -3.3V (depending on the polarity). |
Hi, I just checked the C7 capacitor with a multimeter and it says 0,009 V but 47 ohms... Depending on the mode I'm measuring with. Any clue ? |
Yea. The STM32 doesn't have any power. You might want to check the 3.3V power supply side of things. |
seems related to #67 I took a fresh board, soldered only the RPi header, nothing else, fresh RPi 3B (not a "3B+"), fresh image(lite) and I get the exact same behaivour as with the one I have soldered all components to... so it seems to be software, or I got two faulty pre-assembled PCBs |
Hi !
I'm trying to install the firmware on the raspberry.
Nothing happens when I run "sudo mount -o remount,rw /"
And if I try to run "cd home/pi/open-nsynth-super-master/firmware/src" then it says "No such file or directory".
I tried already to set the image on the micro SD again, but nothing changed.
Does anyone know ?
The text was updated successfully, but these errors were encountered: