Table of Contents:

1.  Instruction for Windows OS Platform

Step 1:Install MSYS2

Download MSYS2 and Install

image-20220729090235-1.png

Step 2:Open MSYS2

image-20220729090235-2.png

Install related software:    pacman -S git vim make unzip python python-pip

Use pip to install pyserial:pip install pyserial configparser

image-20220729090235-3.png

image-20220729090235-4.png

Step 3:Get LA66 SDK.

罗工把ASR6601 的 SDK 的 Github 代码连接也放到这里。

Step 4:Connect your LA66 to PC via USB TTL.

(这边放两个例子图: LA66 Shield 和 LA66 USB Adapter)

Step 5:Check USB Port

ls /dev/

image-20220729090235-5.png

Step 6:Open Makefile File, Modify Region and USB Port

image-20220729090235-6.png

image-20220729090235-7.png

Step 7:Use Make to compile

Open Directory cd E:/ASR6601_soft_DRAGINO/LA66

source build/envsetup.sh

cd Projects/Applications/DRAGINO-LRWAN-AT

make

make flash

image-20220729090235-8.png

image-20220729090235-9.png

image-20220729090235-10.png

Step 8:Uplink Image to LA66

(这边按复位键的地方需要两个例子图: LA66 Shield 和 LA66 USB Adapter)

Put USB LoRaWAN Adapter into Program Mode, and press reset

image-20220729090235-11.png

Run make flash

image-20220729090235-12.png

image-20220729090235-13.png

Wait for update finish, remove program jumper and press reset

Below is the serial output after update success.

image-20220729090235-14.png

Example for output files of Make

image-20220729090235-15.png

Tags:
    
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0