Difference between revisions of "i.MX51 SODIMM PC Boot device options"
(10 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | [[Category:i.MX51 SODIMM PC - Development | + | [[Category:i.MX51 SODIMM PC - Development Kit]] |
<!-- --> | <!-- --> | ||
− | Voipac i.MX51 SODIMM PC - Development | + | Voipac i.MX51 SODIMM PC - Development Kit is delivered with E-Fuses left intact by default, not programmed. Booting can be selected from various devices thus allowing all the possible options to be tested.<br /><br /> |
Modules support multiple booting options: | Modules support multiple booting options: | ||
Line 10: | Line 10: | ||
<br /> | <br /> | ||
− | All the configuration signals are tied down to ground using external pull-down resistors. These resistors (R900 - R916) ensure that the default state is correctly initialized. More details can be found | + | All the configuration signals are tied down to ground using external pull-down resistors. These on-module resistors (R900 - R916) ensure that the default state is correctly initialized. More details can be found on page no. 9 of the schematic shipped with the development kit:<br /><br /> |
− | [[image:i.MX51 SODIMM PC-Development Kit-Boot options. | + | [[image:i.MX51 SODIMM PC-Development Kit-Boot options.png|800px]]<br /><br /> |
− | Boot configuration resistors can be located in [http://downloads.voipac.com/files/i.MX51_SODIMM_PC- | + | Boot configuration resistors can be located in [http://downloads.voipac.com/files/i.MX51_SODIMM_PC-Development_Kit/module/documents/i.MX51_SODIMM_Module-Assembly_drawings.pdf the board assembly drawing].<br /><br /> |
− | + | The procedure described below requires extra care as the faulty E-Fuses will cause permanent module malfunction. | |
− | |||
− | |||
− | The procedure described below requires extra care as the faulty E-Fuses | ||
<br /><br /> | <br /><br /> | ||
− | BE AWARE THAT E-FUSES PROGRAMMING IS NON REVERSAL PROCESS! WARRANTY CLAIM CAUSED BY IMPROPER E-FUSES PROGRAMMING WILL NOT BE ACCEPTED! | + | '''''BE AWARE THAT E-FUSES PROGRAMMING IS NON REVERSAL PROCESS!<br>WARRANTY CLAIM CAUSED BY IMPROPER E-FUSES PROGRAMMING WILL NOT BE ACCEPTED!''''' |
=== Programming E-Fuses === | === Programming E-Fuses === |
Latest revision as of 18:25, 23 April 2022
Voipac i.MX51 SODIMM PC - Development Kit is delivered with E-Fuses left intact by default, not programmed. Booting can be selected from various devices thus allowing all the possible options to be tested.
Modules support multiple booting options:
- NAND Flash
- microSD/MMC
- SPI Flash
- I2C EEPROM
All the configuration signals are tied down to ground using external pull-down resistors. These on-module resistors (R900 - R916) ensure that the default state is correctly initialized. More details can be found on page no. 9 of the schematic shipped with the development kit:
Boot configuration resistors can be located in the board assembly drawing.
The procedure described below requires extra care as the faulty E-Fuses will cause permanent module malfunction.
BE AWARE THAT E-FUSES PROGRAMMING IS NON REVERSAL PROCESS!
WARRANTY CLAIM CAUSED BY IMPROPER E-FUSES PROGRAMMING WILL NOT BE ACCEPTED!
Programming E-Fuses
Before programming E-Fuses, E-Fuse supply gate must be enabled:
barebox:/ md 0x73fd4064+4 73fd4064: 0000fe62 b... barebox:/ mw 0x73fd4064+4 0xfe72
Dumping factory E-Fuses configuration before programming:
barebox:/ md -b -s /dev/imx_iim_bank0 00000000: 10 10 00 00 01 00 00 02 2b 2b 80 00 02 d9 f4 b1 ........++...... 00000010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
Writing E-Fuses (example set also MAC address 00:01:02:03:04:05):
barebox:/ imx_iim0.permanent_write_enable=1 barebox:/ mw -b -d /dev/imx_iim_bank1 9+6 0x00 0x01 0x02 0x03 0x04 0x05 barebox:/ md -b -s /dev/imx_iim_bank0 00000000: 10 10 00 00 01 00 00 02 2b 2b 80 00 02 d9 f4 b1 ........++...... 00000010: 00 00 00 00 00 00 00 00 00 00 00 01 02 03 04 05 ................