ArchLinux ARM for CubieTruck : any ideas ?

This forum is for supported devices using an ARMv7 Allwinner SoC.

Re: ArchLinux ARM for CubieTruck : any ideas ?

Postby fabian20 » Tue Mar 25, 2014 4:15 pm

For the record:

To have working display with current alarm repo kernel, following exact module load order is required by Cubietruck:

$this->bbcode_second_pass_code('', '
#cat /etc/modules-load.d/display.conf
fbcon
lcd
hdmi
disp
disp_ump
ump
')

Missing piece was lcd module here. It seems, that it's either everything of FB_SUNXI compiled statically or everything as module with proper load order as described above.

Sqozz:

Try following instructions on alarm homepage for Cubieboard 2 but make sure you use proper U-Boot and script.bin compiled for Cubietruck. If you need display you should apply the code I mentioned above. hwpacks should'nt be needed.
fabian20
 
Posts: 10
Joined: Tue Mar 18, 2014 2:59 pm

Re: ArchLinux ARM for CubieTruck : any ideas ?

Postby IsaacPascual » Sat Mar 29, 2014 1:25 pm

I do:
- Use http://archlinuxarm.org/os/ArchLinuxARM ... est.tar.gz to write a microSD (like for cubieboard2)
- Extract the package uboot-cubietruck from repo
- Install manually to microSD
- And put the modules fbcon lcd hdmi disp disp_ump ump on load.

I have cubietruck working with VGA output but not HDMI.

Anybody know how to activate this output?
IsaacPascual
 
Posts: 1
Joined: Sat Mar 29, 2014 1:14 pm

Re: ArchLinux ARM for CubieTruck : any ideas ?

Postby fabian20 » Mon Mar 31, 2014 2:11 pm

Try this

$this->bbcode_second_pass_code('', 'extraargs=console=tty0 disp.screen0_output_type=3 disp.screen0_output_mode=10')

in your uEnv.txt file for HDMI output with 1080p60. See http://linux-sunxi.org/Fex_Guide#.5Bdisp_init.5D for additional modes for screen0_output_type and output_mode.
You could also make changes permanent by modifying script.bin file accordingly.
fabian20
 
Posts: 10
Joined: Tue Mar 18, 2014 2:59 pm

Re: ArchLinux ARM for CubieTruck : any ideas ?

Postby fanningert » Wed Apr 09, 2014 10:26 pm

Hi,
I get my Cubietruck for two days and I've tried using the instructions for cubieboard 2 But unfortunately, so far with negative results.

Here the details of my experiments.

1.) Install instruction for cubieboard 2 -> Link
After that I used the SDHC with cubietruck. But it is not working.

2) Install instruction for cubieboard 2 -> Link + insert some code into "/boot/uEnv.txt"
$this->bbcode_second_pass_code('', 'root=/dev/mmcblk0p1
extraargs=console=tty0 disp.screen0_output_type=3 disp.screen0_output_mode=10')
But this time it is also not working.

Has anyone a "easy" install instruction for cubieboard for me. I like Arch Linux, one my Raspberry Pi and now I would like use it on Cubietruck.

Thanks and Regards
Thomas
Raspberry Pi | Raspberry Pi 2 | SolidRun ClearFog | USB Armory | Cubieboard 2 | Cubietruck
fanningert
 
Posts: 17
Joined: Wed Apr 09, 2014 7:59 pm
Location: Vienna

Re: ArchLinux ARM for CubieTruck : any ideas ?

Postby WarheadsSE » Wed Apr 09, 2014 10:35 pm

The CT probably needs a different u-boot.
Core Developer
Remember: Arch Linux ARM is entirely community donation supported!
WarheadsSE
Developer
 
Posts: 6807
Joined: Mon Oct 18, 2010 2:12 pm

Re: ArchLinux ARM for CubieTruck : any ideas ?

Postby tomcheng76 » Thu Apr 10, 2014 1:59 am

$this->bbcode_second_pass_quote('fanningert', 'H')i,
I get my Cubietruck for two days and I've tried using the instructions for cubieboard 2 But unfortunately, so far with negative results.

Here the details of my experiments.

1.) Install instruction for cubieboard 2 -> Link
After that I used the SDHC with cubietruck. But it is not working.

2) Install instruction for cubieboard 2 -> Link + insert some code into "/boot/uEnv.txt"
$this->bbcode_second_pass_code('', 'root=/dev/mmcblk0p1
extraargs=console=tty0 disp.screen0_output_type=3 disp.screen0_output_mode=10')
But this time it is also not working.

Has anyone a "easy" install instruction for cubieboard for me. I like Arch Linux, one my Raspberry Pi and now I would like use it on Cubietruck.

Thanks and Regards
Thomas


No official support for CT yet.
If you are looking for archlinux for CT, please check the following link
http://www.cubieforums.com/index.php?topic=1592.0
tomcheng76
 
Posts: 130
Joined: Mon Dec 13, 2010 11:24 am

Re: ArchLinux ARM for CubieTruck : any ideas ?

Postby fanningert » Thu Apr 10, 2014 5:21 am

@tomcheng76
Thanks I will test it.

Regards Thomas
Raspberry Pi | Raspberry Pi 2 | SolidRun ClearFog | USB Armory | Cubieboard 2 | Cubietruck
fanningert
 
Posts: 17
Joined: Wed Apr 09, 2014 7:59 pm
Location: Vienna

Re: ArchLinux ARM for CubieTruck : any ideas ?

Postby fanningert » Thu Apr 10, 2014 4:56 pm

Ok, fist boot after install image over dd is working. But after a simple "pacman -Syu" the system want start completly. So now I hope cubietruck become in the near future full support from archlinuxarm.org. My first doing is now, to spend some money.

Regards Thomas
Raspberry Pi | Raspberry Pi 2 | SolidRun ClearFog | USB Armory | Cubieboard 2 | Cubietruck
fanningert
 
Posts: 17
Joined: Wed Apr 09, 2014 7:59 pm
Location: Vienna

Re: ArchLinux ARM for CubieTruck : any ideas ?

Postby tomcheng76 » Fri Apr 11, 2014 1:12 am

$this->bbcode_second_pass_quote('fanningert', 'O')k, fist boot after install image over dd is working. But after a simple "pacman -Syu" the system want start completly. So now I hope cubietruck become in the near future full support from archlinuxarm.org. My first doing is now, to spend some money.

Regards Thomas


From what i see in the post, at least you need to modify /etc/pacman.conf

change
#IgnorePkg =
to
IgnorePkg = u-boot

before pacman -Syu

May be some other package need to ignore, as the arch is not the official one, you need patient and test

I am using Cubian (just like Rasbian / Debian), i also prefer the arch way, so i would wait archlinuxarm fully support and then reinstalling it :)
tomcheng76
 
Posts: 130
Joined: Mon Dec 13, 2010 11:24 am

Re: ArchLinux ARM for CubieTruck : any ideas ?

Postby WarheadsSE » Fri Apr 11, 2014 4:46 am

You might need to remove the machid from uEnv.txt with the newer kernels, if it has not been removed prior.
Core Developer
Remember: Arch Linux ARM is entirely community donation supported!
WarheadsSE
Developer
 
Posts: 6807
Joined: Mon Oct 18, 2010 2:12 pm

PreviousNext

Return to Allwinner

Who is online

Users browsing this forum: No registered users and 9 guests