icedream / denon-prime4

Fork of @ghuntley's Denon Prime 4 firmware research repository for experimental purposes.
MIT License
14 stars 1 forks source link

scp & ssh& sshfs addon, mc, python2.7 #32

Closed dzelionis closed 1 year ago

dzelionis commented 2 years ago

Some addons....

image

image

image

image

https://drive.google.com/drive/folders/16OgLBTAjK9EXcM2kH4YsaYXaZdPS66Cc?usp=sharing

icedream commented 1 year ago

Interesting to see binaries built using Freetz running on this! Never had that idea, I just used buildroot to take care of this. Pretty cool stuff!

dzelionis commented 1 year ago

lol, its very handy for me, as i have few fritzboxes at home and i am running freetz-ng on it...and freetz-ng is build using menuconfig, which includes tones of applications etc.... also its arm cpu so there is no reason why it should not work on denon prime

icedream commented 1 year ago

I used freetz-ng for my routers as well but in regards to the Prime 4 was immediately concerned regarding GPU and UI dependencies that probably would not have been shipped with it. At that point I also already knew that Buildroot was used to compile the official firmware anyways.

Buildroot also has a similar menu to build packages. You'll notice I added a buildroot-customizations/ directory to provide my own packages to the system, I can later just put checkmarks in that menu for the packages I want to build and it handles dependencies and everything as well from there.

I just wrote scripts to check out the correct Buildroot version and configure and compile it:

Maybe something for someone else to experiment with as well :D