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 758ed8d513 cleaning up the git 3 years ago
..
ABI
PCI cleaning up the git 3 years ago
RCU cleaning up the git 3 years ago
accounting
admin-guide cleaning up the git 3 years ago
arc cleaning up the git 3 years ago
arm cleaning up the git 3 years ago
arm64 cleaning up the git 3 years ago
block cleaning up the git 3 years ago
bpf cleaning up the git 3 years ago
cdrom cleaning up the git 3 years ago
core-api cleaning up the git 3 years ago
cpu-freq cleaning up the git 3 years ago
crypto cleaning up the git 3 years ago
dev-tools cleaning up the git 3 years ago
devicetree cleaning up the git 3 years ago
doc-guide cleaning up the git 3 years ago
driver-api cleaning up the git 3 years ago
fault-injection cleaning up the git 3 years ago
fb cleaning up the git 3 years ago
features cleaning up the git 3 years ago
filesystems cleaning up the git 3 years ago
firmware-guide cleaning up the git 3 years ago
firmware_class cleaning up the git 3 years ago
fpga cleaning up the git 3 years ago
gpu cleaning up the git 3 years ago
hid cleaning up the git 3 years ago
hwmon cleaning up the git 3 years ago
i2c cleaning up the git 3 years ago
ia64 cleaning up the git 3 years ago
ide cleaning up the git 3 years ago
iio cleaning up the git 3 years ago
infiniband cleaning up the git 3 years ago
input cleaning up the git 3 years ago
isdn cleaning up the git 3 years ago
kbuild cleaning up the git 3 years ago
kernel-hacking cleaning up the git 3 years ago
leds cleaning up the git 3 years ago
litmus-tests cleaning up the git 3 years ago
livepatch cleaning up the git 3 years ago
locking cleaning up the git 3 years ago
m68k cleaning up the git 3 years ago
maintainer cleaning up the git 3 years ago
mhi cleaning up the git 3 years ago
mips cleaning up the git 3 years ago
misc-devices cleaning up the git 3 years ago
netlabel cleaning up the git 3 years ago
networking cleaning up the git 3 years ago
nios2 cleaning up the git 3 years ago
nvdimm cleaning up the git 3 years ago
openrisc cleaning up the git 3 years ago
parisc cleaning up the git 3 years ago
pcmcia cleaning up the git 3 years ago
power cleaning up the git 3 years ago
powerpc cleaning up the git 3 years ago
process cleaning up the git 3 years ago
riscv cleaning up the git 3 years ago
s390 cleaning up the git 3 years ago
scheduler cleaning up the git 3 years ago
scsi cleaning up the git 3 years ago
security cleaning up the git 3 years ago
sh cleaning up the git 3 years ago
sound cleaning up the git 3 years ago
sparc cleaning up the git 3 years ago
sphinx cleaning up the git 3 years ago
sphinx-static cleaning up the git 3 years ago
spi cleaning up the git 3 years ago
staging cleaning up the git 3 years ago
target cleaning up the git 3 years ago
timers cleaning up the git 3 years ago
tools cleaning up the git 3 years ago
trace cleaning up the git 3 years ago
translations cleaning up the git 3 years ago
tty cleaning up the git 3 years ago
usb cleaning up the git 3 years ago
userspace-api cleaning up the git 3 years ago
virt cleaning up the git 3 years ago
vm cleaning up the git 3 years ago
w1 cleaning up the git 3 years ago
watchdog cleaning up the git 3 years ago
x86 cleaning up the git 3 years ago
xtensa cleaning up the git 3 years ago
.gitignore
ARMboost.png
COPYING-logo
Changes
CodingStyle
Kconfig
Makefile
README
SubmittingPatches
Titan MATE.png
arch.rst
asm-annotations.rst
atomic_bitops.txt
atomic_t.txt
conf.py
docutils.conf
dontdiff
index.rst
logo.gif
memory-barriers.txt
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