On Thu, 21 Feb 2013 03:05:54 -0800 (PST)
Daniel Mosquera <damo...@gmail.com> wrote:
> I've tested the image with the Olimex A13 Micro and it works fine, even it
> takes only 32Mb of video memory (the images i use to build use 64Mb). I
> like it, but I think that there are some things that can be improved:
> - The desktop it uses is xfce, but it takes much memory. Lxde takes only
> 20Mb of memory and works like a charm.
Xfce is a much better desktop environment than LXDE - it is more polished,
easier and more pleasant to use and configure. I do not think Xfce is
RAM-heavy, and if it consumes a bit more, then it's well-justified.
Besides, the RAM consumption is only an issue for the A13 Micro with 224 MB of
usable RAM that you for some reason chose to use (and develop on??),
not for
almost any A10 board existing today. MiniX, the Cubieboard, modern versions of
Mele, and even the $35 MK802 all include 1 GB of RAM.
-
With respect,
Roman
Hi,
On 02/21/2013 12:45 PM, Hans de Goede wrote:
> Hi,
>
> On 02/21/2013 12:33 PM, Daniel Mosquera wrote:
>> Hi Hans,
>>
>> I've trying to compile the kernel with kernel-3.4-armv7hl-sun5i.config configuration you deployed with your image but when compiling with stage/sunxi-3.4 kernel branch I get the next error:
>> drivers/built-in.o: In function `Hdmi_init':
>> /home/marine/Documentos/Olimex/kernel_3.4.29+/kernel/drivers/video/sunxi/hdmi/drv_hdmi.c:334: undefined reference to `audio_set_hdmi_func'
>
> That is because that config enables the SUN4* sound stuff not the SUN5* sound stuff,
> as it expects a unified sound tree, to fix this either use my kernel git tree:
> https://github.com/jwrdegoede/linux-sunxi/tree/stage/sunxi-3.4
Erm wrong branch, use this instead:
https://github.com/jwrdegoede/linux-sunxi/tree/fedora-18-3.4-2
--
You received this message because you are subscribed to a topic in the Google Groups "linux-sunxi" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/linux-sunxi/w4hY-NCD68U/unsubscribe.
To unsubscribe from this group and all of its topics, send an email to linux-sunxi...@googlegroups.com.
To create the SD card for installation, I am running Fedora 19 386 (32-bit) in VMWare Player 6.0.0. The commands:
xzcat Fedora-18-a10-armhfp-r1.img.xz > /dev/mmcblk0
sync
run without error. When I remove and reinsert the SD card, I don't see it mount automatically, so I try to mount it manually:
mount /dev/sdb1 /mnt/sd
To which I get the error:
mount: wrong fs type, bad option, bad superblock on /dev/sdb1,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so.
None of my disk utilities, including MiniTool Partition Wizard Professional 7.8, recognize the formatting on the card. Windows now asks me if I want to format the card, but fails to format when attempted.
What am I doing wrong? Please speak slowly and use little words - while I am an experienced embedded systems engineer, I haven't used much Berkely Unix in 25 years and used very little Linux.
gyo...@pocavoce.com writes:
> These commands run without error:
> xzcat Fedora-18-a10-armhfp-r1.img.xz > /dev/sdb1
> sync
You want "/dev/sdb" rather than "/dev/sdb1" there. /dev/sdb is the whole
disk; /dev/sdb1, /dev/sdb2 etc. are the partitions inside it. Hans'
Fedora image is of a whole disk including the partition table.
(Similarly, if you had a machine where the SD card showed up as
/dev/mmcblk0, then you'd want to use that rather than the partitions
inside it which are /dev/mmcblk0p1 etc.
Hi friends,
This is a great project!
I run into a similar situation, stuck at step 5 where the system cannot detect or mount the partitions. THe SD is not broken, as I managed to reformat it many times using an android cell phone.
I wonder if this process has to be done using fedora OS? cause i run all trough puppy linux.
Also, maybe my board isnt compatible? Its an A13, Yeahpad (seems to be listed as Q88 under the linux sunxi site.)
Thanks so much!
Unfortunately the download links for Fedora-18-a10-armhfp-r2.img.xz are broken... =(
http://burnbit.com/torrent/249552/Fedora_18_a10_armhfp_r2_img_xz - BROKEN
http://scotland.proximity.on.ca/contrib-images/hansg/Fedora-18-a10-armhfp-r1.img.xz - BROKEN
Could you please send a online link to download the image??
Thanks in advance.
regards,
Decio.
Hi,
i just installed fedora 19 r3 to my sdcard and i got 2 problems, wireless and touch, touch is not that much of a problem though id like to have it(i have yet to try to compile the drivers), my wireless card is an rtl8187 and i tried to insmod the .ko but i got an error (Unknown symbol in module) i dont know how to solve this but i got an output of dmesg -c which i read it can be used to help solve the problem and this is what came out http://pastebin.com/0Jh512Um
please help me im not much of a linux expert but i have learned alot just by trying to compile kernels and messing around with .ko to try and get touch and wirless on my tablet.
The tablet is an A13-MID wich i got from dx.com
Hello all,
I’m using fedora on H6 netbook(A10, 10"), and it works well.
When I use the fedora config file and compile uImage and modules it works well on fedora, but doesn't work at all with Ubuntu.
Can anyone help on this. Do I have to disable some features ?
It says:
init: plymouth main process (48) terminated with status 127
ctp_fetch)sysconfig_para: ctp_unused
It stays there forever.
Thanks