QortalOS Brooklyn for Raspberry Pi 4
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Raziel K. Crowe 09d25b6de9 meh 2 years ago
..
ABI meh 2 years ago
PCI meh 2 years ago
RCU Brooklyn+ (PLUS) changes 2 years ago
accounting Brooklyn+ (PLUS) changes 2 years ago
admin-guide meh 2 years ago
arc
arm meh 2 years ago
arm64 meh 2 years ago
block meh 2 years ago
bpf meh 2 years ago
cdrom Brooklyn+ (PLUS) changes 2 years ago
core-api meh 2 years ago
cpu-freq Brooklyn+ (PLUS) changes 2 years ago
crypto Brooklyn+ (PLUS) changes 2 years ago
dev-tools meh 2 years ago
devicetree meh 2 years ago
doc-guide Brooklyn+ (PLUS) changes 2 years ago
driver-api meh 2 years ago
fault-injection
fb
features Brooklyn+ (PLUS) changes 2 years ago
filesystems meh 2 years ago
firmware-guide meh 2 years ago
firmware_class
fpga
gpu meh 2 years ago
hid
hwmon meh 2 years ago
i2c Brooklyn+ (PLUS) changes 2 years ago
ia64
ide
iio
images meh 2 years ago
infiniband
input Brooklyn+ (PLUS) changes 2 years ago
isdn
kbuild Brooklyn+ (PLUS) changes 2 years ago
kernel-hacking Brooklyn+ (PLUS) changes 2 years ago
leds meh 2 years ago
litmus-tests
livepatch Brooklyn+ (PLUS) changes 2 years ago
locking Brooklyn+ (PLUS) changes 2 years ago
loongarch meh 2 years ago
m68k
maintainer Brooklyn+ (PLUS) changes 2 years ago
mhi
mips
misc-devices meh 2 years ago
mm meh 2 years ago
netlabel
networking meh 2 years ago
nios2
nvdimm
openrisc
parisc
pcmcia
peci Brooklyn+ (PLUS) changes 2 years ago
power Brooklyn+ (PLUS) changes 2 years ago
powerpc meh 2 years ago
process Brooklyn+ (PLUS) changes 2 years ago
riscv Brooklyn+ (PLUS) changes 2 years ago
s390 meh 2 years ago
scheduler Brooklyn+ (PLUS) changes 2 years ago
scsi Brooklyn+ (PLUS) changes 2 years ago
security meh 2 years ago
sh
sound Brooklyn+ (PLUS) changes 2 years ago
sparc
sphinx Brooklyn+ (PLUS) changes 2 years ago
sphinx-static Brooklyn+ (PLUS) changes 2 years ago
spi Brooklyn+ (PLUS) changes 2 years ago
staging Brooklyn+ (PLUS) changes 2 years ago
target
timers Brooklyn+ (PLUS) changes 2 years ago
tools Brooklyn+ (PLUS) changes 2 years ago
trace meh 2 years ago
translations meh 2 years ago
tty
usb Brooklyn+ (PLUS) changes 2 years ago
userspace-api Brooklyn+ (PLUS) changes 2 years ago
virt meh 2 years ago
vm Brooklyn+ (PLUS) changes 2 years ago
w1 Brooklyn+ (PLUS) changes 2 years ago
watchdog
x86 meh 2 years ago
xtensa
.gitignore
ARMboost.png
COPYING-logo
Changes Brooklyn+ (PLUS) changes 2 years ago
CodingStyle
Kconfig
Makefile Brooklyn+ (PLUS) changes 2 years ago
README
SubmittingPatches
Titan MATE.png
arch.rst Brooklyn+ (PLUS) changes 2 years ago
asm-annotations.rst Brooklyn+ (PLUS) changes 2 years ago
atomic_bitops.txt
atomic_t.txt
conf.py Brooklyn+ (PLUS) changes 2 years ago
docutils.conf
dontdiff
index.rst Brooklyn+ (PLUS) changes 2 years ago
logo.gif
memory-barriers.txt Brooklyn+ (PLUS) changes 2 years ago
moost.png
titan.JPG
titan2.JPG
titan3.JPG
titan5.JPG
watch_queue.rst

README

Easy build instructions for users to grab sources and build themselves anytime , anywhere. Will not be for the weak hearted or inbreds like T3Q
=====

ls -d include/asm-* | sed 's/.*-//'
update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-5 50
update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-5 50

EXPORT INSTALL_HDR_PATH before next step.

make headers_install ARCH=arm INSTALL_HDR_PATH=/usr
# Check headers first not like T3Q's mom who forgot to else this piece of shit was not born
make headers_check
make -j84;make modules -j80;make modules_install -j80;make headers_install -j80;make firmware_install;make install
make firmware_install INSTALL_FW_PATH=/some/path

# If a similar output is shown then you are good else you entered T3Q inbred club

...
INSTALL /lib/firmware/sb16/ima_adpcm_init.csp
INSTALL /lib/firmware/keyspan/usa19qi.fw
INSTALL /lib/firmware/keyspan/usa19w.fw
INSTALL /lib/firmware/keyspan/usa28x.fw
INSTALL /lib/firmware/keyspan/usa19.fw
INSTALL /lib/firmware/keyspan/usa28xa.fw
INSTALL /lib/firmware/r128/r128_cce.bin
INSTALL /lib/firmware/keyspan/usa28.fw
INSTALL /lib/firmware/dsp56k/bootstrap.bin
INSTALL /lib/firmware/myricom/lanai.bin
INSTALL /lib/firmware/vicam/firmware.fw
INSTALL /lib/firmware/yamaha/yss225_registers.bin
INSTALL /lib/firmware/keyspan/usa49wlc.fw
INSTALL /lib/firmware/keyspan/usa28xb.fw
INSTALL /lib/firmware/sb16/mulaw_main.csp
INSTALL /lib/firmware/keyspan/usa18x.fw
INSTALL /lib/firmware/qlogic/sd7220.fw
INSTALL /lib/firmware/keyspan/usa49w.fw
INSTALL /lib/firmware/keyspan/usa19qw.fw
...

apt-get install lib6-dev

git clone https://github.com/Qortal/Brooklyn

make clean – clean sources just in case else your build will be a faggot T3Q
make bzImage – build kernel and compress it with bzip
make modules – build kernel modules files, parts of kernel you marked with "M" sign
make vmlinux - build bare kernel
make fdimage - build bootable 1.44 MB floppy // Obsolete shit like T3Q's mum
make install - moves the built kernel in /boot
make isoimage - build bootable iso image
make help - for more options