HackerTrans
TopNewTrendsCommentsPastAskShowJobs

peanutbox

no profile record

comments

peanutbox
·4 jaar geleden·discuss
Tow-Boot is great, and slowly being adopted by distributions (typically mobile distributions) as the way to do firmware/booting on aarch64.
peanutbox
·4 jaar geleden·discuss
> You sure it's not booting kernel from eMMC, and the rest of the userland stored on NVMe?

I'm sure, since my RockPro64 has no eMMC (I didn't order one, and I just checked that my eMMC slot is empty).

I have Tow-Boot installed on my SPI, which when booted jumps to the NVMe device.

My initrd has modules "nvme pcie_rockchip_host phy_rockchip_pcie" which are needed for Linux to detect and then mount the rootfs.

  $ mount
  [...]
  /dev/nvme0n1p1 on / type ext4
  /dev/nvme0n1p3 on /boot/efi type vfat
  [...]
peanutbox
·4 jaar geleden·discuss
Would it be useful to have a site https://use-rss.example.com/?feed=https://thepcspy.com/feeds... which explained what RSS/Atom is, and suggested decent feed readers with instructions on how to set them up?

The idea would be that blog authors could link to that next to (or instead of) their RSS icon.

Such blogs could still include a link HTML tag for extension autodiscovery.
peanutbox
·4 jaar geleden·discuss
> It's quite a shame how much better their hardware could be if they hired someone to do the in-house work for stable OS support on any of their devices.

Perhaps, but is there any company doing that for aarch64 devices?

The Pine64 development community are making cross-distro improvements to aarch64 support, e.g. Tow-Boot.
peanutbox
·4 jaar geleden·discuss
I like it because it's dev hardware. They publish schematics, and their stuff is cheap enough to buy on a whim.

There's an active community to get involved with on hardware hacking.

> And they even sell dead and irrecoverable (without soldering/hacking) on devices like the pinephone keyboard/battery. Or how dare you use the phone usb-c port when on the keyboard - if you do, you fry the charging chip and possibly the battery.

Yes, this was bad.

> Or that the rockpro64 is said to be able to boot with eMMC rather than microSD. But when you try to, it doesn't work. Back to microSD. Weirdly enough Ive heard some users whose boards DO work with eMMC. None of mine did. Again, since docu is terrible, I copied the command that works and didn't for me. Seems like bad hardware versions or something?

eMMC and NVMe booting is supported by the hardware. The firmware might not, but the firmware is writable, and the developer community is working on unifying this.

State of the art for Linux distros is to install Tow-Boot on your SPI flash, and then a UEFI OS.
peanutbox
·4 jaar geleden·discuss
"It cannot boot directly from the NVMe port, however."

My RockPro64 boots directly from NVMe.

I use Tow-Boot, and my initrd has the modules needed to boot NVMe.