Hi,
Will you be able to help us, for the above issue? Please, we are almost their, as flashing is done only issue is its not detected as storage device.
Thank you.
Hi,
Will you be able to help us, for the above issue? Please, we are almost their, as flashing is done only issue is its not detected as storage device.
Thank you.
Hi, I’m on it now.
Sorry, I don’t have a dev kit anymore. I used to have one, but, I sent it to Damien to work on a while back. Will have to buy one… I can get it next week.
EDIT: I bought a kit. Won’t be able to help until next week.
OK @kwagyeman,
Actually as per instructions from @iabdalkader, the flashing process is done. Only issue is we are not getting it as a CDC storage device. So to check a example or weather its running or not, we are finding no option. Let me know as you get your devkit. Till the time I will check what all I can on my end.
Few questions:
Thank you.
- Till when are you planning to add precompiled firmware images for the E7 devkit.
No, MicroPython may.
- As the E3 and E7 both are alif SoC, will we be able to connect it directly to OpenMV IDE?
No, it’s not our product. We sponsored the Alif MicroPython port, but, questions about using the dev kit are not our responsibility.
- Till when we can expect the AE3 to be in the market, with fullfledge support?
We have some AE3 samples available. I could sell you one if you are willing to pay the prototype price and have a valid mass production use case. Otherwise, you need to wait till production within 3 months or so.
As @iabdalkader said I thought that we will have some support. I will see what I can do with buying prototype. In the meanwhile kindly let me know as your devkit arrives.
Thank you.
We only offer support for our own product/firmware, but it’s not too much trouble to help you get MicroPython running on the devkit. However, I don’t have a devkit to test with, and as it turns out, neither does Kwabena, so you have to wait until someone gets a board to test with. In the meantime, you could also try to:
1- Report an issue to MicroPython at: GitHub · Where software is built if you think there’s a bug.
2- If you get support from Alif, ask them to help test on a devkit.
Re hosting precompiled firmware binaries, I did ask Damien, and they’ll be added very soon.
I will absolutely try to do as you say, I will ask Micropython as well as Alif.Thankyou so much for helping me. As you dont have devkit, I can offer you one option, I have a devkit. If you want we can connect on any virtual platform and you can work on my board. I would be glad connecting with you people.
Thank you.
We’ll get more devkits soon. Thanks for offering though!
@Infitech - I got my dev board in and everything works. Here are the steps:
git clone --recursive git@github.com:openmv/micropython.git
cd micropython
make -C mpy-cross
cd ports/alif
make BOARD=ALIF_ENSEMBLE submodules
make BOARD=ALIF_ENSEMBLE
# Only needs to be done once
make update-system-package
make deploy
You need to have the PRG USB connector connected to the PC. The port should be like /dev/ttyACM0.
After micropython is loaded, move the USB connector to the SoC USB port. It then will appear as a flash device and you can connect to it via any serial port emulator.
Note that you need to have a B4 chip. If you look at the Alif chip it should say something like B4A on it. If it’s B3 or B2 throw your board in the trash and buy a new one. The older chip revs have unfixable issues.
Hi,
Thank you so much for the help @kwagyeman and @iabdalkader .The micropython is working now. Just one last thing, is there any way I can run your applications, examples, etc on the devkit? As till the time your product gets launched, I will get idea of your systems working, IDE and other things.
Thank you.
Not at all, the dev kit is just generic MicroPython.
Thankyou