From 9702a13c84b26aa0f172ef1de9bc9f9404bc72e9 Mon Sep 17 00:00:00 2001 From: Kuninori Morimoto Date: Thu, 5 Dec 2019 15:32:09 +0900 Subject: wiki: Porting M3W Salvator-X Signed-off-by: Kuninori Morimoto --- wiki/M3W_Salvator-X.wiki | 89 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 wiki/M3W_Salvator-X.wiki (limited to 'wiki/M3W_Salvator-X.wiki') diff --git a/wiki/M3W_Salvator-X.wiki b/wiki/M3W_Salvator-X.wiki new file mode 100644 index 0000000..ee7672e --- /dev/null +++ b/wiki/M3W_Salvator-X.wiki @@ -0,0 +1,89 @@ +h1. M3 Salvator-X + +h2. Update FirmWare + +# download update script from below +# run script + +h3. SW10 + +0 corresponds to the switch in the OFF position and 1 to the ON position. Bits are given in the 1-8 order. + +
+for update: xxxx 0000
+for use   : xxxx 1100 (HyperFlash =  80MHz, stable) or
+            xxxx 1101 (HyperFlash = 160MHz, aggressive)
+
+ +Maybe it is *1100 1100* or *1100 1101* on your board + +h3. Run script + +see readme +
+./do_xls2.expect /dev/ttyUSB1 ./M3_Scif_Minimon_V0.10.mot ./table.txt
+
+ +h3. Log + +
+./do_xls2.expect /dev/ttyUSB1 ./M3_Scif_Minimon_V0.10.mot ./table.txt
+uploading loader file
+performing xls2 e6320000 000000 bootparam_sa0.srec
+performing xls2 e6302000 040000 bl2-salvator-x.srec
+performing xls2 e6320000 180000 cert_header_sa6.srec
+performing xls2 44000000 1c0000 bl31-salvator-x.srec
+performing xls2 44100000 200000 tee-salvator-x.srec
+performing xls2 49000000 640000 u-boot-elf.srec
+
+ +h3. version + +| "v2.9.0 lossy OFF":../../wiki/M3W_Salvator-X/M3_Yocto_290_lossy_off.tar.bz2 |BL2: R-Car Gen3 Initial Program Loader(CA57) Rev.1.0.7 +BL2: Built : 14:27:08, Aug 8 2016 +U-Boot 2015.04 (Aug 08 2016 - 13:38:06) |*require SWICH settings* +- -SW6: 3 pin side- +- SW7: 2 pin side | +| "v2.12.0":../../wiki/M3W_Salvator-X/M3_Yocto_2120.tar.bz2|BL2: R-Car Gen3 Initial Program Loader(CA57) Rev.1.0.9 +BL2: Built : 10:48:08, Sep 16 2016 +U-Boot 2015.04 (Sep 16 2016 - 10:48:08) | PMIC will be shutdown on this version when S2RAM +*require SWICH settings* +- -SW6: 1 pin side (default is 3)- +- SW7: 1 pin side (default is 2) +- SW8: all OFF +*How to S2RAM* +- Set to PMIC to backup mode via i2c-tools command +
# i2cset -f -y 7 0x30 0x20 0x0F
+- (Suspend) Change SW23 to OFF +- Request System Suspend to RAM +
# echo mem > /sys/power/state
+- (Resume) Change SW23 to ON | +| "v2.16.0":../../wiki/M3W_Salvator-X/M3_Yocto_2160.tar.bz2|BL2: R-Car Gen3 Initial Program Loader(CA57) Rev.1.0.12 +BL2: Built : 08:28:19, Jan 30 2017 +U-Boot 2015.04 (Jan 30 2017 - 17:13:08)|*require SWICH settings* +- -SW6: 1 pin side (default is 3)- +- SW7: 1 pin side (default is 2) +- SW8: all OFF +*How to S2RAM* +see above +*uboot position* was moved from *H'49000000* to *H'50000000* | +| "v2.19.0":../../wiki/M3W_Salvator-X/update_m3_salvator_bootloader_v2190.tar.bz2|BL2: R-Car Gen3 Initial Program Loader(CA57) Rev.1.0.14 +BL2: Built : 13:32:44, Apr 27 2017 +U-Boot 2015.04 (Apr 27 2017 - 13:38:24)|*require SWICH settings* +- -SW6: 1 pin side (default is 3)- +- SW7: 1 pin side (default is 2) +- SW8: all OFF +*How to S2RAM* +see above| +| "v2.23.0":../../wiki/M3W_Salvator-X/update_m3_salvator_bootloader_v2230.tar.bz2
"v2.23.0 for ES1.1":../../wiki/M3W_Salvator-X/update_m3_salvator_bootloader_v2230_with_es1.1.tar.bz2|BL2: R-Car Gen3 Initial Program Loader(CA57) Rev.1.0.16 +BL2: Built : 16:55:50, Oct 2 2017 +U-Boot 2015.04 (Oct 02 2017 - 17:01:56) |*require SWICH settings* +- -SW6: 1 pin side (default is 3)- +- SW7: 1 pin side (default is 2) +- SW8: all OFF +*How to S2RAM* +see above| + +h2. Release Note + +see "here":./H3_Salvator-X.html -- cgit v1.2.3