Page 2 of 2

Re: Trying to build AirTight C-75 system

Posted: Thu Jul 04, 2024 8:43 am
by Lantis
Lets take a few steps back. You should not have managed to produce a 12MB image, that's ludicrous lol.
And moving the boot parameters is a big recipe for bricking a device.

I produced an 11MB file using the following config file.
https://pastebin.com/vcRTTJjC

I can provide a download link for it if you would like. Or you can continue trying to build yourself :)

Re: Trying to build AirTight C-75 system

Posted: Fri Jul 05, 2024 5:42 am
by hanhan_spm
Lantis wrote:
Thu Jul 04, 2024 8:43 am
Lets take a few steps back. You should not have managed to produce a 12MB image, that's ludicrous lol.
And moving the boot parameters is a big recipe for bricking a device.

I produced an 11MB file using the following config file.
https://pastebin.com/vcRTTJjC

I can provide a download link for it if you would like. Or you can continue trying to build yourself :)
i am not sure where did i wrong ?
the compile produce 2 image file
initramfs 12mb
sysupgrade 12mb

is it suppose to be a lot smaller than that ?
i will try your config (the pastebin) and see what it will give me...

Re: Trying to build AirTight C-75 system

Posted: Fri Jul 05, 2024 5:48 am
by hanhan_spm
i just notice something...
the souce code i compile it was Gargoyle 1.15.x

errr..... should'nt i try the stable one first ?

Re: Trying to build AirTight C-75 system

Posted: Fri Jul 05, 2024 8:43 am
by Lantis
About 11MB is right for a "gargoyle-large" image. "gargoyle-usb" should be smaller than that. This should flash fine.

1.15.x is fine :)

Re: Trying to build AirTight C-75 system

Posted: Sun Jul 07, 2024 7:24 am
by hanhan_spm
Side note:
I got frustrated... I know it is an old intel i5-650 with 2cpu x 2thread
So I add more memory to 10gb, change the Hdd to m-sata ssd 64gb
I change the Linux run level "multiuser" ( no GUI... Text only) so i can get 8gb free working memory.

But...

No luck compiling with full thread mode
My guess is... Race condition between compiler

Re: Trying to build AirTight C-75 system

Posted: Sun Jul 07, 2024 11:02 pm
by hanhan_spm
Lantis wrote:
Thu Jul 04, 2024 8:43 am

I produced an 11MB file using the following config file.
https://pastebin.com/vcRTTJjC
I put that config file to
/targets/ath79/profiles/default/

but after
make BUILD_THREADS=1 ath79

it produce all ath79 images but not my c-75 image...
i also notice after compiling... the overal directory are 26GB ( i start from fresh git)
the previous one only 16GB ( separate folder)

did i put the config file at the wrong place ?

Re: Trying to build AirTight C-75 system

Posted: Mon Jul 08, 2024 6:52 am
by Lantis
You also need to add it to profile_images. But if you just go fishing in the ath79-src/bin/targets/ath79/generic/ you’ll find it.

Re: Trying to build AirTight C-75 system

Posted: Mon Jul 08, 2024 2:32 pm
by hanhan_spm
Lantis wrote:
Mon Jul 08, 2024 6:52 am
You also need to add it to profile_images. But if you just go fishing in the ath79-src/bin/targets/ath79/generic/ you’ll find it.
Hi Lantis...
I need guidance here..
so where I was suppose to put the config file ?
and what should i do with the profile_images ?

Re: Trying to build AirTight C-75 system

Posted: Mon Jul 08, 2024 8:33 pm
by Lantis
You did the right thing with the config file.
You need to add

Code: Select all

airtight_c-75-squashfs-
To the top of the profile_images file