-
- Downloads
econet: switch to new spi/spi-nand drivers
This change produces incompatibility with old flash structure, thus it's not possible to upgrade old devices (special installation procedure is required). There benefits as well: * opensource driver * more flashes supported * better support of spare area * more space on the flash is available * no special UBI related hack is required * no double bad block management Upgrade procedure: 0) get new 'u-boot-nand.bin' and 'squashfs.itb' images 1) backup 'art' partition 2) rename u-boot-nand.bin image to tcboot.bin and flash it: * reboot board and keep it in the bootloader * put tcboot.bin to the board using binary tftp node * wait for flashing complete and reboot board * new bootloader will start * execute "run format_ubi" from u-boot command line * rename "squashfs.itb" file to "image.itb" and put it to TFTP server on your PC * execute "run update_itb" twice from u-boot command line * execute "setenv board_id rodimus && saveenv" from u-boot command line * reboot board, new image will be booted. 3) restore 'art' partition Downgrade procedure: 0) get old bootloader and 'squashfs.itb' images 1) rename old bootloader to "uboot-nand.bin" and put it to TFTP server on your PC 2) reboot board and keep it in the bootloader 3) execute "run update_uboot" from u-boot command line 4) wait for flashing complete and reboot board to start old bootloader 5) flash old images and recover art partition
Showing
- iopsys-econet/config/config 1 addition, 1 deletioniopsys-econet/config/config
- iopsys-econet/dts/en75xx-base.dtsi 17 additions, 2 deletionsiopsys-econet/dts/en75xx-base.dtsi
- iopsys-econet/en7562/UNION_EN7562_7915D_ActiveEthWan_KERNEL_5_4_demo.mak 6 additions, 6 deletions...n7562/UNION_EN7562_7915D_ActiveEthWan_KERNEL_5_4_demo.mak
- iopsys-econet/en7562/config-5.4 14 additions, 5 deletionsiopsys-econet/en7562/config-5.4
- iopsys-econet/rule.mak 6 additions, 2 deletionsiopsys-econet/rule.mak
Loading
-
mentioned in commit b920b0be
-
mentioned in commit 12253d90
-
mentioned in commit 2bd73559
-
mentioned in commit 90635380
-
mentioned in commit 42fb0189
-
mentioned in commit 377560c9
-
mentioned in merge request !750 (merged)
-
mentioned in commit dd0bba7c
-
mentioned in commit 87f0d342
-
mentioned in commit cb56c0f2
Please register or sign in to comment