> <@hexagonwin:matrix.org> Hi! I'm trying to port OpenWrt to a new device named `ipTIME A3004NS-dual`. > It is from a manufacturer called `EFM Networks` and a device with almost the same spec and manufacturer is supported in OpenWrt currently, and that is `ipTIME A8004T`. > > The device's spec is like the following. > ``` > Ralink MT7621A 880mhz > DDR3 256mb ram > one usb 3 port > four giga lan port > one wan port > *UART, JTAG IN THE BOARD* > ``` > > These are the links. > OpenWrt fork that I am working : https://github.com/ahisky/openwrt/tree/master > Stock firmware boot log (UART) : https://paste.ubuntu.com/p/G9NytPyZbY/ > Openwrt built with that source crashing (UART) : https://paste.ubuntu.com/p/ywkqb6pQn2/ > > I first started based on the A8004T support patch. I then made modifications based on this guide httpshttps://mans0n.github.io/2020/08/22/openwrt-add-new-device/://mans0n.github.io/2020/08/22/openwrt-add-new-device/ (Korean) . > I just copied a8004t patch, removed many nodes and then edited partition part to fit my device, information from stock firm boot log. > Then I installed resulting initramfs using tftp, and the error log I posted above happened. I can also install the initramfs using stock firm's web gui, and same issue happen in boot. (The method of installing owrt in a8004t is to install `initramfs` with stock web gui and doing `sysupgrade` with `sysupgrade` image) > https://mans0n.github.io/2020/08/22/openwrt-add-new-device/ > How can I fix this issue? Thanks! > Note : I'm very new to OWRT, so I may have done something very stupid, please tell me.. thanks > > P.S. I don't have jtag and I'm using a raspberry pi 4 to do the uart. (Just my addition again) I think I did something wrong in the partition information in dts, can someone please check if I wrote something wrong in it? I thought that I would have to right it exactly as the stock firm boot log said, but in the stock boot log it shows like this ``` Load Address: 80001000 Entry Point: 8000f500 ``` but in owrt it is like this... ``` Load Address: 80001000 Entry Point: 80001000 ``` What in the dts changes these??