Tiny Core Base > Raspberry Pi
arm32 and arm64 submission chromium questions
aus9:
Hi
currently only testing a debian unpack of chromium on arm7l (arm32)
as per screenshot...it works
https://imgur.com/77EXI2z
Can I package and supply as the source....just the debian files in compressed form?
or the debian package that ends in .deb?
Otherwise are you wanting the actual source that the debian maintainers compiled from,
I assume they compiled....have not looked for any build script.
For those interested, in this test....that succeeded without trying to be too fancy...
I injected the deb files in their debian locations...too excited to reboot and do it to usr/local
--- Code: ---sudo find /usr -name chromium-browser
/usr/bin/chromium-browser
/usr/lib/chromium-browser
/usr/lib/chromium-browser/chromium-browser
--- End code ---
In addition while on RPi OS 32 I ran a readelf command to get the dependencies.
This will be packaged as a dep file but to get here just now I ran
--- Code: ---tce-load -i glib2 nss nspr atk at-spi2-atk libcups dbus libdrm \
libxcb libxkbcommon at-spi2-core libX11 libXcomposite libXdamage \
libXext libXfixes libXrandr libEGL pango libasound
--- End code ---
thanks for reading
curaga:
For repackaging binaries, a script extension (like the getLatestFF) would be preferred.
aus9:
Hi curaga and others
I have found and downloaded the source for arm 32
--- Code: ---rw-r--r-- 1 gor gor 1.3G Jul 12 17:51 src-refs_tags_113.0.5672.95.tar.gz
--- End code ---
What I have not found out ....is how to translate the debian info link to give me a download link to the actual running debian package
To anyone the apt info command tells me the debian package came from here (for 32 bit)
--- Code: ---apt info chromium-browser
SNIP
http://archive.raspberrypi.org/debian bullseye/main armhf Packages
--- End code ---
My eyesight can not find any builds in dCore to cheat off
http://tinycorelinux.net/dCore/
maybe a dCore person might drop by?
otherwise.....maybe Juanito or Paul_123 will take pity on those looking for a recent browser (at least in arm 32) and allow me to submit a TCE as I have the source?
thanks for reading
GNUser:
Hi aus9. I saw the image you posted here:
https://imgur.com/aqr3OUp
Very strange. I don't have an explanation for this but I wager it has nothing to do with fonts.
The lanoxx/tilda project displays just fine for me on Brave running in TCL x86_64, by the way.
It seems Github uses more than just HTML, CSS, and Javascript to generate pages in the browser--Jekyll (about which I know nothing), for example, is also involved:
https://tomcam.github.io/least-github-pages/adding-images-github-pages-site.html
Is your problem specific to the lanoxx/tilda page on Github, or are all other Github pages also affected? If it's specific to the lanoxx/tilda page, the problem could be a metabug (something due to how that specific repository is rendered on your specific browser), similar to this user's problem:
https://forum.gitlab.com/t/file-listing-in-web-browser-doesnt-display-for-1-project/44231
Paul_123:
Using the Raspi-OS is likely going to be the most reliable of a functional build for Raspberry Pi. At least for a full browser like chromium.
You should be able to parse this file to get information about the current package.
http://archive.raspberrypi.org/debian/dists/bullseye/main/binary-armhf/Packages
http://archive.raspberrypi.org/debian/dists/bullseye/main/binary-arm64/Packages
Navigation
[0] Message Index
[#] Next page
Go to full version