View Single Post
Old 02-19-2024, 03:19 PM   #10
derivativeoflog7
Member
derivativeoflog7 began at the beginning.
 
derivativeoflog7's Avatar
 
Posts: 10
Karma: 10
Join Date: Jan 2024
Location: Italy
Device: Kindle Touch (K5)
Well okay, curiosity got the best of me
I can interrupt the booting process in two stages

First one is when it says Hit any key to stop autoboot:, I get the following menu
Code:
uboot > help
?       - alias for 'help'
bist    - start Built In Self Test
boot    - boot default, i.e., run 'bootcmd'
bootd   - boot default, i.e., run 'bootcmd'
bootm   - boot application image from memory
go      - start application at address 'addr'
help    - print online help
idme    - idme    - Set nv ram variables


log     - manipulate logbuffer
printenv- print environment variables
reset   - Perform RESET of the CPU
run     - run commands in an environment variable
setenv  - set environment variables
version - print monitor version
One thing I notice is that, if I run idme, i get this:
Code:
serial: B0111408210505H1
accel:
mac: 28EF01689168
sec: EJ7OF378VSQVG3KJC4B2
pcbsn: 0061405114850Q5W
bootmode: main
postmode: normal
I'm VERY sketched out by that accel: <empty> because, as I said before, running a diagnostics from the recovery mode using Kubrick seems to confirm it does actually work! Maybe writing a variable there will fix the issue? I have no idea what to set it to though... maybe if someone gives me a known value I can try that

The second one is when it says Press [ENTER] for recovery menu..., and I get this:
Code:
Menu
====
3. Load MMC0 over USB storage
4. Erase MMC0
I. Initialize Partition Table (fdisk) and format FAT
O. Format and overwrite FAT partition
E. Export FAT partition
U. Update using update*.bin file on FAT partition
M. Update using update*.bin file on FAT partition of second MMC port
D. dmesg / kernel printk ring buffer.
Q. quit
But nothing here seems to be useful in my case
derivativeoflog7 is offline   Reply With Quote