Live data from Hacker News

I bricked then recovered my reMarkable 2

operand.ca

101–110 of 242 posts

Re: I bricked then recovered my reMarkable 2

#101

This is anxiety-inducing and a good promo for the pinenote!

The Pinenote can't arrive fast enough! I'm sitting on a ReMarkable 2 that I hate because I didn't realize how serious they were about crippling the usefulness of a really beautiful stack of hardware. It's really, Really, REALLY dead-set against letting you do anything useful like use wikipedia or stackoverflow on your ultra-long-battery-life beautiful-display device that you might, I dunno, want to use to look at ref…

[deleted]

Re: I bricked then recovered my reMarkable 2

#102
post #99

Oh boy do I have opinions with this one. This seems like a lot of work to avoid using a perfectly good package manager on the device . They could have used rsync without installing rsync on the device. The target device doesn't need to have rsync for rsync to be used. They could have installed the package manager and left it. It doesn't run anything in the background on my device. It's easy enough to verify you don't…

Does remarkable use a fork of ChromiumOS? ChromiumOS uses the BOOT-A and BOOT-B partitions for upgrades and it reverts to the previously used boot partition if the OS fails to successfully boot[0]. [0] https://www.chromium.org/chromium-os/chromiumos-design-docs/...

No, it uses Yocto/OpenEmbedded.

Re: I bricked then recovered my reMarkable 2

#103
post #99

Oh boy do I have opinions with this one. This seems like a lot of work to avoid using a perfectly good package manager on the device . They could have used rsync without installing rsync on the device. The target device doesn't need to have rsync for rsync to be used. They could have installed the package manager and left it. It doesn't run anything in the background on my device. It's easy enough to verify you don't…

Does remarkable use a fork of ChromiumOS? ChromiumOS uses the BOOT-A and BOOT-B partitions for upgrades and it reverts to the previously used boot partition if the OS fails to successfully boot[0]. [0] https://www.chromium.org/chromium-os/chromiumos-design-docs/...

[deleted]

Re: I bricked then recovered my reMarkable 2

#104

I work part-time for my university's help desk and I was both impressed and disappointed the first time I came across one of these--one the one hand, its highly customizable and supports SSH access. On the other hand, there is shockingly no way to get the MAC address without connecting via SSH, even though this is popular among academics who often need to get onto MAC filtered networks. In hindsight, we probably coul…

The reMarkable is surprisingly good for its primary purpose. Everything else it does... is limited. They things they did do are done well given how they are implemented. The epub/pdf experience sucks because it doesn't have a real pdf reader. It just renders the epub to pdf and then throw the pdf into the note-taking app. Arguably, none of the functionality is half-assed. It works very well as a writing tablet. It ab…

Maybe keep an eye out on the PineNote. It's bound to be much worse than the reMarkable as a writing tablet, but it should also be general purpose in a lot of ways the rm isn't.

Re: I bricked then recovered my reMarkable 2

#105

I work part-time for my university's help desk and I was both impressed and disappointed the first time I came across one of these--one the one hand, its highly customizable and supports SSH access. On the other hand, there is shockingly no way to get the MAC address without connecting via SSH, even though this is popular among academics who often need to get onto MAC filtered networks. In hindsight, we probably coul…

The reMarkable is surprisingly good for its primary purpose. Everything else it does... is limited. They things they did do are done well given how they are implemented. The epub/pdf experience sucks because it doesn't have a real pdf reader. It just renders the epub to pdf and then throw the pdf into the note-taking app. Arguably, none of the functionality is half-assed. It works very well as a writing tablet. It ab…

The Onyx Boox series is really good. The writing experience is almost as good as a Remarkable. The reading experience is excellent, and it's runs Android.

Re: I bricked then recovered my reMarkable 2

#106

Earlier quoted context omitted.

The reMarkable is surprisingly good for its primary purpose. Everything else it does... is limited. They things they did do are done well given how they are implemented. The epub/pdf experience sucks because it doesn't have a real pdf reader. It just renders the epub to pdf and then throw the pdf into the note-taking app. Arguably, none of the functionality is half-assed. It works very well as a writing tablet. It ab…

Maybe keep an eye out on the PineNote. It's bound to be much worse than the reMarkable as a writing tablet, but it should also be general purpose in a lot of ways the rm isn't.

Don't have the skills to hack on one myself but I can't wait to see what people do with it. :)

Re: I bricked then recovered my reMarkable 2

#107
post #85

Oh boy do I have opinions with this one. This seems like a lot of work to avoid using a perfectly good package manager on the device . They could have used rsync without installing rsync on the device. The target device doesn't need to have rsync for rsync to be used. They could have installed the package manager and left it. It doesn't run anything in the background on my device. It's easy enough to verify you don't…

I know I reacted hard to this statement: > Going further down the rabbit hole, the toltec GitHub page mentions that it works on top of the Entware distribution, and recommends what is basically “wget | bash”. I’m not a fan of this. Could I install my own rsync? We made sure that the toltec install process includes a hash of the install script to prove that it isn't modified by a man-in-the-middle. Toltec itself requi…

I made the mistake in that post of not mentioning that I didn't want to be required to connect the rm2 to wifi, and installing a package manager would mean I would need to do that to install software. If anything it would be something I would temporarily install, use it to install rsync, then figure out how to uninstall it, and in my mind that's functionally equivalent to what I was doing with docker. Pushing to / instead of /opt was my mistake :)

I apologize, I could have better expressed why I took the path I did. I'll edit the post later today.

Re: I bricked then recovered my reMarkable 2

#108
post #102
post #99

Earlier quoted context omitted.

Does remarkable use a fork of ChromiumOS? ChromiumOS uses the BOOT-A and BOOT-B partitions for upgrades and it reverts to the previously used boot partition if the OS fails to successfully boot[0]. [0] https://www.chromium.org/chromium-os/chromiumos-design-docs/...

No, it uses Yocto/OpenEmbedded.

Thank you for the fast response and, also, for putting this onto my radar. For anyone else who is curious, Yocto/OpenEmbedded is used to create custom linux distributions for embedded devices:

https://www.yoctoproject.org/members/openembedded/

https://www.yoctoproject.org/software-overview/

Re: I bricked then recovered my reMarkable 2

#109

Earlier quoted context omitted.

"They could have used rsync without installing rsync on the device. The target device doesn't need to have rsync for rsync to be used." This is not true.

It very much is true. I do it all the time. If the target device is running ssh, you can use rsync on the source. https://www.digitalocean.com/community/tutorials/how-to-copy... Edit: Looks like I was wrong.

As others have pointed out, that doesn't quite work. But the way that I use rsync with my remarkable is to use sshfs to mount the remarkable's filesystem, and then run rsync between the local and mounted filesystems. Works for me without having to install rsync on the remarkable.
Post reply on HN