Your message dated Thu, 12 Jun 2014 05:48:52 +0000 with message-id <e1wuxsa-0004da...@franck.debian.org> and subject line Bug#750953: fixed in flash-kernel 3.21 has caused the Debian Bug report #750953, regarding flash-kernel: Add support for SolidRun Cubox-i Dual/Quad. to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 750953: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=750953 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
--- Begin Message ---Package: flash-kernel Version: 3.20 Severity: wishlist Tags: patch The following patch adds support for the Cubox-i Dual/Quad, tested on a Cubox i4pro. It is a simplified version of the patches proposed by Steve Langasek in: https://lists.debian.org/debian-arm/2014/05/msg00228.html It works with the default u-boot environment in the u-boot package in Jessie. It requires /etc/default/flash-kernel to define root= in LINUX_KERNEL_CMDLINE, as u-boot doesn't set bootargs by default. It only supports booting off of mmc, though in theory booting off of eSATA might be possible. Should work as long as /boot or / are on the first partition of the mmc. commit 28430825f07136d6e9d8bcc38e8c2a6ae3e7b803 Author: Vagrant Cascadian <vagr...@debian.org> Date: Sun Jun 8 14:10:22 2014 -0700 Add support for SolidRun Cubox-i Dual/Quad. diff --git a/bootscript/bootscr.cubox-i b/bootscript/bootscr.cubox-i new file mode 100644 index 0000000..f8c69bb --- /dev/null +++ b/bootscript/bootscr.cubox-i @@ -0,0 +1,17 @@ +# boot script for CuBox-i + +setenv device mmc +setenv partition ${mmcdev}:${mmcpart} +setenv bootargs '@@LINUX_KERNEL_CMDLINE@@' + +image_locations='/boot/ /' +kvers='@@KERNEL_VERSION@@' + +for pathprefix in ${image_locations} +do + load ${device} ${partition} ${loadaddr} ${pathprefix}vmlinuz-${kvers} \ + && load ${device} ${partition} ${fdt_addr} ${pathprefix}dtb-${kvers} \ + && load ${device} ${partition} ${ramdiskaddr} ${pathprefix}initrd.img-${kvers} \ + && echo "Booting Debian ${kvers} from ${device} ${partition}..." \ + && bootz ${loadaddr} ${ramdiskaddr}:${filesize} ${fdt_addr} +done diff --git a/db/all.db b/db/all.db index 0eb1e72..217c4cb 100644 --- a/db/all.db +++ b/db/all.db @@ -88,6 +88,14 @@ U-Boot-Script-Name: bootscr.sunxi Required-Packages: u-boot-tools Bootloader-Sets-Incorrect-Root: no +Machine: SolidRun Cubox-i Dual/Quad +Kernel-Flavors: armmp +DTB-Id: imx6q-cubox-i.dtb +Boot-Script-Path: /boot/boot.scr +U-Boot-Script-Name: bootscr.cubox-i +Required-Packages: u-boot-tools +Bootloader-Sets-Incorrect-Root: no + Machine: D-Link DNS-323 Kernel-Flavors: orion5x Machine-Id: 1542 Thanks! live well, vagrant
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---Source: flash-kernel Source-Version: 3.21 We believe that the bug you reported is fixed in the latest version of flash-kernel, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 750...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Christian Perrier <bubu...@debian.org> (supplier of updated flash-kernel package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@ftp-master.debian.org) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.8 Date: Thu, 12 Jun 2014 07:31:02 +0200 Source: flash-kernel Binary: flash-kernel flash-kernel-installer Architecture: source armel Version: 3.21 Distribution: unstable Urgency: medium Maintainer: Debian Install System Team <debian-boot@lists.debian.org> Changed-By: Christian Perrier <bubu...@debian.org> Description: flash-kernel - utility to make certain embedded devices bootable flash-kernel-installer - Make the system bootable (udeb) Closes: 750953 751012 751066 Changes: flash-kernel (3.21) unstable; urgency=medium . [ Ian Campbell ] * Bootloader-Sets-Incorrect-Root machine db entry is now optional and defaults to no. * Purge debconf database on purge. Patch from Vagrant Cascadian. (Closes: #751066) * Add support for SolidRun Cubox-i Dual/Quad. Patch from Vagrant Cascadian. (Closes: #750953) * Document FK_MACHINE in the manpage. (Closes: #751012) * Document /etc/flash-kernel/machine and the database files in the manpage. * Add kernel command line configuration support to sunxi bootscript. . [ Karsten Merker ] * Add machine db entries for various sunxi-based systems - Cubietech Cubieboard - Cubietech Cubieboard2 - INet-97F Rev 02 - LinkSprite pcDuino - Mele A1000 - Miniand Hackberry - Olimex A10-OLinuXino-LIME - Olimex A10s-Olinuxino Micro - Olimex A13-Olinuxino - Olimex A13-Olinuxino Micro - Olimex A20-Olinuxino Micro - PineRiver Mini X-Plus - WITS A31 Colombus Evaluation Board Checksums-Sha1: c0ccda3372dd08cab7d25f095b45763b04e20a90 1868 flash-kernel_3.21.dsc 548a7abaf756eec6547a071d3362abeedc958187 54268 flash-kernel_3.21.tar.xz 7f894f2ef5b4fe3fdbfb5e7bc81f7029af4ecd55 31194 flash-kernel_3.21_armel.deb 2063916ff7e2da20e8587b529ba92309dc1ad27a 23192 flash-kernel-installer_3.21_armel.udeb Checksums-Sha256: 04441b68494079e117368186c25347e88e20ba49a940e1dab3f012f7ec92945c 1868 flash-kernel_3.21.dsc 4026914d9a9b47af80fd5e7d8f0785eefd53b0d36e7d444cd24f37540978936e 54268 flash-kernel_3.21.tar.xz b97b6727e80b5d14f042c6085a4264587568620f11c218bf413483048fbb5560 31194 flash-kernel_3.21_armel.deb 9650f952c6d709a5f3d09150a082e4a17edb09b42f0c24c1fe2276cbd2b26834 23192 flash-kernel-installer_3.21_armel.udeb Files: eebaecf70beb471ed02bf3e4d576fe6f 31194 utils optional flash-kernel_3.21_armel.deb a1798c0ac08aae858353d20b8434f435 23192 debian-installer standard flash-kernel-installer_3.21_armel.udeb 12fa5bdd50e8c7819b928148c9d80964 1868 utils optional flash-kernel_3.21.dsc 74c8b01a6b05a6d5cd1cf32d221f9e33 54268 utils optional flash-kernel_3.21.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iQIVAwUBU5k8TYcvcCxNbiWoAQL12BAAn1yuqILDfafoZNWJZlBl77yyuLHyHva2 +giJPDT9rdNODamrCB2VSUxxYZ/w5/C/Hf1mQDc9sDn8Y4vg4hZlsmCWgziZWLlw tb1nUzNbtgz5pgZ970Y/0RS7I2zzRplzCGRNdaLB25qNjprZSPTcR1AkHvCPVkIg MfGHGg+4JrKDBWDq4kcyx0XQMYTI6sLJrHWat0FuBP7sWai+roKqLZcTbCfcj3ib Jw7oXzZ8SJhWJ9S2AYhRGD2VR4Gfd+tZ5hBC8LUzz5W6EFaTi5MSL1RcSDEsSYmK fM0BO5f18YPMkm4ccBJtCH3a3YaBt9lsghvnNig+um7QfsdUyU2qJkB00m/yI7uV N0yvtN2uXnllbm4cF8jBt8tA92eEBSEKa8LnCS3L4DAL9h2zEVpHFJdJsllpOfzB hBf65nVRor8iMMNJr8r0AxveCalOh2gE8U4qkffY9vkHiJCsS3oJzfQJD0h2e3Gm ZR0LRNhSBF4iZoVdx6IYZkZXguyTY0nvcDkE35rc+e7oebQ3MHj/W4mVyJBW8RYQ tDabCQhzGRazZfwF5Fr4V0yPW661a2c3wpLaUraApKny5e62flnIE+EXXGeolQnS nNLkck7wDXQOeFcL6HQGk4TW3lsWRaxFTe6HnRA71I2Hepfz8ZuDnMvYeyOtGmOS fVLadEKEheA= =I/Bn -----END PGP SIGNATURE-----
--- End Message ---