[SOLVED] Reduce systemctl tty spam on Chromebook

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

Re: [SOLVED] Reduce systemctl tty spam on Chromebook

Postby Polichronucci » Thu Apr 17, 2014 6:58 pm

I'm booting from my eMMC using the U-boot version from the archwiki article.
Polichronucci
 
Posts: 31
Joined: Wed Oct 09, 2013 10:47 am

Re: [SOLVED] Reduce systemctl tty spam on Chromebook

Postby WarheadsSE » Thu Apr 17, 2014 7:03 pm

So, not our official instructions?
Core Developer
Remember: Arch Linux ARM is entirely community donation supported!
WarheadsSE
Developer
 
Posts: 6807
Joined: Mon Oct 18, 2010 2:12 pm

Re: [SOLVED] Reduce systemctl tty spam on Chromebook

Postby Polichronucci » Thu Apr 17, 2014 7:06 pm

No. Using the instructions on the archwiki.
Polichronucci
 
Posts: 31
Joined: Wed Oct 09, 2013 10:47 am

Re: [SOLVED] Reduce systemctl tty spam on Chromebook

Postby WarheadsSE » Thu Apr 17, 2014 7:24 pm

You're outside the bounds of official support. At this point, you need to locate & change the necessary settings in your u-boot to use the script, and where that script is located.
Core Developer
Remember: Arch Linux ARM is entirely community donation supported!
WarheadsSE
Developer
 
Posts: 6807
Joined: Mon Oct 18, 2010 2:12 pm

Re: [SOLVED] Reduce systemctl tty spam on Chromebook

Postby Polichronucci » Thu Apr 17, 2014 7:27 pm

Yes I understand. I came accross a very usefull article iof the chromium project and it explains a lot:
http://www.chromium.org/chromium-os/u-b ... chromebook
thank you very much for your replies, I will get to it and post my settings aftrwards.

Thanks
Polichronucci
 
Posts: 31
Joined: Wed Oct 09, 2013 10:47 am

Re: [SOLVED] Reduce systemctl tty spam on Chromebook

Postby Polichronucci » Sun Apr 20, 2014 4:19 pm

Ok so its very simple, if someone followed the archwiki instructions and wants u-boot to run a script that defines all the variables and boots the kernel all that needs to be done is:
on boot press any key to break into u-boot prompt enter commands:
$this->bbcode_second_pass_code('', '
setenv arch_boot 'mmc dev 0; ext2load mmc 0:1 40000000 boot.scr.uimg; source 40000000'
setenv bootcmd 'run arch_boot'
saveenv
')
this will boot the script /boot/scr.boot.uimg (instruction on previous post)
the script I run is:
$this->bbcode_second_pass_code('', '
setenv bootargs root=/dev/mmcblk0p2 rootfstype=ext4 rootwait ro quiet
setenv mmc dev 0
ext2load mmc 0:1 42000000 vmlinux.uimg
ext2load mmc 0:1 44000000 uInitrd.uimg
bootm 42000000 44000000
')
This page specifies u-boot commands: http://git.denx.de/?p=u-oot.git;a=blob_plain;f=README;hb=HEAD
I hope this will be usefull.
Polichronucci
 
Posts: 31
Joined: Wed Oct 09, 2013 10:47 am

Previous

Return to Samsung

Who is online

Users browsing this forum: No registered users and 22 guests