- Official Post
chocho I updated U-Boot, please test it. Instructions in #143 still apply.
chocho I updated U-Boot, please test it. Instructions in #143 still apply.
Sorry for delay, but I had to go to work. IT emergency
There is a change, but still doesn't boot :
U-Boot SPL 2019.04 (Jun 29 2019 - 09:40:19 +0200)
DRAM:Bonding ID: 7
DRAM PHY PGSR0 = 40007d
DRAM PHY DX0RSR0 = 2
DRAM PHY DX1RSR0 = 2
DRAM PHY DX2RSR0 = 3
DRAM PHY DX3RSR0 = 3
Unsupported DRAM configuration: column number invalid
resetting ...
U-Boot SPL 2019.04 (Jun 29 2019 - 09:40:19 +0200)
DRAM:Bonding ID: 7
DRAM PHY PGSR0 = 40007d
DRAM PHY DX0RSR0 = 2
DRAM PHY DX1RSR0 = 2
DRAM PHY DX2RSR0 = 3
DRAM PHY DX3RSR0 = 3
Unsupported DRAM configuration: column number invalid
resetting ...
Display More
chocho no need to apologize. Test whenever you have time.
I prepared two new versions:
Please test first one first.
I saw now that detected RAM is 1GB
chocho Another attempt: u-boot-sunxi-with-spl.bin
Awesome, now detected RAM is 2GB.
Great! Thanks for testing! I'll add this to AW updates PR, which might be a bit late due to OrangePi One Plus issues.
Just FYI, half DQ also means lower memory bandwidth, so this also means it might have issues with high bitrate movies.
Thanks for warning, but I'll use it with 1080p TV and mainly for SD Live TV.
One more question. On what depending ethernet to start working.
chocho Can you please test this U-Boot for the last time? u-boot-sunxi-with-spl2.bin
I removed some debug code and I want to be sure I didn't break anything. You don't need to provide output this time if it works.
Regarding ethernet, it needs some work on kernel side. Driver needs to be written for ethernet PHY, which is probably next thing I will do.
chocho This should be it: u-boot-sunxi-with-spl2.bin
Sorry for bothering you, but I really want to put it in appropriate form for later inclusion in mainline U-Boot.
I think this was the same as previous, it doesn't boot and version is the same -
U-Boot SPL 2019.04 (Jun 29 2019 - 14:46:19 +0200)
I think this was the same as previous, it doesn't boot and version is the same -
U-Boot SPL 2019.04 (Jun 29 2019 - 14:46:19 +0200)
Hm... are you sure you downloaded the right one? The one on the server has U-Boot SPL 2019.04 (Jun 29 2019 - 15:18:14 +0200) in it and the name is u-boot-sunxi-with-spl2.bin (note the "2" in it).
Now I am sure, I did it all over again.
Downloading and flashing:
root@debian:/opt/boot# wget http://jernej.libreelec.tv/test/u-boot-sunxi-with-spl2.bin
--2019-06-29 16:56:30-- http://jernej.libreelec.tv/test/u-boot-sunxi-with-spl2.bin
Преобразувам jernej.libreelec.tv (jernej.libreelec.tv)... 138.68.75.163
Connecting to jernej.libreelec.tv (jernej.libreelec.tv)|138.68.75.163|:80... успешно свързване.
HTTP изпратено искане, чакам отговор... 200 OK
Дължина: 556600 (544K) [application/octet-stream]
Saving to: ‘u-boot-sunxi-with-spl2.bin’
u-boot-sunxi-with-spl2.bin 100%[==================================================>] 543,55K 904KB/s in 0,6s
2019-06-29 16:56:31 (904 KB/s) - ‘u-boot-sunxi-with-spl2.bin’ saved [556600/556600]
root@debian:/opt/boot# ls
u-boot-sunxi-with-spl2.bin
root@debian:/opt/boot# dd if=u-boot-sunxi-with-spl2.bin of=/dev/sdb bs=1024 seek=8
543+1 прочетени блока
543+1 записани блока
556600 bytes (557 kB, 544 KiB) copied, 0,00794489 s, 70,1 MB/s
root@debian:/opt/boot#
Display More
and result
Weird, I'm pretty sure I uploaded it. Let's try this another way: u-boot-sunxi-with-spl2.zip Before flashing you can search for "U-Boot SPL" and check that time stamp is 15:18:14
The file is from 15:18, but can't boot and shows version 14:46:19 +0200
It is possible that I'm doing something wrong, but can't find where.
My linux skills are basic, can you tell me how to do that search
It is possible that I'm doing something wrong, but can't find where.
My linux skills are basic, can you tell me how to do that search
strings u-boot-sunxi-with-spl2.bin | grep "U-Boot SPL"
Can you tell me which command you are using for burning U-Boot to it?