Install instructions not working

Ask questions about Arch Linux ARM. Please search before making a new topic.

Install instructions not working

Postby bearmed » Sat Jan 20, 2018 7:58 pm

I have a Asus c201 & am using the Asus flip c100 instructions. I'm stuck at no.7.
Am I reading the instructions wrong? I typed: cgpt add -i 2 -t data -b 40960 -s 31116255 - 40960 -l Root /dev/mmcblk1 This gives :Can't open '-' No such file or directory. I then tried it without the '-' before the last 40960 & it gave 40960 as No such file or directory. After removing the last '-', I also brought those numbers closer together & got: Out of valid region.
I know next to nothing on partitioning & gladly appreciate any help.
bearmed
 
Posts: 2
Joined: Fri Jan 19, 2018 8:44 pm

Re: Install instructions not working

Postby darkgeek » Sun Jan 21, 2018 12:42 pm

$this->bbcode_second_pass_quote('', '
')I typed: cgpt add -i 2 -t data -b 40960 -s 31116255 - 40960 -l Root /dev/mmcblk1


I think you missed expr, the command line should be the following instead:
$this->bbcode_second_pass_code('', '
cgpt add -i 2 -t data -b 40960 -s `expr 31116255 - 40960` -l Root /dev/mmcblk1
')
darkgeek
 
Posts: 20
Joined: Fri Sep 12, 2014 2:19 am

Re: Install instructions not working

Postby bearmed » Sun Jan 21, 2018 3:28 pm

Thank you darkgeek for your help, I knew it was something on my end :!:
bearmed
 
Posts: 2
Joined: Fri Jan 19, 2018 8:44 pm


Return to User Questions

Who is online

Users browsing this forum: No registered users and 12 guests