(MIPS 24KEc) MT7688 (LinkIt Smart 7688 Duo) >> Assembly
開發環境
司徒目前使用的編譯器是buildroot-gcc342.tar.bz2,安裝方式如下:
$ cd $ wget https://github.com/steward-fu/mt7688-duo/releases/download/v1.0/buildroot-gcc342.tar.bz2 $ tar xvf buildroot-gcc342.tar.bz2 $ sudo mv buildroot-gcc342 /opt $ export PATH=$PATH:/opt/buildroot-gcc342/bin/ $ mipsel-linux-gcc --version mipsel-linux-gcc (GCC) 3.4.2 Copyright (C) 2004 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
燒錄方式則是使用CH341A燒錄器,直接燒錄SPI Flash
搭配的燒錄軟體則是NeoProgrammer
使用前,記得驅動程式要安裝正確