From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lukasz Majewski Date: Thu, 31 Oct 2013 18:25:41 +0100 Subject: [U-Boot] [RFC][DFU] Unification of dfu_alt_info alt settings description + command execution In-Reply-To: <20130716173521.3dd7ec9e@amdc308.digital.local> References: <20130716173521.3dd7ec9e@amdc308.digital.local> Message-ID: <20131031182541.3a3020c6@amdc308.digital.local> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear All, As a follow up from u-boot's mini-summit at ELCE 2013, I would like to once again share the new format of dfu_alt_info env variable (for those who couldn't attend). dfu_alt_info_cleanup: |---+-------------+-------------+---------+----------------------| | | : | , | | extra params | |---+-------------+-------------+---------+----------------------| | 1 | mmc0: | rootfs, | part; | - | | 2 | mmc0: | uImage, | file, | part, dir; | | 3 | nand0: | u-boot.bin, | raw, | start, size; | | 4 | mmc0: | u-boot.bin, | raw, | start_lba, size_lba; | | 5 | ram0: | uImage, | ram, | start, size; | | 6 | ubi0: | kernel0, | raw; | - | |---+-------------+-------------+---------+----------------------| | 7 | cmd: | cmd, | cmd; | - | Some useful info: + Each is responsible for providing information about additional parameters (in conjunction with ) + Ad 1. Extra parameters are extracted from GPT/MBR/MTD + Part can be given as text or number (text -> number conversion will be performed anyway) + Part: Ext2/4, FAT, UBI? I'm especially interested in feedback from AM335x owners. I would like to know how UBI partitions are handled there. -- Best regards, Lukasz Majewski Samsung R&D Institute Poland (SRPOL) | Linux Platform Group