Git Product home page Git Product logo

Comments (20)

jonsmirl avatar jonsmirl commented on June 24, 2024 6

Closed SDK makes the V831 a fairly worthless chip, probably only a couple of companies will use it. I had low confidence they'd get the NPU working anyway.

The RV1126 and RV1109 SDK are the same SDK, you can download the SDK using the Firefly link. It is just two different compile options. Based on the V831 news we'll put our main effort in to the RV1109. We have built and tested the SDK on the RV1109 -- it builds and works. We have started porting our app. I haven't found anyone shipping RV1126 boards, no chips?

from libmaix.

Neutree avatar Neutree commented on June 24, 2024

Sorry, Allwinner tell us we can't open V831 SDK, so we can't put V831 SDK on github like lindenis..... but 1126's SDK will be open

from libmaix.

Neutree avatar Neutree commented on June 24, 2024

Right the V831's NPU SDK now is pretty poor! RV1109 and 1126 is better if no price limitation, and Sipeed will start selling RV1126/RV1109 dev board and in stock

from libmaix.

ar055 avatar ar055 commented on June 24, 2024

You can download a SDK for the SoC (Allwinner V831) from http://www.sochip.com.cn/v831/index.php?title=Downloading_the_Source

from libmaix.

jonsmirl avatar jonsmirl commented on June 24, 2024

That won't work unless you buy the board from sochip ($500) and then they enter your public key on their side.

from libmaix.

ricardojlrufino avatar ricardojlrufino commented on June 24, 2024

I am also interested, I have an IP camera that uses an AllWinner chip and an SP2305 MIPI-CSI camera.
I would just like to access the camera image, but I can't find any information about it. sipeed-maix-ii uses the same camera.

from libmaix.

ar055 avatar ar055 commented on June 24, 2024

ricardojlrufino https://github.com/sipeed/MaixPy3/tree/main/ext_modules/_maix_camera
Perhaps this will help you.

from libmaix.

ricardojlrufino avatar ricardojlrufino commented on June 24, 2024

ricardojlrufino https://github.com/sipeed/MaixPy3/tree/main/ext_modules/_maix_camera
Perhaps this will help you.

Hi @ar055 ,

I managed using libmax's pre-compiled libs. for some reason the libraries I had compiled (from Lindenis_V5) did not work on my camera.

I started the project, and had excellent results
https://github.com/ricardojlrufino/yicam_qrcode

Demo: https://youtu.be/o10Hf9vFvKs

from libmaix.

jiangotto avatar jiangotto commented on June 24, 2024

That won't work unless you buy the board from sochip ($500) and then they enter your public key on their side.

I've mailed them and they replied me.Screenshot_20210603-201336__01.jpg
But how can I use those to get the.SDK from [email protected]?

from libmaix.

jonsmirl avatar jonsmirl commented on June 24, 2024

put them into .ssh like this....
jonsmirl@ares:~/.ssh$ ls
id_rsa id_rsa.pub

then git should work.

from libmaix.

jiangotto avatar jiangotto commented on June 24, 2024

from libmaix.

jonsmirl avatar jonsmirl commented on June 24, 2024

It should not ask for a password if everything is set up right.
$ cd ~/workspace
$ repo init -u [email protected]:V831_IPC/manifest.git -b master -m sc1670v_ipc_remote.xml
$ repo sync

Did you send sochip your id_rsa.pub and they added it on their side?

from libmaix.

jiangotto avatar jiangotto commented on June 24, 2024

from libmaix.

jonsmirl avatar jonsmirl commented on June 24, 2024

You should not need a username and password. They have not added my id_rsa.pub so I get a prompt...
But if they had added my id_rsa.pub I won't get a prompt and it will work without a password.

jonsmirl@ares:/tmp$ repo init -u [email protected]:V831_IPC/manifest.git -b master -m sc1670v_ipc_remote.xml
Downloading Repo source from https://gerrit.googlesource.com/git-repo
remote: Counting objects: 1, done
remote: Finding sources: 100% (18/18)
remote: Total 18 (delta 6), reused 18 (delta 6)
Unpacking objects: 100% (18/18), 10.16 KiB | 649.00 KiB/s, done.

... A new version of repo (2.15) is available.
... You should upgrade soon:
cp /tmp/.repo/repo/repo /home/jonsmirl/bin/repo

Downloading manifest from [email protected]:V831_IPC/manifest.git
The authenticity of host 'sochip.com.cn (112.124.10.186)' can't be established.
ECDSA key fingerprint is SHA256:+ISSwvPGWB51zeaO+m+68uoW0d6Y+R3oiBd2MuPTH4w.
Are you sure you want to continue connecting (yes/no/[fingerprint])? yes
Warning: Permanently added 'sochip.com.cn,112.124.10.186' (ECDSA) to the list of known hosts.
[email protected]'s password:

from libmaix.

jonsmirl avatar jonsmirl commented on June 24, 2024

You can practice with this on github, it works the same way. Make a project and try to access it with the git protocol. You won't be able to access it until your load your id_rsa.pub via the web interface into your account.

from libmaix.

jiangotto avatar jiangotto commented on June 24, 2024

from libmaix.

thepian avatar thepian commented on June 24, 2024

Can you confirm that

  • RV1126 boards are coming
  • RV1126 will use the same TinaLinux base installation with only a change to the libmaix libraries.
  • RV1126 will be able to use the same ML models

from libmaix.

jonsmirl avatar jonsmirl commented on June 24, 2024

There is much RV1109/26 info here:
https://wiki.t-firefly.com/en/CAM-C11262U/hardware.html

RK1126 is not TinaLinux based, that is Allwinner - these are Rockchip.

Rockchip source code here:
https://wiki.t-firefly.com/en/CAM-C11262U/Source_code.html

from libmaix.

thepian avatar thepian commented on June 24, 2024

Right the V831's NPU SDK now is pretty poor! RV1109 and 1126 is better if no price limitation, and Sipeed will start selling RV1126/RV1109 dev board and in stock

The money and time I've wasted on trying bad options are much more than any price difference. In the end I'm buying $400 dev boards to get around your black box. The whole thing is another example of how you don't do the first thing about taking care of your customers. I only have one single reason to continue with anything from Sipeed: "I haven't found any alternative"

Rockchip is only marginally better. I have to get source code from random sources, half behind the Chinese firewall. The whole rockchip-linux is seriously different from the original u-boot/linux source, which actually has a chance of being vetted. I'm seriously considering going with an alternative that costs 5x.

from libmaix.

jonsmirl avatar jonsmirl commented on June 24, 2024

Much of the Rockchip source code is here...
https://github.com/rockchip-linux

Not everything, but a lot of it.

Rockchip is standard u-boot, kernel, buildroot setup. Google helps Rockchip a lot since Google uses their chips in various products.

from libmaix.

Related Issues (19)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.