tony
(lykghy)
April 17, 2021, 9:38am
1
1.download odroid IMG:https://dn.odroid.com/S905X3/ODROID-C4/Ubuntu/
2.Burn IMG: sudo dd if=xxx.img of=/dev/sdx
3.download uboot: https://drive.google.com/file/d/1bXz9gUnrXE0SjafvGevDFpbXwxFZ2Q6T/view?usp=sharing
4.Burn uboot:sudo dd if=./u-boot.bin of=/dev/sdx conv=fsync,notrunc bs=512 seek=1
jhortwo
(Jorge Oviedo)
April 17, 2021, 2:31pm
2
Hi Tony, can you give me access to download the uboot? Thanks!
tony
(lykghy)
April 19, 2021, 1:14am
3
tony
(lykghy)
April 19, 2021, 1:16am
4
If you have any questions, you can communicate. I am also an open source hardware enthusiast.
jhortwo
(Jorge Oviedo)
April 19, 2021, 2:43am
5
Thanks Tony, I have two que questions more:
¿Do you modify boot.ini after flash odroid c4 img?
¿Do you replace dtb files from BPI-M5 linux image or keep the same for odroid c4 img?
I thank you in advance
jhortwo
(Jorge Oviedo)
April 19, 2021, 3:08am
6
Great to know that! I’m not very skilled on SBC but I want to learn how to mod Odroid C4 third-party images and porting to BPI-M5. I’m very interested on porting LineageOS for Odroid C4 to BPI-M5. Do you have any ideas how to doit?
tony
(lykghy)
April 19, 2021, 3:12am
8
The hardware of odroid c4 and bpi-m5 is almost the same. The main difference between them is the difference between ddr and several gpio.
tony
(lykghy)
April 19, 2021, 3:29am
9
I will try it, I don’t know what the result will be.
jhortwo
(Jorge Oviedo)
April 20, 2021, 4:18am
10
Hi Tony, I tried the u-boot.ini and boot the odroid ubuntu image but the USB ports won’t work. I solved that replacing dtb file by the BPI distro dtb file and the files in amlogic folder. After that the USB ports are working. I tried too LineageOS for Odroid C4 but doesn’t boot. Thank you for your help.
1 Like
mikechan
(mikechan)
April 29, 2021, 4:12am
11
Is there any way to run armbian for BPI-M5 , there is armbian image for ordroid , how to modify for BPI-M5
jhortwo
(Jorge Oviedo)
May 1, 2021, 2:59am
12
With a sd card with ubuntu for RPI-M5 flashed, replace the BPI-ROOT partition by rootfs partition from Armbian for ODROID C4 image.
tony
(lykghy)
May 4, 2021, 6:28am
13
Hi, jhortwo.
Recently I was making bpi-m5 armbian firmware, but it has not been successful. Can you give a specific method? Thank you!
jhortwo
(Jorge Oviedo)
May 5, 2021, 9:14pm
14
Hi Tony, this is the way I make it work:
1 Like
Can this boot over Android in emmc ? While this uboot is flashed on. Sdcard ?
tony
(lykghy)
May 17, 2021, 2:59am
16
Hi,jhortwo。I verify ok. thank you very much!
tony
(lykghy)
May 17, 2021, 3:01am
17
emmc is empty,flash uboot to sdcard。
tony
(lykghy)
May 17, 2021, 3:02am
18
Hi,spikerguy.
Is the situation you are talking about a dual system?
I tried all the methods used to boot over bsp uboot but nothing seems to work.
Is there a maskrom button and which one is it as I see 4 switches on the board.
leif
(leif)
March 20, 2022, 10:15am
20
Hi Jhottwo,how to replacing dtb file by the BPI distro dtb file ?