I am trying to use your script. I have installed Devuan in an amd64 machine just to run it, but I am getting an error. This are the last messages before returning.
checking for struct pst_processor.psp_iticksperclktick... no
checking for suitable m4... configure: error: No usable m4 in $PATH or /usr/5bin (see config.log for reasons).
Makefile:145: recipe for target '/home/devuan/devsus/open-ath9k-htc-firmware/toolchain/build/gmp-6.1.1/.built' failed
I have this issue #5 , and I have tried saying Y and N. Both produce the same result at the end and no images. Also, I get no config.log.
I am trying to use your script. I have installed Devuan in an amd64 machine just to run it, but I am getting an error. This are the last messages before returning.
>checking for struct pst_processor.psp_iticksperclktick... no
>checking for suitable m4... configure: error: No usable m4 in $PATH or /usr/5bin (see config.log for reasons).
>Makefile:145: recipe for target '/home/devuan/devsus/open-ath9k-htc-firmware/toolchain/build/gmp-6.1.1/.built' failed
>make: *** [/home/devuan/devsus/open-ath9k-htc-firmware/toolchain/build/gmp-6.1.1/.built] Error 1
>+ cleanup
>+ set +e
>+ umount -l /home/devuan/devsus/tmp.IisSEPb0Fo
>+ rmdir /home/devuan/devsus/tmp.IisSEPb0Fo
>+ losetup -d /dev/loop7
>+ umount -l /home/devuan/devsus/tmp.j7XLA8R5gZ
>+ rmdir /home/devuan/devsus/tmp.j7XLA8R5gZ
>+ losetup -d /dev/loop6
I have this issue https://notabug.org/dimkr/devsus/issues/5 , and I have tried saying Y and N. Both produce the same result at the end and no images. Also, I get no config.log.
Issue #5 is unrelated step, the config file does not have CONFIG_ARM_ERRATA_CR711784 entry so it prompts. Both paths Y and N will actually produce images (I tried both because I was unsure).
Hi,
It looks like you need to install m4
# apt install m4
Issue #5 is unrelated step, the config file does not have CONFIG_ARM_ERRATA_CR711784 entry so it prompts. Both paths Y and N will actually produce images (I tried both because I was unsure).
@creoflux thanks, I'll try with m4 installed. Any reason why it is not in the list of packages to install in the README? Also, there is a '/' missing in the apt install line in the README, after u-boot-tools.
As for issue #5, you probably have not had time to look into it, but any suggestion on what option could be better?
@creoflux thanks, I'll try with m4 installed. Any reason why it is not in the list of packages to install in the README? Also, there is a '/' missing in the apt install line in the README, after u-boot-tools.
As for issue #5, you probably have not had time to look into it, but any suggestion on what option could be better?
Any reason why it is not in the list of packages to install in the README?
I am not sure, I just started using this script... just pure speculation, but I think depending on what version of Devuan you install perhaps this comes with.
The other issue:
/bin/sh: 1: patch: not found
This looks like you are missing patch also
# apt install patch
> Any reason why it is not in the list of packages to install in the README?
I am not sure, I just started using this script... just pure speculation, but I think depending on what version of Devuan you install perhaps this comes with.
The other issue:
> /bin/sh: 1: patch: not found
This looks like you are missing patch also
# apt install patch
@creoflux I assumed you were the maintainer, I realize now that is not the case. Thanks for the help. I have installed in an spare HD Devuan 1 (Jessie) on x86_64 as recommended in the README.
I realized I need to run the script as root so it can find parted.
I have finally finished the script without errors, but it has only created the 2GB image file. No 16GB image file as the README seems to indicate. What could be wrong?
EDIT: After burning the 2GB image in a 4GB usb device using dd as indicated in the README, the image will not boot in the C201. Also, GParted says there is some problem with the created partitions and can not recognize them. I will paste the end of the devsus.sh script output later on.
@creoflux I assumed you were the maintainer, I realize now that is not the case. Thanks for the help. I have installed in an spare HD Devuan 1 (Jessie) on x86_64 as recommended in the README.
After installing patch, I got a new error:
>+ parted --script devuan-jessie-c201-libre-2GB.img mklabel gpt
>./devsus.sh: 77: ./devsus.sh: parted: not found
I realized I need to run the script as root so it can find parted.
I have finally finished the script without errors, but it has only created the 2GB image file. No 16GB image file as the README seems to indicate. What could be wrong?
EDIT: After burning the 2GB image in a 4GB usb device using dd as indicated in the README, the image will not boot in the C201. Also, GParted says there is some problem with the created partitions and can not recognize them. I will paste the end of the devsus.sh script output later on.
I am trying to use your script. I have installed Devuan in an amd64 machine just to run it, but I am getting an error. This are the last messages before returning.
I have this issue #5 , and I have tried saying Y and N. Both produce the same result at the end and no images. Also, I get no config.log.
Hi,
It looks like you need to install m4
# apt install m4
Issue #5 is unrelated step, the config file does not have CONFIG_ARM_ERRATA_CR711784 entry so it prompts. Both paths Y and N will actually produce images (I tried both because I was unsure).
@creoflux thanks, I'll try with m4 installed. Any reason why it is not in the list of packages to install in the README? Also, there is a '/' missing in the apt install line in the README, after u-boot-tools.
As for issue #5, you probably have not had time to look into it, but any suggestion on what option could be better?
After installing m4, now I get a different error:
The error happens independently from the option I chose from issue #5.
I am not sure, I just started using this script... just pure speculation, but I think depending on what version of Devuan you install perhaps this comes with.
The other issue:
This looks like you are missing patch also
# apt install patch
@creoflux I assumed you were the maintainer, I realize now that is not the case. Thanks for the help. I have installed in an spare HD Devuan 1 (Jessie) on x86_64 as recommended in the README.
After installing patch, I got a new error:
I realized I need to run the script as root so it can find parted.
I have finally finished the script without errors, but it has only created the 2GB image file. No 16GB image file as the README seems to indicate. What could be wrong?
EDIT: After burning the 2GB image in a 4GB usb device using dd as indicated in the README, the image will not boot in the C201. Also, GParted says there is some problem with the created partitions and can not recognize them. I will paste the end of the devsus.sh script output later on.