Please enable javascript, or click here to visit my ecommerce web site powered by Shopify.
Jump to: navigation, search

Difference between revisions of "RockpiS/dev/sdnand-install"

< RockpiS‎ | dev
 
(4 intermediate revisions by 3 users not shown)
Line 4: Line 4:
  
 
     [[rockpiS | ROCK Pi S]] > [[rockpiS/install | Installation]] > [[RockpiS/dev/sdnand-install  | Install on SD NAND Flash]]
 
     [[rockpiS | ROCK Pi S]] > [[rockpiS/install | Installation]] > [[RockpiS/dev/sdnand-install  | Install on SD NAND Flash]]
 +
 +
== install from linux ==
  
 
===Install on SD NAND Flash===
 
===Install on SD NAND Flash===
Line 24: Line 26:
 
====Step 2: Boot the board to maskrom mode====
 
====Step 2: Boot the board to maskrom mode====
  
=====Case 1: Empty SD Nand=====
+
The ROCK Pi S Board presents two buttons. They are Reset key and Maskrom key.  
 
+
To boot ROCK Pi S into maskrom mode is simple, you don't need to press any key.
+
  
* Power off the board and remove any bootable storage media, microSD card.
+
[[File:Keys.jpeg | 300px]]
* Plug the USB Male A to Male C cable to ROCK Pi S OTG port(Type C port), the other side to PC
+
* Power on the board
+
 
+
=====Case 2: Update system image on SD Nand=====
+
 
+
The ROCK Pi S Board presents two buttons. They are Reset key and Maskrom key.  
+
  
 
The Reset button serves as the hardware reset button. short press and release the button,the system will be rebooted.
 
The Reset button serves as the hardware reset button. short press and release the button,the system will be rebooted.
Line 44: Line 38:
 
* plug the ROCK Pi S to Linux desktop with the USB Male A to Male C cable
 
* plug the ROCK Pi S to Linux desktop with the USB Male A to Male C cable
 
* press and hold the maskrom key, then short press reset key
 
* press and hold the maskrom key, then short press reset key
* release maskrom key(important!)
+
* release maskrom key('''important'''!)
  
 
Now on your Linux PC, lsusb command shows the following usb devices
 
Now on your Linux PC, lsusb command shows the following usb devices
Line 61: Line 55:
 
   DevNo=1 Vid=0x2207,Pid=0x330e,LocationID=104 Maskrom
 
   DevNo=1 Vid=0x2207,Pid=0x330e,LocationID=104 Maskrom
  
Download the loader (flash helper, important) to init the ram and prepare the flashing environment etc. If you don't have it, you can download it from [https://dl.radxa.com/rockpis/images/loader/rk3308_loader_uart0_m0_emmc_port_support_sd_20190717.bin here]
+
Download the loader (flash helper, important) to init the ram and prepare the flashing environment etc. If you don't have it, you can download it from [https://dl.radxa.com/rockpis/images/loader/rk3308_loader_ddr589MHz_uart0_m0_v2.06.136sd.bin here]
  
   sudo rkdeveloptool db /path/to/rk3308_loader_uart0_m0_emmc_port_support_sd_20190717.bin  # will output: Downloading bootloader succeeded.
+
   sudo rkdeveloptool db /path/to/rk3308_loader_ddr589MHz_uart0_m0_v2.06.136sd.bin  # will output: Downloading bootloader succeeded.
 
   sudo rkdeveloptool wl 0 /path/to/system.img    # will output: Write LBA from file (100%)
 
   sudo rkdeveloptool wl 0 /path/to/system.img    # will output: Write LBA from file (100%)
 
   sudo rkdeveloptool rd    # will output: Reset Device OK.
 
   sudo rkdeveloptool rd    # will output: Reset Device OK.
Line 83: Line 77:
 
Thirdly, flash zero.img to SD Nand.
 
Thirdly, flash zero.img to SD Nand.
  
   rkdeveloptool db /path/to/rk3308_loader_uart0_m0_emmc_port_support_sd_20190717.bin
+
   rkdeveloptool db /path/to/rk3308_loader_ddr589MHz_uart0_m0_v2.06.136sd.bin
 
   rkdeveloptool wl 0 zero.img
 
   rkdeveloptool wl 0 zero.img
 
   rkdeveloptool rd    # will output: Reset Device OK.
 
   rkdeveloptool rd    # will output: Reset Device OK.
