Difference between revisions of "Cogniteam/ROSCUBE"
Line 1: | Line 1: | ||
== System Level ROScube Pico Flashing Image == | == System Level ROScube Pico Flashing Image == | ||
− | 1. Set ROScube Pico into recovery mode | + | '''1. Set ROScube Pico into recovery mode.''' |
− | Connect power cable to ROScube Pico. | + | |
+ | a. Connect power cable to ROScube Pico. | ||
+ | |||
+ | |||
+ | |||
+ | b. Short '''Pin 03''' and '''Pin 04''' and '''hold short status'''. | ||
+ | |||
+ | |||
+ | |||
+ | c. '''Keep Pin 03 and Pin 04 short status''' and press '''Reset''' button. | ||
+ | |||
+ | |||
+ | |||
+ | d. Release '''Short pins''' and '''pull out cable'''. | ||
+ | |||
+ | |||
+ | |||
+ | Now ROScube Pico is in recovery mode. | ||
+ | |||
+ | '''2. Connect Host PC and ROScube Pico with micro usb cable.''' | ||
+ | |||
+ | |||
+ | |||
+ | '''3. Prepare released image on Host PC''' | ||
+ | |||
+ | Assuming image’s file name is mfi_npn2_nvidia-sample-rootfs-bionic_l4t-32-5-0-kernel-1-0-8.tar.xz. Un-archive this file first. | ||
+ | |||
+ | $> tar xvf mfi_npn2_nvidia-sample-rootfs-bionic_l4t-32-5-0-kernel-1-0-8.tar.xz | ||
+ | $> cd mfi_npn2_nvidia-sample-rootfs-bionic_l4t-32-5-0-kernel-1-0-8 | ||
+ | |||
+ | Then, use BSP internal tool, nvmflash.sh to run the flashing procedure. '''Please make sure your Host PC has attached to ROScube Pico.''' | ||
+ | |||
+ | $> cd mfi_rqp_nx | ||
+ | $> sudo ./nvmflash.sh | ||
+ | |||
+ | '''Note:''' You may need to input your '''host PC’s''' root password when flashing the image. | ||
+ | |||
+ | '''Note:''' The flashing procedure might take 8 ~ 10 minutes. |
Revision as of 13:14, 10 November 2021
System Level ROScube Pico Flashing Image
1. Set ROScube Pico into recovery mode.
a. Connect power cable to ROScube Pico.
b. Short Pin 03 and Pin 04 and hold short status.
c. Keep Pin 03 and Pin 04 short status and press Reset button.
d. Release Short pins and pull out cable.
Now ROScube Pico is in recovery mode.
2. Connect Host PC and ROScube Pico with micro usb cable.
3. Prepare released image on Host PC
Assuming image’s file name is mfi_npn2_nvidia-sample-rootfs-bionic_l4t-32-5-0-kernel-1-0-8.tar.xz. Un-archive this file first.
$> tar xvf mfi_npn2_nvidia-sample-rootfs-bionic_l4t-32-5-0-kernel-1-0-8.tar.xz $> cd mfi_npn2_nvidia-sample-rootfs-bionic_l4t-32-5-0-kernel-1-0-8
Then, use BSP internal tool, nvmflash.sh to run the flashing procedure. Please make sure your Host PC has attached to ROScube Pico.
$> cd mfi_rqp_nx $> sudo ./nvmflash.sh
Note: You may need to input your host PC’s root password when flashing the image.
Note: The flashing procedure might take 8 ~ 10 minutes.