Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.

Commit

Permalink
[0.4.6] RC
Browse files Browse the repository at this point in the history
  • Loading branch information
junhuanchen committed Apr 12, 2022
1 parent 494392d commit 7cd6598
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 28 deletions.
28 changes: 1 addition & 27 deletions docs/develop.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,7 @@ your v83x

- adb shell "pip install /root/maixpy3-0.3.5-cp38-cp38-linux_armv7l.whl --upgrade"

- python3.8 setup.py clean --all bdist_wheel maix_v83x && adb push ./dist/maixpy3-0.4.5-cp38-cp38-linux_armv7l.whl /root/ && adb shell "pip install /root/maixpy3-0.4.5-cp38-cp38-linux_armv7l.whl --upgrade"

- python3.8 setup.py clean --all bdist_wheel maix_v83x && adb push ./dist/maixpy3-0.4.5-cp38-cp38-linux_armv7l.whl /root/ && adb shell "pip install /root/maixpy3-0.4.5-cp38-cp38-linux_armv7l.whl --upgrade"
- python3.8 setup.py clean --all bdist_wheel maix_v83x && adb shell 'rm ./dist/maixpy3-0.4.*-cp38-cp38-linux_armv7l.whl' && adb push ./dist/maixpy3-0.4.*-cp38-cp38-linux_armv7l.whl /root/ && adb shell "pip install /root/maixpy3-0.4.*-cp38-cp38-linux_armv7l.whl --upgrade"

your r329

Expand All @@ -107,27 +105,3 @@ your r329
> pip3 install twine
- twine upload dist/* --verbose

[ 7.560531] armchina 3050000.aipu: AIPU KMD probe start...
[ 7.560552] armchina 3050000.aipu: KMD version: release 3.0.13
[ 7.560562] armchina 3050000.aipu: no interrupts-reg specified
[ 7.564726] armchina 3050000.aipu: AIPU is not behind an IOMMU
[ 7.564751] armchina 3050000.aipu: AIPU DRAM mem type is [CMA default]
[ 7.588795] armchina 3050000.aipu: init DRAM region done: pa [0x47a00000, 0x49ffffff]
[ 7.588827] armchina 3050000.aipu: AIPU core #0 detected: zhouyi-v1-0600
[ 7.614772] armchina 3050000.aipu: AIPU Initial Status: 0x70000
[ 7.614795] armchina 3050000.aipu: ########## AIPU CORE 0: ZHOUYI V1 ##########
[ 7.614803] armchina 3050000.aipu: # ISA Version Register: 0x0
[ 7.614810] armchina 3050000.aipu: # TPC Feature Register: 0x10101
[ 7.614817] armchina 3050000.aipu: # SPU Feature Register: 0x0
[ 7.614824] armchina 3050000.aipu: # HWA Feature Register: 0x10111
[ 7.614831] armchina 3050000.aipu: # Revision ID Register: 0x0
[ 7.614837] armchina 3050000.aipu: # Memory Hierarchy Feature Register: 0x170
[ 7.614845] armchina 3050000.aipu: # Instruction RAM Feature Register: 0x0
[ 7.614851] armchina 3050000.aipu: # TEC Local SRAM Feature Register: 0x312
[ 7.614858] armchina 3050000.aipu: # Global SRAM Feature Register: 0x10
[ 7.614865] armchina 3050000.aipu: # Instruction Cache Feature Register:0x233
[ 7.614872] armchina 3050000.aipu: # Data Cache Feature Register: 0x70030
[ 7.614880] armchina 3050000.aipu: # L2 Cache Feature Register: 0x0
[ 7.614887] armchina 3050000.aipu: ############################################
[ 7.614895] armchina 3050000.aipu: initialize AIPU core #0 done
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

setup(
name='maixpy3',
version='0.4.5',
version='0.4.6',
license='MIT',
author='Sipeed',
author_email="support@sipeed.com",
Expand Down

0 comments on commit 7cd6598

Please sign in to comment.