Do you have a good source (link) for how to build a distribution for arm? What I would do is just start by building one for the Beagleboard, i.e. known hardware, so as to get my feet wet. I'm trying to walk the line between being a nuisance and being useful. ;-) I'm not sure if anyone has stopped and meditated on the nature of linux and these SBCs versus running linux on a desktop or notebook. For the desktop or notebook, you get it going and don't mess with something that is working. But for these SBCs, a new OS is a cheap SDHC card away. You can actually "have a lot of fun!" ------Original Message------ From: Alexander Graf To: gary Cc: opensuse-arm@opensuse.org Subject: Re: [opensuse-arm] chrome Sent: Mar 26, 2013 5:49 PM On 27.03.2013, at 01:35, gary wrote:
Now I understand the Mirabox post. Basically the poster took the package (perhaps not the right word) for arm7, but used a different boot loader, presumably whatever the Mirabox requires.
Does that mean it is possible to run opensuse on this board?
http://www.hardkernel.com/renewal_2011/products/prdt_info.php?g_code=G135235...
Yes, if you have a working kernel and u-boot for it, it's a matter of throwing our rootfs onto it. It's also fairly similar to the Origen board. So maybe you could even create a working SD card image for the Odroid-X2 based on that one. Please bear in mind that exynos4 support is in abysmal state upstream. I haven't managed to get any recent kernels working at all. Alex
2013/3/27 <lists@lazygranch.com>: Do you have a good source (link) for how to build a distribution for arm? What I would do is just start by building one for the Beagleboard, i.e. known hardware, so as to get my feet wet.
All hardware that we support with images is good hardware to recommend, because you will have images that "just work", so it depends mainly on the computing power that you're looking for and the amount of money you want to spend: Beagleboard, Pandaboard, Efikamx (not recently tested), cubox, arndaleboard, chromebook (the samsung series 9). Greetings, Dirk -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
Hello, On 03/27/2013 09:20 AM, Dirk Müller wrote:
Efikamx (not recently tested),
I tested it now from http://download.opensuse.org/ports/armv7hl/distribution/12.3/images/openSUSE... and I get on the serial console: U-Boot 2009.01-2.0.6-efikamx (Nov 02 2010 - 17:13:53) CPU: Freescale i.MX51 family 3.0V at 800 MHz mx51 pll1: 800MHz mx51 pll2: 665MHz mx51 pll3: 216MHz ipg clock : 66500000Hz ipg per clock : 665000000Hz uart clock : 66500000Hz cspi clock : 54000000Hz Board: MX51 Efika MX 3.0 [WDOG] DRAM: 512 MB JEDEC ID: 0xbf:0x25:0x4a Reading SPI NOR flash 0x40000 [0x10000 bytes] -> ram 0x975f06e8 .SUCCESS *** Warning - bad CRC, using default environment In: serial Out: serial Err: serial board id: 1.0.1, rev1.3 Boot Source: SPI NOR FLASH BOOT Boot Cmd: for device in "mmc ide"; do if strcmp ${device} == mmc; then; mmcinit; setenv units "0 1"; else; setenv units "0"; fi; for interface in ${units}; do if strcmp ${device} == mmc; then mmcprobe ${interface}; else; ide reset; fi; for fs in "ext2 fat"; do setenv loadcmd "${fs}load ${device} 0:1"; if ${loadcmd} ${scriptaddr} boot.scr; then; if imi ${scriptaddr}; then; autoscr ${scriptaddr}; fi; fi; done; done; done; Hit any key to stop autoboot: 0 SD card. Vendor: Man 02 OEM TM "SA04G" Date 11/2009 Product: 2622955146 Revision: 0.4 SD card. Vendor: Man 02 OEM TM "SA04G" Date 11/2009 Product: 2622955146 Revision: 0.4 MMC interface 0 selected 641 bytes read ## Checking Image at 91000000 ... Legacy image found Image Name: Boot-Script Image Type: ARM Linux Script (uncompressed) Data Size: 577 Bytes = 0.6 kB Load Address: 00000000 Entry Point: 00000000 Contents: Image 0: 569 Bytes = 0.6 kB Verifying Checksum ... OK ## Executing script at 91000000 kerneladdr=0x90007FC0 ramdiskaddr=0x92000000 3455912 bytes read 35310835 bytes read ## Booting kernel from Legacy Image at 90007fc0 ... Image Name: Linux-3.7.10-1.1-imx51 Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 3455848 Bytes = 3.3 MB Load Address: 90008000 Entry Point: 90008000 Verifying Checksum ... OK ## Loading init Ramdisk from Legacy Image at 92000000 ... Image Name: Initrd Image Type: ARM Linux RAMDisk Image (uncompressed) Data Size: 35310771 Bytes = 33.7 MB Load Address: 00000000 Entry Point: 00000000 Verifying Checksum ... OK Loading Kernel Image ... OK OK Starting kernel ... Error: unrecognized/unsupported machine ID (r1 = 0x00000920). Available machine support: ID (hex) NAME 0000084d Freescale MX51 Babbage Board 000006a0 Freescale MX51 3-Stack Board 00000b06 Eukrea CPUIMX51SD ffffffff Freescale i.MX51 (Device Tree Support) Please check your kernel config and/or bootloader. Bye, CzP -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
participants (3)
-
Dirk Müller
-
lists@lazygranch.com
-
Peter Czanik