Is it a Server Image or DE? Just to confirm.
I also have some concern over the size of the img file and also 32gb sd requirement.
Did you make image of the sd card you used? If so then can you shrink it to remove the empty space? As 4GB for a distro is quite big, Actually I would like to try it but the file size is quite big for me.
Also a guide on how to flash it will be helpful for normal users.
hi, the trgmii-setting in 4.14 is basicly wrong, but with right config (trgmii for gmac0 and rgmii for gmac1) packets on gmac 0 are damaged so it is defined this way in dtsā¦just drop this āfeatureā from your list
for size of image:
remove cache-files (paketmanager)
clean logfiles
write a 0-file (/dev/zero) till your partition is full and remove it (best is to do it inside the image not in running system)
I have reduced the 1.6GB image package - kernel sources dumped for download separately, zero unused FS space. This is in line with the Gentoo basic system philosophy for further software installation.
Ultimately, Iām going to create a router with shaping, squid - censorship for underage users, NAS, DLNA, samba - hence the size of the file system. (Actually, I am currently using rootFS on HDD myself, because my EMMC is dead). Maybe something else will come out during use.
You can change the dpkg-line to match your gentoo if we found a way to check for other system (e.g. /etc/issue) the function can be made universalā¦thats why i had moved the code to a function
as workaround you can patch it to return 0 on gentoo at beginning of functionā¦
build.sh - dependency checking is not in a function - so
return 0
doesnāt work. It would only be possible to
exit 0
and:
echo "currently script working only on debian / ubuntu ā¦ "
Or create a ācheckā function and call it in the right places ā¦
I did it and then ./build.sh works (in terms of compiling and installing the kernel).
Of course the āfunction debā does not work either
My goal is not to play with the kernel, but to configure specific functions on BPI-R2: NAS, routing, QoS ā¦ etc. And the kernel 4.14 in the description at https://github.com/frank-w/BPI-R2-4.14 has the most useful functions.
Btw A better approach in Gentoo would be to write an ebuild to do
the link you have already in your image fixed (and have not be done by user)? does it work with additional modules (afair link needs name of current running kernel = $(uname -r) )
./build.sh help OK
./build.sh config OK (*)
./build.sh importconfig OK
./build.sh install OK
./build.sh pack - Fail?
ā./build.sh: line 589: ā¦/SD/BPI-ROOT//etc/modprobe.d/cryptodev.conf: No such fil e or directoryā
./build.sh uenv - Fail - open new file??
/* -
The graphics ncurses menuconfig crumble, when I give the usual āmake menuconfigā it looks much better. Why?