Contents
Upgrade from qsdk11 to qsdk12
uboot Upgrade factory
uboot upgrade rootfs
Download Link ubi-root.img
NHX5018-NPN
- ../qsdk/ftpdir search for NHX4019-NPN-256M16-D3-ubi-root.img
- Download Link ubi-root.img
- Open tftp sever
- Put NHX4019-NPN-256M16-D3-ubi-root.img into the tftp sever directory
- Set the static IP address 192.168.1.199 on the computer Ethernet
- Connect the computer Ethernet directly to the Ethernet port of the board
- Connect the board to the computer with a serial cable
- Power on the board
- Read
Hit any key to stop autoboot: 3
and immediately press the enter key at the serial port to enter uboot: - Enter the following commands in order
setenv ipaddr 192.168.1.11setenv serverip 192.168.1.199nand scrub.chip -ytftpb NHX5018-NPN-256M16-D3-ubi-root.imgnand erase.chipnand write 0x44000000 0x80000 ${filesize}nand write 0x44000000 0x3e80000 ${filesize}reset
NHX6018-NPN
- ../qsdk/ftpdir search NHX6018-0-NPN-256M32-D4-ubi-root.img
- Download Link ubi-root.img
- Enable tftp sever
- Put NHX6018-0-NPN-256M32-D4-ubi-root.img into tftp sever directory
- Set static IP address 192.168.1.199 for computer Ethernet
- Directly connect computer Ethernet to the Ethernet port of the board
- Connect the board to the computer with a serial cable
- Power on the board
- After reading
Hit any key to stop autoboot: 3
, press the enter key immediately at the serial port to enter uboot: - Enter the following commands in order
setenv ipaddr 192.168.1.11setenv serverip 192.168.1.199nand scrub.chip -ytftpboot NHX6018-0-NPN-256M32-D4-ubi-root.imgnand erase.chipnand write 0x44000000 0x0 ${filesize}reset
NHX53X2-V01-NPN
- ../qsdk/ftpdir search NHX53X2-V01-222-NPN-512M16-D4-ubi-root.img
- Download Link ubi-root.img
- Enable tftp server
- Put NHX53X2-V01-222-NPN-512M16-D4-ubi-root.img into the tftp server directory
- Set the static IP address 192.168.1.199 on the computer Ethernet
- Connect the computer Ethernet directly to the Ethernet port of the board
- Connect the board to the computer with a serial cable
- Power on the board
- Read
Hit any key to stop autoboot: 3
and immediately press the enter key at the serial port to enter uboot: - Enter the following commands in order
setenv ipaddr 192.168.1.11setenv serverip 192.168.1.199nand scrub.chip -ytftpboot NHX53X2-V01-222-NPN-512M16-D4-ubi-root.imgnand erase.chipnand write ${fileaddr} 0xc0000 ${filesize}reset
NHX53X2-V02-NPN
- ../qsdk/ftpdir search NHX53X2-V02-220-NPN-512M16-D4-ubi-root.img
- Download Link ubi-root.img
- Enable tftp sever
- Put NHX53X2-V02-220-NPN-512M16-D4-ubi-root.img into tftp sever directory
- Set static IP address 192.168.1.199 for computer Ethernet
- Connect computer Ethernet directly to the Ethernet port of the board
- Connect the board to the computer with a serial cable
- Power on the board
- After reading
Hit any key to stop autoboot: 3
, press the enter key immediately at the serial port to enter uboot: - Enter the following commands in order
setenv ipaddr 192.168.1.11setenv serverip 192.168.1.199nand scrub.chip -ytftpboot NHX53X2-V02-220-NPN-512M16-D4-ubi-root.imgnand erase.chipnand write ${fileaddr} 0xc0000 ${filesize}reset
NHX53X2-V03-NPN
- ../qsdk/ftpdir search NHX53X2-V03-244-NPN-512M16-D4-ubi-root.img
- Download Link ubi-root.img
- Enable tftp server
- Put NHX53X2-V03-244-NPN-512M16-D4-ubi-root.img into the tftp server directory
- Set the static IP address 192.168.1.199 on the computer Ethernet
- Connect the computer Ethernet directly to the Ethernet port of the board
- Connect the board to the computer with a serial cable
- Power on the board
- Read
Hit any key to stop autoboot: 3
and immediately press the enter key at the serial port to enter uboot: - Enter the following commands in order
setenv ipaddr 192.168.1.11setenv serverip 192.168.1.199nand scrub.chip -ytftpboot NHX53X2-V03-244-NPN-512M16-D4-ubi-root.imgnand erase.chipnand write ${fileaddr} 0xc0000 ${filesize}reset