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.
 
 
 
 
 
 
Scare Crowe 84ba5b15ac Updates and fixes for BrooklynR 3 years ago
DRM Update e_mod_config.c 3 years ago
Documentation Updates and fixes for BrooklynR 3 years ago
GUI Scripts Create FastSwitcher.txt 3 years ago
LICENSES initial commit 3 years ago
OverClocking Update Essentials.txt 3 years ago
arch Updates and fixes for BrooklynR 3 years ago
block initial commit 3 years ago
certs initial commit 3 years ago
crypto moar crypto !! 3 years ago
drivers Updates and fixes for BrooklynR 3 years ago
fs Updates and fixes for BrooklynR 3 years ago
gnuk GNUK 3 years ago
imgs Create brooklyn-cinnamon.jpg 3 years ago
include Updates and fixes for BrooklynR 3 years ago
init initial commit 3 years ago
ipc Updates and fixes for BrooklynR 3 years ago
kernel Updates and fixes for BrooklynR 3 years ago
lib initial commit 3 years ago
mesa 3D driver Mesa 3D sources 3 years ago
mm Updates and fixes for BrooklynR 3 years ago
net Updates and fixes for BrooklynR 3 years ago
rdp-acceleraed accelerated rdp client for RPI 3 years ago
samples Updates and fixes for BrooklynR 3 years ago
scripts Updates and fixes for BrooklynR 3 years ago
security initial commit 3 years ago
sound Updates and fixes for BrooklynR 3 years ago
temp-telegraf Telegraf script init 3 years ago
tools Updates and fixes for BrooklynR 3 years ago
userland userland init 3 years ago
usr initial commit 3 years ago
virt Updates and fixes for BrooklynR 3 years ago
.gitattributes first commit 3 years ago
COPYING.txt first commit 3 years ago
CREDITS.txt first commit 3 years ago
Changes.txt Update Changes.txt 3 years ago
Kbuild.txt first commit 3 years ago
Kconfig.txt first commit 3 years ago
LICENSE first commit 3 years ago
MAINTAINERS.txt Update MAINTAINERS.txt 3 years ago
Makefile.txt Update Makefile.txt 3 years ago
README Update README 3 years ago
bootspeak Create bootspeak 3 years ago
clang-format.txt first commit 3 years ago
cocciconfig.txt first commit 3 years ago
config.boot.txt first commit 3 years ago
get_maintainer.ignore first commit 3 years ago
gitattributes.txt first commit 3 years ago
gitignore.txt first commit 3 years ago
mailmap.txt first commit 3 years ago

README

Brooklyn R , The Moose V1.0
===========================

* V1.0 is based off a Plasma Dektop
* V1.1a should be based on e17 sicne GPU issue is fixed
* V1.2 will be based on communinty demand

D: Raziel A. Crowe aka Scare Crowe
M: Sean Torchy aka Moose on the loose
A: Jason A. Crowe aka Crowetic
X: Netflix & Chill

GNUK Token Implementation
Source: http://www.gniibe.org

SWD port
(GND, SWD-CLK, SWD-IO)
Power port +---------------------+
Vdd |[] []()() -------+
GND |[] | |
|()() I/O port | USB |
| (PA2, PA3) | |
| -------+
+---------------------+

http://git.gniibe.org/gitweb/?p=gnuk/fst-01.git

If you rely heavily on VPN to bypass your regional filters then it will be a good idea to have extra entropy in hand. Any OpenSource Entropy stick should work on Brooklyn from now.

Note: Use raspi-config to setup your wifi or add plamsa desktop network manager with "sudo apt install plasma-nm" . It is assumed that you will be using an ethernet/network cable or keyboard and mouse to setup and configure your desktop. For headless image, you only need SSH access to your hardwired device. If you are facing Link Not Ready message still then simply reboot your Brooklyn device after doing a "sudo apt purge openresolv dhcpcd5".

You can get a release and flash it directly on your USB 3 hard drive with Balena Etcher. The default image size is meant for a 32GB microSD card. If you have a bigger microSD card then after login do a "sudo raspi-config", head over to Advacned and resize the file system. Same can be done for a GPT partitioned USB 3 hard drive/SSD. Keep in mind that MBR drives have a size limit per block partition. For 4TB or bigger drive you might want to use GPT instead. If you have purchased a Raspberry Pi 4 elsewhere then you might have to flash the boot loader to do a mass storaeg boot. Ask The Moose on the loose for help.

Want to send some tip for continued development or features / apps ported on Brooklyn?

QORT: Qgwb5SLVGAperXAMoVNBDvGpVAxTVY7f6F
DOGE: DJTRkmhwhG7W8t7WvAddZBnNkKWML6nHqJ
LTC: LNAEh8neaULnXVZwaMGQLmKyaEDTuTDwkv
TRON: TPApU3DDHGGpCXx2xyzKwzbeze9FQ2My9K
Monero: 8AAwtBUuf9qbFttEZevtkpScq1K5XG5iEjTWE5VjAea6gSFvDAiZzNAT6GWSt8bNLSHxvi57j3b2bYzC2KGgfeD664EzRHk
ETH: 0xa69b98d7241006c2f23e895d81fdc7f562a8e378
USDT ERC20 : 0xa69b98d7241006c2f23e895d81fdc7f562a8e378
BTC: 13zp3jdZ5utX5vmZaZiDyJtam8daS4uBpC



Linux Kernel Qortal 5.12.6-accelerated+stable
=============================================

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``. The formatted documentation can also be read online at:

https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.