[opensuse-arm] CuBox
Hi, Anybody still using CuBox? I mean the old one: https://en.opensuse.org/HCL:CuBox openSUSE 12.2 seems to be a bit old :( Bye, CzP -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
Hi, Le 25/09/2014 11:33, Peter Czanik a écrit :
Hi, Anybody still using CuBox? I mean the old one: https://en.opensuse.org/HCL:CuBox openSUSE 12.2 seems to be a bit old :(
You have a 12.3 image (which is old too): http://download.opensuse.org/repositories/devel:/ARM:/12.3:/Contrib:/Cubox/i... and a factory image (very recent): http://download.opensuse.org/ports/armv7hl/factory/images/ I have no cubox, so I cannot tell you if it is working fine or not. Please try, and send us feedback. :) Guillaume -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
On 09/25/2014 11:50 AM, Guillaume Gardet wrote:
I have no cubox, so I cannot tell you if it is working fine or not.
Please try, and send us feedback. :)
Testing the Factory image, this is what I got on the serial console: Loading file "/boot.scr" from mmc device 0:1 mmcda1 2106 bytes read ## Executing script at 02000000 Usage: MMC sub system Loading file "boot/linux.vmx" from mmc device 0:1 (mmcda1) 5574464 bytes read Loading file "boot/initrd.uboot" from mmc device 0:1 (mmcda1) 60399779 bytes read Wrong Image Format for bootm command ERROR: can't get kernel image! ===> Executing fatload mmc 0:1 0x02000000 /boot.scr reading /boot.scr ** Unable to read "/boot.scr" from mmc 0:1 ** ===> Executing ext4load mmc 0:1 0x02000000 /boot/boot.scr Loading file "/boot/boot.scr" from mmc device 0:1 mmcda1 ** File not found /boot/boot.scr ===> Executing fatload mmc 0:1 0x02000000 /boot/boot.scr reading /boot/boot.scr Bye, CzP -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
Le 25/09/2014 15:18, Peter Czanik a écrit :
On 09/25/2014 11:50 AM, Guillaume Gardet wrote:
I have no cubox, so I cannot tell you if it is working fine or not.
Please try, and send us feedback. :)
Testing the Factory image, this is what I got on the serial console:
Loading file "/boot.scr" from mmc device 0:1 mmcda1 2106 bytes read ## Executing script at 02000000 Usage: MMC sub system Loading file "boot/linux.vmx" from mmc device 0:1 (mmcda1) 5574464 bytes read Loading file "boot/initrd.uboot" from mmc device 0:1 (mmcda1) 60399779 bytes read Wrong Image Format for bootm command
Indeed, our kernel-default is a zImage, not a uImage. I just submitted a fix: https://build.opensuse.org/request/show/252286 You need to wait for a rebuild once the submit request get accepted. Guillaume -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
On 09/25/2014 11:50 AM, Guillaume Gardet wrote:
Hi,
Le 25/09/2014 11:33, Peter Czanik a écrit :
Hi, Anybody still using CuBox? I mean the old one: https://en.opensuse.org/HCL:CuBox openSUSE 12.2 seems to be a bit old :(
You have a 12.3 image (which is old too): http://download.opensuse.org/repositories/devel:/ARM:/12.3:/Contrib:/Cubox/i...
and a factory image (very recent): http://download.opensuse.org/ports/armv7hl/factory/images/
I have no cubox, so I cannot tell you if it is working fine or not.
Please try, and send us feedback. :)
Sorry, I was a bit slow to test it again. But today I did it, and with the latest factory image I get: ===> Executing ext4load mmc 0:1 0x02000000 /boot.scr Device: MV_SDHCI Manufacturer ID: 27 OEM: 5048 Name: SD04G Tran Speed: 25000000 Rd Block Len: 512 SD version 2.0 High Capacity: Yes Capacity: 4016046080 Bus Width: 4-bit Loading file "/boot.scr" from mmc device 0:1 mmcda1 2166 bytes read ## Executing script at 02000000 Usage: MMC sub system Loading file "boot/linux.vmx" from mmc device 0:1 (mmcda1) 6226792 bytes read Loading file "boot/initrd.uboot" from mmc device 0:1 (mmcda1) 48205143 bytes read Unknown command 'bootz' - try 'help' I'll check the old 12.3 image now, but the goal would be Factory... Bye, CzP -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
On 09/25/2014 11:50 AM, Guillaume Gardet wrote:
Hi,
Le 25/09/2014 11:33, Peter Czanik a écrit :
Hi, Anybody still using CuBox? I mean the old one: https://en.opensuse.org/HCL:CuBox openSUSE 12.2 seems to be a bit old :(
You have a 12.3 image (which is old too): http://download.opensuse.org/repositories/devel:/ARM:/12.3:/Contrib:/Cubox/i...
and a factory image (very recent): http://download.opensuse.org/ports/armv7hl/factory/images/
I have no cubox, so I cannot tell you if it is working fine or not.
Please try, and send us feedback. :)
Sorry, I was a bit slow to test it again. But today I did it, and with the latest factory image I get: ===> Executing ext4load mmc 0:1 0x02000000 /boot.scr Device: MV_SDHCI Manufacturer ID: 27 OEM: 5048 Name: SD04G Tran Speed: 25000000 Rd Block Len: 512 SD version 2.0 High Capacity: Yes Capacity: 4016046080 Bus Width: 4-bit Loading file "/boot.scr" from mmc device 0:1 mmcda1 2166 bytes read ## Executing script at 02000000 Usage: MMC sub system Loading file "boot/linux.vmx" from mmc device 0:1 (mmcda1) 6226792 bytes read Loading file "boot/initrd.uboot" from mmc device 0:1 (mmcda1) 48205143 bytes read Unknown command 'bootz' - try 'help' I'll check the old 12.3 image now, but the goal would be Factory... Bye, CzP -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
Hi, On 10/24/2014 05:18 PM, Peter Czanik wrote:
I'll check the old 12.3 image now, but the goal would be Factory...
===> Executing ext4load mmc 0:1 0x02000000 /boot.scr Device: MV_SDHCI Manufacturer ID: 27 OEM: 5048 Name: SD04G Tran Speed: 25000000 Rd Block Len: 512 SD version 2.0 High Capacity: Yes Capacity: 4016046080 Bus Width: 4-bit Loading file "/boot.scr" from mmc device 0:1 mmcda1 1601 bytes read ## Executing script at 02000000 kerneladdr=0x2000000 ramdiskaddr=0x5000000 Usage: MMC sub system Loading file "boot/linux.vmx" from mmc device 0:1 (mmcda1) 3913168 bytes read Loading file "boot/initrd.uboot" from mmc device 0:1 (mmcda1) 33474372 bytes read Unknown command '1' - try 'help' ## Booting kernel from Legacy Image at 02000000 ... Image Name: Linux-3.7.10-1.1-cubox Created: 2013-03-02 15:40:16 UTC Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 3913104 Bytes = 3.7 MB Load Address: 00008000 Entry Point: 00008000 Verifying Checksum ... OK ## Loading init Ramdisk from Legacy Image at 05000000 ... Image Name: Initrd Created: 2013-11-05 9:50:30 UTC Image Type: ARM Linux RAMDisk Image (uncompressed) Data Size: 33474308 Bytes = 31.9 MB Load Address: 00000000 Entry Point: 00000000 Verifying Checksum ... OK Loading Kernel Image ... OK OK Starting kernel ... Uncompressing Linux... done, booting the kernel. And it stops here... Bye, CzP -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
participants (3)
-
Guillaume Gardet
-
Peter Czanik
-
Peter Czanik