sipeed / MaixPy-v1_scripts

micropython scripts for MaixPy
https://maixpy.sipeed.com
MIT License
626 stars 431 forks source link

Issue running demo_net_socket.py script #5

Open marcstringer opened 5 years ago

marcstringer commented 5 years ago

File "", line 1, in File "/flash/demo_net_socket.py", line 10, in AttributeError: type object 'board_info' has no attribute 'WIFI_RX'

Getting the above error. Running the demo script 'demo_net_socket.py ' I have changed the nic,connect() with my own wifi ssid and password.

Any help here would be appreciated

Neutree commented 5 years ago

firmware version?

marcstringer commented 5 years ago

MicroPython v0.1.1-96-g71e5beaa7-dirty on 2019-03-08; Sipeed_M1 with kendryte-k2 10

Not sure how to check i get the above line on serial conneciton

Neutree commented 5 years ago

upgrade to the latest firmware first with tool kflash_gui

or see upgrade doc(use google translate plugin)

or see video(select english subtitle)

TakuroFukamizu commented 5 years ago

Dear @Neutree san. AttributeError is fixed at the latest firmware. But, I got a new error.

image