-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Publish release with idb_finish.img binary? #3
Comments
Of course. |
Done |
Thank you 🙏 |
I flashed image to the SD card only, not yet to the SPI. Somehow I could get a U-boot command prompt only for the very first time, and I typed "reset". Now I try to boot again and again, but U-boot just displays an error and does not give "=>" to let me enter into interactive mode. What am I doing wrong?
|
Strange, maybe my SD card is bad? I flashed another one and got everything working:
|
Try to use first idbloader and check. Did you solder flash bigger than
16Mbyes?
wt., 7 mar 2023, 23:10 użytkownik Dmitry Mikushin ***@***.***>
napisał:
… Strange, maybe by SD card is broken? I flashed another one and got
everything working:
Welcome to minicom 2.8
OPTIONS: I18n
Port /dev/ttyUSB0, 23:04:40
Press CTRL-A Z for help on special keys
U-Boot TPL 2023.01-rc4 (Jan 03 2023 - 11:10:10)
DDR4, 333MHz
BW=32 Col=10 Bk=4 BG=2 CS0 Row=16 CS=1 Die BW=16 Size=2048MB
Trying to boot from BOOTROM
Returning to boot ROM...
Running in level: 3
U-Boot SPL 2023.01-rc4 (Jan 03 2023 - 11:10:10 +0100)
rockchip_spi_of_to_plat: base=ff190000, max-frequency=50000000, deactivate_delay=0
rockchip_spi_probe: probe
rockchip_spi_probe: rate = 750000
Trying to boot from MMC1
NOTICE: BL31: v2.3():v2.3-dirty
NOTICE: BL31: Built : 11:04:37, Jan 3 2023
NOTICE: BL31:Rockchip release version: v1.2
ns16550_serial ***@***.***: pinctrl_select_state_full: uclass_get_device_by_phandle_id: err=-19
U-Boot 2023.01-rc4 (Jan 03 2023 - 11:10:12 +0100)
Model: FriendlyElec NanoPi R2S
DRAM: 2 GiB
PMIC: RK8050 (on=0x40, off=0x00)
Core: 235 devices, 25 uclasses, devicetree: separate
MMC: ***@***.***: 1
Loading Environment from SPIFlash... rockchip_spi_of_to_plat: base=ff190000, max-frequency=50000000, deactivate_delay=0
rockchip_spi_probe: probe
rockchip_spi_probe: rate = 750000
SF: Detected w25q128 with page size 256 Bytes, erase size 4 KiB, total 16 MiB
*** Warning - bad CRC, using default environment
In: ***@***.***
Out: ***@***.***
Err: ***@***.***
Model: FriendlyElec NanoPi R2S
EFUSE
Net: eth0: ***@***.***
Hit any key to stop autoboot: 0
=> sf erase 0x0 0x200000
No SPI flash selected. Please run `sf probe'
=> sf probe
SF: Detected w25q128 with page size 256 Bytes, erase size 4 KiB, total 16 MiB
=> sf erase 0x0 0x200000
SF: 2097152 bytes @ 0x0 Erased: OK
=> mmc dev 1
switch to partitions #0, OK
mmc1 is current device
=> mmc read 0x300000 0x0 0x1000
MMC read: dev # 1, block # 0, count 4096 ... 4096 blocks read: OK
=> sf write 0x300000 0x0 0x200000
device 0 offset 0x0, size 0x200000
SF: 2097152 bytes @ 0x0 Written: OK
—
Reply to this email directly, view it on GitHub
<#3 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEKSC25X6MB57KGSBFZFJQTW26W6VANCNFSM6AAAAAAVRWFHSQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
No, it is exactly 16 MBytes. |
OK, I've figured out the following:
Is there a way to make SD card to use the same offset 0x40000? |
Maybe Jagan @openedev has a clue? |
Hi @MarcinWad,
Would you like to publish your own version of
idb_finish.img
as a project Release, so that we could verify our work using yours as a reference?The text was updated successfully, but these errors were encountered: