|
Posted at 12/7/2018 10:38:20
Only Author
8#
Here comes the Ubuntu 18.04 firmware for Firefly-RK3399, with Google Drive link:
https://drive.google.com/drive/f ... 089aMAW_4cDGF11F2ou
Uncompress the downloaded file using:
unxz -k Firefly-RK3399-ubuntu18.04_20181017.img.xz
This firmware uses the gpt partition scheme. Therefore you need the latest
v3.4 upgrade_tool to upgrade the firmware. Download it from:
http://download.t-firefly.com/pr ... grade_Tool_1.34.zip
To install upgrade_tool to /usr/local/bin, run:
unzip Linux_Upgrade_Tool_1.34.zip
cd Linux_Upgrade_Tool/Linux_Upgrade_Tool/
chmod 755 upgrade_tool
mv gpt_upgrade_tool
sudo cp gpt_upgrade_tool config.ini /usr/local/bin/
Now that flashing tool `gpt_upgrade_tool` and firmware file are ready.
To upgrade from the old ubuntu 16.04, the board needs to enter MaskRom mode.
There're two methods:
1. Using the cutting edge metal tweezers following:
http://en.t-firefly.com/index.php/doc/product/info/id/479.html
2. Or from the running Ubuntu 16.04, unplug the SD Card, and zero head zone of the eMMC by:
sudo dd if=/dev/zero of=/dev/mmcblk? count=$((0x2000))
# Connect the TypeC cable with PC
sudo reboot
Flash the firmware:
cd /path/to/the/Firefly-RK3399-ubuntu18.04_20181017.img
gpt_upgrade_tool uf Firefly-RK3399-ubuntu18.04_20181017.img
Good luck. If any question, write here. I'll try my best to help. |
|