Line 92: Line 86:
  
 
It means the SD Nand is erased successfully.
 
It means the SD Nand is erased successfully.
 +
 +
== install from windows ==
 +
Firstly, make sure that rockpis is in maskrom mode
 +
 +
secondly, select rk3308_loader*.bin and  rock-pi-s.img , If you don't have it, you can download it from  [https://dl.radxa.com/rockpis/images/ubuntu/rock-pi-s.img.gz  here]
 +
 +
[[File:nand.png |400px]]
 +
 +
lastly, if see “Download image ok”, that means you are sucessfully install on SD nand from Windows .
 +
  
 
====FAQs====
 
====FAQs====

Latest revision as of 09:37, 13 September 2022

    ROCK Pi S >  Installation >  Install on SD NAND Flash

install from linux

Install on SD NAND Flash

ROCK Pi S supports maskrom mode, which is a special running mode the CPU is waiting for command from USB OTG port. The PC tool we use to communicate with ROCK Pi S in maskrom mode is rkdeveloptool, an open source tool by Rockchip.

Requirement

  • ROCK Pi S mainboard
  • ROCK Pi S model with SD Nand on board(Check models)
  • USB Male A to Male C cable
  • Linux or other OS image for ROCK Pi S (< 1GB)

ROCK Pi S hardware details can be found here

Step 1: Make sure rkdeveloptool is set up on host computer

Follow https://wiki.radxa.com/RockpiS/dev/otg to install rkdeveloptool tool.

Step 2: Boot the board to maskrom mode

The ROCK Pi S Board presents two buttons. They are Reset key and Maskrom key.

Keys.jpeg

The Reset button serves as the hardware reset button. short press and release the button,the system will be rebooted.

The Maskrom Button is for firmware flash/upgrade.

To boot ROCK Pi S into maskrom mode, you need

  • plug the ROCK Pi S to Linux desktop with the USB Male A to Male C cable
  • press and hold the maskrom key, then short press reset key
  • release maskrom key(important!)

Now on your Linux PC, lsusb command shows the following usb devices

 Bus 001 Device 014: ID 2207:330e

It means the device is in maskrom mode now.

Now we can proceed the next step to flash.

Step 3: Write to SD Nand via USB

On your PC, run the rkdeveloptool

 rkdeveloptool ld        # List the device
 DevNo=1	Vid=0x2207,Pid=0x330e,LocationID=104	Maskrom

Download the loader (flash helper, important) to init the ram and prepare the flashing environment etc. If you don't have it, you can download it from here

 sudo rkdeveloptool db /path/to/rk3308_loader_ddr589MHz_uart0_m0_v2.06.136sd.bin  # will output: Downloading bootloader succeeded.
 sudo rkdeveloptool wl 0 /path/to/system.img    # will output: Write LBA from file (100%)
 sudo rkdeveloptool rd    # will output: Reset Device OK.

Now the device should boot from the SD Nand now.

Optional: Erase image on SD Nand

This step serves for someone who want to boot ROCK Pi S on uSD Card when there is one system image on SD Nand.

To erase images on SD Nand, just need the following steps.

Firstly, follow Step 2: Boot the board to maskrom mode, Case 2: Update system image on SD Nand to boot ROCK Pi S to maskrom mode.

Secondly, on your Linux PC, create zero.img.

 dd if=/dev/zero of=./zero.img bs=4M count=10

Thirdly, flash zero.img to SD Nand.

 rkdeveloptool db /path/to/rk3308_loader_ddr589MHz_uart0_m0_v2.06.136sd.bin
 rkdeveloptool wl 0 zero.img
 rkdeveloptool rd    # will output: Reset Device OK.

Finally, on your Linux PC, lsusb command show show the following usb devices

 Bus 001 Device 014: ID 2207:330e

It means the SD Nand is erased successfully.

install from windows

Firstly, make sure that rockpis is in maskrom mode

secondly, select rk3308_loader*.bin and rock-pi-s.img , If you don't have it, you can download it from here

Nand.png

lastly, if see “Download image ok”, that means you are sucessfully install on SD nand from Windows .


FAQs

Troubleshooting

If you have issue with flashing via USB OTG, start a new post on the forum. https://forum.radxa.com/c/dev