Python環(huán)境之 BPI-M2+ 系統(tǒng)升級(jí)
BPI-M2+的ubuntu系統(tǒng)已經(jīng)有最新的,所以就升級(jí)到最新版本上。步驟如下:
下載合適的對(duì)應(yīng)的版本。
Step 1: Start up the computer with the SD card which has been burnt with the Linux images.--首先要燒寫(xiě)該鏡像到sd卡上。
Step 2: Put the images which you'd like to burn to the EMMC Storage to the USB drive.--其次要把該鏡像放到U盤(pán)上,用來(lái)燒寫(xiě)到emmc上。
Step 3: Run "fdisk -l" command line on your BPI-M2+ and you can see the EMMC path as " /dev/mmcblk1"
sudo fdisk -l
Step 4:Switch to the path of images, and run the command.
sudo dd if= xxx.img of=/dev/mmcblk1 bs=10MB
xxx.img is your image file name
這個(gè)地方,要到U盤(pán)掛在的地方,我的板子掛在在media\pi\下。
Step 5:When finish burning, remove the SD card, and restart the BPI-M2+
Step 6:Check if the system starts normally on the EMMC flash boot.
燒寫(xiě)之后,wifi和bt可以使用。
*博客內(nèi)容為網(wǎng)友個(gè)人發(fā)布,僅代表博主個(gè)人觀點(diǎn),如有侵權(quán)請(qǐng)聯(lián)系工作人員刪除。
電動(dòng)機(jī)相關(guān)文章:電動(dòng)機(jī)工作原理設(shè)計(jì)